summaryrefslogtreecommitdiff
path: root/src/vm/finalizerthread.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-06-11Delete dead code (#25066)Jan Kotas1-28/+2
2019-05-23Profiler attach over the diagnostics pipe (#24670)David Mason1-149/+1
2019-04-13Delete COMPlus_FinalizeOnShutdown (#23595)Jan Kotas1-404/+1
2019-04-03Remove ADID and ADIndex from CoreCLR (#23588)David Wrighton1-117/+22
2019-03-05Remove dead AppDomain unload code (#23026)Steve MacLean1-40/+7
2019-02-18Remove resetting of unmanaged thread locale from thread pool APIs (#22682)Jan Kotas1-8/+2
2019-02-14Gnuport cleanup 3 (#22581)Sinan Kaya1-1/+1
2019-01-04Delete unused fFullReset argument (#21814)Jan Kotas1-2/+2
2018-12-10Delete vm/context.* (#21459)Jan Kotas1-2/+0
2018-11-09Delete dead/unreachable code related to remoting (#20880)Jan Kotas1-1/+1
2018-10-04Remove AppDomain unload (#20250)Jan Vorlicek1-84/+26
2018-07-17 Add pooling for JIT scratch memory (#18924)Jan Kotas1-1/+3
2018-05-30Improve the labeling of .NET Threads. (#18193)Vance Morrison1-7/+1
2018-01-21Remove AppDomainLeaks configuration option (#15956)antofik1-7/+0
2017-09-19Move initialization of YieldProcessorNormalized to the finalizer thread (#14058)Koundinya Veluri1-0/+2
2017-08-14Added SetThreadDescription to set the unmanaged thread name (#12593)Alois-xx1-1/+1
2017-03-28[Local GC] Use standard C++ types (bool) and consistent types (void*) on the ...Sean Gillespie1-3/+3
2017-03-27Add heuristic to trigger GC to finalize dead threads and clean up han… (#10...Koundinya Veluri1-0/+2
2017-03-07[x86/Linux] CDECL as default P/Invoke Calling Convetion (#9977)Jonghyun Park1-1/+1
2017-03-05Remove hosting methods that always return false (#9930)Austin Wise1-184/+102
2017-02-14Remove never defined FEATURE_REMOTINGdanmosemsft1-45/+0
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft1-2/+0
2017-01-23[Local GC] Add three finalization-related operations to GCToEEInterface (#9029)Sean Gillespie1-3/+4
2016-09-08Introduce an interface separating the GC and the VM,Sean Gillespie1-14/+14
2016-06-20Fix GC background thread start in OOM (#5840)Jan Vorlicek1-17/+8
2016-06-07Disable HeapDump on Linux if FEATURE_EVENT_TRACE is not set (#5550)Jonghyun Park1-6/+6
2016-06-01Squashed commit of the following:David Mason1-1/+49
2016-04-21Remove GOLDEN macro. (#4484)Aditya Mandaleeka1-5/+2
2016-03-08Fix Unix exception handling in finalizersJan Vorlicek1-0/+3
2016-02-02Expose COMPlus_FinalizeOnShutdown in retail buildsKoundinya Veluri1-10/+2
2016-01-27Merge pull request #2885 from dotnet-bot/from-tfsJan Kotas1-16/+34
2016-01-27Update license headersdotnet-bot1-4/+3
2016-01-27Don't run finalizers on shutdown, provide Unloading eventdotnet-bot1-16/+34
2015-12-08Revert "Disable suspend on shutdown during shutdown finalization"Koundinya Veluri1-6/+0
2015-12-08Disable suspend on shutdown during shutdown finalizationKoundinya Veluri1-0/+6
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+1448