summaryrefslogtreecommitdiff
path: root/src/binder
AgeCommit message (Expand)AuthorFilesLines
2018-12-19Add an error log to determine where to throw BadImageFormatExceptionsubmit/tizen_5.0_base/20181219.005417accepted/tizen/5.0/base/20181221.113757Woongsuk Cho4-0/+8
2018-03-19Delete unused downlevel globalization support (#17022)Jan Kotas1-2/+1
2018-02-17delete unused mirror files (#16423)Sergey Andreenko4-4/+0
2017-08-17Fix AssemblyName(string) constructor's version parsing (#13373)Koundinya Veluri5-157/+151
2017-05-10Allow users to enable automatic NI bind fallback via command-line (#11485)Jonghyun Park1-2/+2
2017-05-03Fix Binder NI to IL fallback (#11341)Steve MacLean1-6/+11
2017-04-27[WIP] Enable binding to CoreLib as NI image (#11040)Gaurav Khanna1-16/+11
2017-03-28return TPA assembly if loadfrom is passed a path to assembly with same identityRahul Kumar1-2/+2
2017-03-01Cleanup (#9892)Jan Kotas2-4/+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_RESOLVERdanmosemsft9-32/+28
2017-02-11Revert "Remove always defined FEATURE_CORESYSTEM"danmosemsft1-0/+3
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft1-4/+0
2017-02-10Remove always defined FEATURE_CORESYSTEMdanmosemsft1-3/+0
2016-12-26Remove files related to legacy build system (#8723)Robert4-100/+0
2016-05-20Enable overriding of TPA assembliesGaurav Khanna4-41/+31
2016-05-18Fix crossgen /createpdb when input filename is given without path (#5045)John Chen1-3/+9
2016-05-17Revert "Enable overriding assemblies from TPA"Gaurav Khanna4-31/+41
2016-05-16Initial change to support System.Private.CoreLib.dll as Core Library.Gaurav Khanna2-14/+15
2016-05-15Enable overriding assemblies from TPAGaurav Khanna4-41/+31
2016-04-29Add query handling of ICLRPrivResource for Assembly::CLRPrivResourceAssembly ...shion1-0/+6
2016-03-22Delete legacy netcf compat support (part 2)Jan Kotas5-365/+24
2016-03-21Delete legacy netcf compat support (part 1)Jan Kotas2-16/+1
2016-03-09Delete dead codeJan Kotas7-29/+29
2016-02-29Support long paths in CoreCLR runtime on WindowsJohn Chen (JOCHEN7)2-7/+10
2016-01-27Update license headersdotnet-bot61-244/+183
2016-01-26Remove Invalid assertGaurav Khanna1-2/+0
2016-01-25Ensure TPA Binder initialized Managed ALC field to NULLGaurav Khanna (CLR)1-0/+1
2016-01-21Merge pull request #2772 from ramarag/fixincrementabuildJan Kotas2-2/+2
2016-01-21FIx the incremental build for WindowsJan Vorlicek2-2/+2
2016-01-21Add support for AssemblyResolution when an assembly is not found in a given L...Gaurav Khanna (CLR)5-13/+43
2016-01-12Fix arm specific build break pertaining to AssemblyLoadContext changes.Gaurav Khanna2-3/+6
2016-01-12Add support Load assemblies from explicit path/streams into default load contextGaurav Khanna (CLR)2-0/+91
2016-01-10Use ARCH_SOURCES_DIR consistentlyMike Danes1-12/+1
2015-12-13Remove unnecessary files from build and disable LNK4221Mike Danes2-4/+12
2015-11-11Fix a couple of issues involving assembly loadingKoundinya Veluri6-11/+36
2015-10-07correct word spellingあまみや ゆうこ2-2/+2
2015-09-30Merge pull request #1651 from kouvel/TpaPktFixKoundinya Veluri3-13/+5
2015-09-30Remove the need for the PKT to match when binding to an assembly on the TPA listKoundinya Veluri3-13/+5
2015-09-25Use PathString type to allocate large path strings on linux scenario.Lakshmi Priya Sekar5-53/+8
2015-09-21Use SString type for path allocations in binder.Lakshmi Priya Sekar3-8/+18
2015-09-09Allow loading assemblies on the TPA list without specifying a versionKoundinya Veluri2-40/+11
2015-08-25Replace MAX_PATH with new defines.Lakshmi Priya Sekar3-4/+4
2015-08-24Run code under long paths on UnixJeremy Kuhne2-5/+5
2015-08-04Enable the Windows x86 buildMike Danes1-1/+3
2015-07-27[aarch64] Initial aarch64/linux bring upGeoff Norton1-1/+3
2015-07-24Add ARM target for CoreCLR on Linux.Ben Pye1-1/+7
2015-05-26Fix the virtual destructor warningJan Vorlicek1-1/+1
2015-04-29Fix warnings introduced by crossgenJohn Chen (CLR)1-0/+2