summaryrefslogtreecommitdiff
path: root/src/vm/appdomain.hpp
AgeCommit message (Expand)AuthorFilesLines
2019-05-23Delete FEATURE_TESTHOOK (#24746)Jan Kotas1-2/+0
2019-05-22Stop compiling fragile NGen support into the runtime (#24625)Jan Kotas1-0/+2
2019-05-21Avoid PAL LoadLibrary simulator for regular PInvoke (#24669)Jan Kotas1-3/+2
2019-05-17Delete unnecessary locale arguments (#24624)Jan Kotas1-15/+3
2019-05-15Remove concept of AppDomains from the GC (#24536)David Wrighton1-126/+0
2019-04-24More multi-appdomain support removal (#23921)David Wrighton1-122/+4
2019-04-03Remove ADID and ADIndex from CoreCLR (#23588)David Wrighton1-252/+10
2019-03-05Remove dead AppDomain unload code (#23026)Steve MacLean1-9/+0
2019-03-04Remove loose dependency in runtime on System.ComponentModel. (#23010)Aaron Robinson1-5/+0
2019-02-26Fix Assembly::Load context for collectible assemblies (#22494)Jan Vorlicek1-1/+0
2019-02-25Remove support for ICLRExecutionManager and pause/resume code for waits (#22834)Filip Navara1-2/+0
2019-02-20Abstract deprecated and selectany for GCC and remove LLVM'ism where possible ...Sinan Kaya1-2/+1
2019-02-11Move GCHandle to shared (#22499)Stephen Toub1-0/+6
2019-02-10Cleanup DLL exports (#22500)Jan Kotas1-1/+1
2019-02-09Set visibility option to hidden (#21924)Adeel Mujahid1-2/+2
2019-01-23Remove all traces of FEATURE_STACK_PROBE. (#22149)Filip Navara1-5/+0
2019-01-14Custom Marshalers in custom-ALC-loaded assemblies results in types loaded fro...Jeremy Koritzinsky1-10/+0
2019-01-11Patch vtable slots and similar when tiering is enabled (#21292)Koundinya Veluri1-11/+0
2019-01-11Add cleanup of the TypeIDMap at unload time (#21943)Jan Vorlicek1-0/+3
2019-01-03Remove unnecessary propagation of stack crawl marks. (#21781)Filip Navara1-1/+0
2018-12-10Refactor internal System.AppDomain out of CoreLib (#21460)Jan Kotas1-44/+3
2018-12-10Delete vm/context.* (#21459)Jan Kotas1-11/+0
2018-12-05Remove FromGAC & OnTPAList (#21371)Steve MacLean1-2/+0
2018-12-03Remove *LoadContextHostBinder (#21342)Steve MacLean1-103/+0
2018-12-03Refactor all FCalls out of AppDomain.cs (#21337)Jan Kotas1-68/+4
2018-12-01Enable COM interop for collectible classes (#20919)Jan Vorlicek1-50/+0
2018-11-30Address PR feedbackSteve MacLean1-9/+1
2018-11-30Remove dead codeSteve MacLean1-67/+0
2018-11-28Delete code related to LoaderOptimization and SharedDomain (#21031)Jan Kotas1-374/+8
2018-11-27Fix ILStubCache allocation for collectible assemblies (#21188)Jan Vorlicek1-16/+0
2018-11-26Disable domain neutral loading (#21156)Jan Kotas1-31/+0
2018-11-22Delete System.AppDomainSetup (#21157)Jan Kotas1-15/+0
2018-11-16Fix unloadability races (#21024)Jan Vorlicek1-1/+0
2018-11-13Change GetAppDomain to return AppDomain from the global static (#20910)Jan Vorlicek1-6/+7
2018-11-09Delete dead/unreachable code related to remoting (#20880)Jan Kotas1-14/+0
2018-10-31Remove superfluous 'const' qualifier from trivial return types (#20652)MichaƂ Janiszewski1-2/+2
2018-10-17Fix collectible NativeCallable UMThunkEntry lifetime (#20438)Jan Vorlicek1-7/+0
2018-10-11add handle tracking for profiler (#20361)David Mason1-31/+5
2018-10-07Remove some dead remoting and context static things (#20277)Austin Wise1-3/+1
2018-10-05Remove context statics stuff (#20256)Jan Vorlicek1-7/+0
2018-10-04Remove AppDomain unload (#20250)Jan Vorlicek1-433/+19
2018-08-23Enable unloading of AssemblyLoadContext (#18476)Jan Vorlicek1-3/+8
2018-08-11Make RuntimeType sealed and deleted support for introspection only loads (#19...Jan Kotas1-6/+3
2018-06-25Cross-bitness regular and thread static fields offsets (#18636)Egor Chesakov1-0/+6
2018-06-09Avoid NativeOverlapped pinning by allocating unmanaged memory for it (#18360)Jan Kotas1-1/+0
2018-01-21Remove AppDomainLeaks configuration option (#15956)antofik1-4/+0
2017-12-28Recognize STA\MTA Attribute For Main Function (#15652)Anirudh Agnihotry1-1/+1
2017-12-20Revert "Respect STA/MTAThread attributes (#15512)"Jan Kotas1-1/+1
2017-12-16Respect STA/MTAThread attributes (#15512)Anirudh Agnihotry1-1/+1
2017-11-14Remove out-of-use method and properties from appdomain (#15029)Zhukov Maxim1-4/+0