summaryrefslogtreecommitdiff
path: root/src/vm/appdomain.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-02-14Remove never defined FEATURE_REMOTINGdanmosemsft1-137/+0
2017-02-14Remove never defined FEATURE_REFLECTION_ONLY_LOADdanmosemsft1-250/+0
2017-02-14Remove never defined FEATURE_MULTIMODULE_ASSEMBLIESdanmosemsft1-114/+0
2017-02-14Remove never defined FEATURE_MIXEDMODEdanmosemsft1-172/+0
2017-02-14Remove never defined FEATURE_LEAK_CULTURE_INFOdanmosemsft1-3/+0
2017-02-12Remove dead appdomainhelper* filesdanmosemsft1-1/+0
2017-02-12Remove never defined FEATURE_FUSIONdanmosemsft1-757/+0
2017-02-12Remove remainder of FEATURE_CORECLR (tool missed some files, also comments)danmosemsft1-1/+1
2017-02-12Remove never defined FEATURE_CLICKONCEdanmosemsft1-136/+0
2017-02-12Remove never defined FEATURE_CER and headerdanmosemsft1-13/+0
2017-02-12Remove never defined FEATURE_APPX_BINDERdanmosemsft1-167/+0
2017-02-12Remove always defined FEATURE_VERSIONINGdanmosemsft1-12/+0
2017-02-12Remove always defined FEATURE_SPAN_OF_Tdanmosemsft1-2/+0
2017-02-12Remove always defined FEATURE_HOST_ASSEMBLY_RESOLVERdanmosemsft1-10/+2
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft1-905/+3
2017-02-06CAS Security cleanup (#9355)Jan Kotas1-1/+0
2017-02-01Fix GC reporting for Span<T> passed in registers on Unix (#9247)Koundinya Veluri1-0/+3
2017-01-13Fixes to make runtime work on ARM64 Linux (#8947)Jan Vorlicek1-0/+2
2016-12-09Remove sscanf and sprintf usage (#8508)Jan Vorlicek1-3/+3
2016-12-07Refactor Span<T> to ease implementation of JIT intrinsics (#8497)Jan Kotas1-3/+2
2016-11-29Disable CER feature as it is not used (#8218)John Chen1-0/+4
2016-11-11Remove redundant statement (#7900)Dmitry-Me1-1/+0
2016-11-10Expose AppDomain::AssemblyResolveRahul Kumar1-0/+2
2016-10-30Span support in VMJan Kotas1-0/+6
2016-10-25Fix build break caused by git commit for AppDomain::GetAssembliesRahul Kumar1-0/+2
2016-10-25Add implementation of AppDomain.GetAssembliesRahul Kumar1-0/+5
2016-10-10Fix buffer length usage in UTF-8 to Unicode conversion (#7540)John Chen1-1/+1
2016-09-08Introduce an interface separating the GC and the VM,Sean Gillespie1-13/+13
2016-08-09Fix LoadFromAssemblyName to invoke fallback context (analogous to static asse...Gaurav Khanna1-29/+32
2016-06-17Add missing check to allow assembly bound using the Resolving event to be use...Gaurav Khanna1-0/+5
2016-06-13Refactor MethodTable::ContainsStackPtr (#5754)Jan Kotas1-3/+0
2016-05-20Enable overriding of TPA assembliesGaurav Khanna1-17/+74
2016-05-17Revert "Enable overriding assemblies from TPA"Gaurav Khanna1-74/+17
2016-05-15Enable overriding assemblies from TPAGaurav Khanna1-17/+74
2016-05-07Remove FEATURE_HOSTED_BINDER definition (#4838)Jan Vorlicek1-23/+7
2016-04-15DelayLoadAndFixWinRTInteropGaurav Khanna1-1/+2
2016-03-24Delete legacy netcf compat support (final part)Jan Kotas1-28/+0
2016-02-19This Change Adds initial Support for LongFiles in the VM,Rama Krishnan Raghupathy1-11/+29
2016-02-10Add a fast path for byte[] to Buffer.BlockCopyJan Kotas1-0/+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-5/+2
2016-01-04Improve crossgen error when mscorlib is missing (issue 1889)John Chen (JOCHEN7)1-0/+4
2015-12-24GC OS interface refactoringJan Vorlicek1-1/+0
2015-12-01Fix regression on desktop introduce by #2164Jan Kotas1-1/+1
2015-11-25Make app shutdown wait for secondary threadsJan Vorlicek1-1/+1
2015-11-11Improve FEATURE_NATIVE_IMAGE_GENERATION ifdefsJan Kotas1-1/+1
2015-10-07correct word spellingあまみや ゆうこ1-1/+1
2015-09-25Fix for 134453: fix prefast warningsRahul Kumar1-2/+5
2015-08-26Merge pull request #1435 from Priya91/longpath-binderLakshmi Priya1-2/+2
2015-08-25Replace MAX_PATH with new defines in vm.Lakshmi Priya Sekar1-2/+2