summaryrefslogtreecommitdiff
path: root/src/binder/inc
AgeCommit message (Expand)AuthorFilesLines
2019-05-17Delete unnecessary locale arguments (#24624)Jan Kotas2-8/+7
2019-05-14Fix issues reported by PREfast static analysis tool (#24577)Jan Kotas4-17/+2
2018-12-21Remove dead ICLRPrivBinder methods (#21637)Steve MacLean3-41/+0
2018-12-17Delete dead code (#21562)Jan Kotas1-2/+0
2018-12-05Remove FromGAC & OnTPAList (#21371)Steve MacLean1-2/+0
2018-10-31Remove superfluous 'const' qualifier from trivial return types (#20652)MichaƂ Janiszewski5-6/+6
2018-08-23Enable unloading of AssemblyLoadContext (#18476)Jan Vorlicek3-9/+34
2018-02-17delete unused mirror files (#16423)Sergey Andreenko1-1/+0
2017-08-17Fix AssemblyName(string) constructor's version parsing (#13373)Koundinya Veluri3-115/+41
2017-03-01Cleanup (#9892)Jan Kotas1-2/+0
2017-02-12Remove never defined FEATURE_FUSIONdanmosemsft1-4/+0
2017-02-12Remove always defined FEATURE_VERSIONINGdanmosemsft1-6/+0
2017-02-12Remove always defined FEATURE_HOST_ASSEMBLY_RESOLVERdanmosemsft5-16/+14
2016-05-20Enable overriding of TPA assembliesGaurav Khanna1-0/+1
2016-05-17Revert "Enable overriding assemblies from TPA"Gaurav Khanna1-1/+0
2016-05-15Enable overriding assemblies from TPAGaurav Khanna1-0/+1
2016-03-22Delete legacy netcf compat support (part 2)Jan Kotas1-31/+0
2016-03-09Delete dead codeJan Kotas4-15/+15
2016-01-27Update license headersdotnet-bot40-160/+120
2016-01-26Remove Invalid assertGaurav Khanna1-2/+0
2016-01-21Add support for AssemblyResolution when an assembly is not found in a given L...Gaurav Khanna (CLR)2-3/+3
2016-01-12Fix arm specific build break pertaining to AssemblyLoadContext changes.Gaurav Khanna1-1/+4
2016-01-12Add support Load assemblies from explicit path/streams into default load contextGaurav Khanna (CLR)1-0/+17
2015-11-11Fix a couple of issues involving assembly loadingKoundinya Veluri2-1/+8
2015-09-30Merge pull request #1651 from kouvel/TpaPktFixKoundinya Veluri1-1/+1
2015-09-30Remove the need for the PKT to match when binding to an assembly on the TPA listKoundinya Veluri1-1/+1
2015-09-25Use PathString type to allocate large path strings on linux scenario.Lakshmi Priya Sekar1-2/+0
2015-09-21Use SString type for path allocations in binder.Lakshmi Priya Sekar1-1/+1
2015-09-09Allow loading assemblies on the TPA list without specifying a versionKoundinya Veluri1-2/+1
2015-08-25Replace MAX_PATH with new defines.Lakshmi Priya Sekar1-1/+1
2015-05-26Fix the virtual destructor warningJan Vorlicek1-1/+1
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot41-0/+4680