summaryrefslogtreecommitdiff
path: root/src/vm/assemblynative.cpp
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 Cho1-0/+1
2017-08-07Cleanup code access security from the unmanaged runtime (#13241)Jan Kotas1-1/+0
2017-07-26Implement Assembly.GetForwardedTypes() on CoreCLR (#13001)Atsushi Kanamori1-0/+34
2017-05-17Finish deleting dead CAS code from CoreLib (#11436)Jan Kotas1-347/+6
2017-05-06Delete dead code (#11431)Jan Kotas1-104/+0
2017-04-28Correctly enumerate loaded assemblies in AppDomain (#11294)Gaurav Khanna1-36/+0
2017-03-28return TPA assembly if loadfrom is passed a path to assembly with same identityRahul Kumar1-2/+5
2017-02-14Remove never defined FEATURE_REMOTINGdanmosemsft1-14/+0
2017-02-14Remove never defined FEATURE_REFLECTION_ONLY_LOADdanmosemsft1-20/+0
2017-02-14Remove never defined FEATURE_MULTIMODULE_ASSEMBLIESdanmosemsft1-114/+0
2017-02-12Remove dead appdomainhelper* filesdanmosemsft1-1/+0
2017-02-12Remove never defined FEATURE_FUSIONdanmosemsft1-229/+0
2017-02-12Remove remainder of FEATURE_CORECLR (tool missed some files, also comments)danmosemsft1-303/+0
2017-02-12Remove always defined FEATURE_HOST_ASSEMBLY_RESOLVERdanmosemsft1-6/+0
2017-02-10Remove always undefined FEATURE_CAS_POLICYdanmosemsft1-72/+0
2016-10-25Add implementation of AppDomain.GetAssembliesRahul Kumar1-0/+35
2016-08-09Fix LoadFromAssemblyName to invoke fallback context (analogous to static asse...Gaurav Khanna1-5/+13
2016-07-28Enable RefEmitted assemblies to have Fallback LoadContext notionGaurav Khanna1-6/+22
2016-05-07Remove FEATURE_HOSTED_BINDER definition (#4838)Jan Vorlicek1-18/+3
2016-05-06Fix Windows x86 exception handling issue (#4830)Jan Vorlicek1-16/+6
2016-03-24Delete legacy netcf compat support (final part)Jan Kotas1-6/+0
2016-03-23Remove special casing of platform assembliesJan Kotas1-44/+0
2016-02-19This Change Adds initial Support for LongFiles in the VM,Rama Krishnan Raghupathy1-4/+4
2016-01-27Update license headersdotnet-bot1-4/+3
2016-01-21Add support for AssemblyResolution when an assembly is not found in a given L...Gaurav Khanna (CLR)1-2/+2
2016-01-12Add support Load assemblies from explicit path/streams into default load contextGaurav Khanna (CLR)1-14/+42
2015-09-25Add AssemblyLoadContext.LoadUnmanagedDllFromPathfor use by overriders of Asse...Koundinya Veluri1-0/+17
2015-09-09Add AssemblyExtensions.TryGetRawMetadata to the System.Reflection.Metadata na...Koundinya Veluri1-0/+26
2015-08-25Replace MAX_PATH with new defines in vm.Lakshmi Priya Sekar1-3/+3
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+2616