summaryrefslogtreecommitdiff
path: root/src/gc/handletable.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-06-11Port typo fixes from CoreRTSuchiman1-2/+2
2019-05-15Remove concept of AppDomains from the GC (#24536)David Wrighton1-143/+8
2019-02-21Cleanup unnecessary COUNTER_ONLY (#22759)Jan Kotas1-1/+1
2019-02-21Remove unused perfcounter code (#22742)Sung Yoon Whang1-0/+2
2019-01-23Remove all traces of FEATURE_STACK_PROBE. (#22149)Filip Navara1-7/+0
2018-12-10Fix for SetGCHandle event not getting emitted when running under Standalone G...Sung Yoon Whang1-2/+1
2018-08-25Remove NumaNodeInfo, CPUGroupInfo, AppDomain, SystemDomain, and EEConfig stub...David Mason1-16/+11
2018-08-11[local gc] disable feature redhawk (#17769)David Mason1-8/+0
2018-05-24Typo (#18122)John Doe1-1/+1
2018-01-31[local gc] Enable eventing (#16120)David Mason1-0/+12
2018-01-26GCPrivate, GCHandle, and GChandlePrivate events for local GC (#16020)David Mason1-5/+6
2018-01-21Remove AppDomainLeaks configuration option (#15956)antofik1-18/+0
2017-12-13Revert " Revert "[Local GC] Move knowledge of overlapped I/O objects to the E...Jan Kotas1-38/+26
2017-12-12Revert "[Local GC] Move knowledge of overlapped I/O objects to the EE through...Sean Gillespie1-26/+38
2017-11-27[Local GC] Move knowledge of overlapped I/O objects to the EE through four ca...Sean Gillespie1-38/+26
2017-11-14small changes to get coreclr building on FreeBSD again (#14964)Tomas Weinfurt1-1/+1
2017-07-20[Local GC] Refactor usage of GC-internal functions in the DAC (#12458)Sean Gillespie1-0/+6
2017-06-20[Local GC] Move handle creation/deletion profiler callbacks out of the GC (#1...Sean Gillespie1-129/+0
2017-06-08[Local GC] Add GetThread to the GC/EE interface (#12036)Sean Gillespie1-1/+0
2017-06-01[Local GC] Add async pinned handle methods to the handle interface (#11569)Sean Gillespie1-4/+9
2017-04-24[Local GC] Ensure that handle creation returns null on failure instead of thr...Sean Gillespie1-11/+1
2017-04-11Delete Ref_ContainHandle and ContainsOBJECTHANDLE.Aditya Mandaleeka1-18/+0
2017-04-09Move variable handle creation.Aditya Mandaleeka1-0/+4
2016-09-15Update the GC from CoreRT (#7207)Sean Gillespie1-4/+4
2016-09-08Introduce an interface separating the GC and the VM,Sean Gillespie1-4/+4
2016-06-30GC ETW fixes. The code for getting data for ETW and perf counter was written ...Maoni01-8/+12
2016-01-27Update license headersdotnet-bot1-4/+3
2016-01-26Update GC from CoreRTJan Kotas1-1/+1
2016-01-21Reduce clr startup noise when using Clang sanitizersSteve Harter1-4/+4
2015-12-24GC OS interface refactoringJan Vorlicek1-1/+1
2015-12-03Update GC from CoreRTJan Kotas1-1/+1
2015-11-19Update GC from CoreRTJan Kotas1-2/+13
2015-11-19Replaced remaining typesJan Vorlicek1-11/+11
2015-11-19Changed LONG and ULONGJan Vorlicek1-2/+2
2015-11-18Replace most windows style types by c++ typesJan Vorlicek1-60/+60
2015-10-29Port .NET Framework 4.6.1 changesJan Kotas1-21/+30
2015-10-15Cleanup GC-EE InterfaceJan Kotas1-0/+24
2015-09-12Replace unsigned __int64/__int64 with UINT64/INT64Jan Kotas1-1/+1
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+1427