[sgen] Fix heavy binary protocol.
[mono.git] / mono / metadata / sgen-client-mono.h
2015-09-03 Mark Probst[sgen] Fix heavy binary protocol.
2015-09-03 Mark Probst[sgen] Do GC handle clearing for domain unloading when...
2015-09-03 Jon Purdy[sgen] Remove weak ref hashes.
2015-09-03 Marcos HenrichMerge pull request #2024 from BogdanovKirill/webrequesttest
2015-09-01 Jonathan PryorMerge pull request #2012 from joelmartinez/mdoc-memberr...
2015-08-29 Marcos HenrichMerge pull request #1936 from esdrubal/DotNetRelativeOr...
2015-08-29 Vlad BrezaeMerge pull request #2005 from BrzVlad/feature-concurren...
2015-08-29 Vlad Brezae[sgen] Fix scanning of invalid entries within arrays
2015-08-17 Rodrigo KumperaMerge pull request #1870 from saper/langinfo_h
2015-07-09 Jonathan PryorMerge pull request #1888 from joelmartinez/mdoc-flagsbug
2015-07-02 Marcos HenrichMerge pull request #1860 from saper/tz-fix
2015-06-24 Alex Rønne PetersenMerge pull request #1869 from alexanderkyte/appdomain_p...
2015-06-22 Zoltan VargaMerge pull request #1874 from saper/bug_29679
2015-06-22 Mark Probst[sgen] Typedef for GC descriptors.
2015-06-22 Mark Probst[sgen] `GCObject*` instead of `char*` where appropriate.
2015-06-22 Mark Probst[sgen] Make GCVTable type opaque, not a pointer.
2015-05-15 Alex Rønne PetersenMerge pull request #1656 from alexanderkyte/webservice_...
2015-05-12 Rodrigo KumperaMerge pull request #1668 from alexanderkyte/bug1856
2015-05-05 Alex Rønne PetersenMerge pull request #1766 from alexrp/sgen-separation
2015-05-04 Alex Rønne Petersen[sgen] Move the independent parts of SGen to a separate...
2015-05-04 Marcos HenrichMerge pull request #1752 from esdrubal/strefactor
2015-05-01 Mark ProbstMerge pull request #1760 from evincarofautumn/object...
2015-05-01 Jon Purdy[sgen] Record object provenances in binary protocol.
2015-05-01 Mark Probst[sgen] Fix heavy binary protocol.
2015-04-30 Alex Rønne PetersenMerge pull request #1753 from schani/feature-yet-more...
2015-04-29 Mark Probst[sgen] Add the stopping thread to the world stopping...
2015-04-29 Mark ProbstMerge pull request #1648 from schani/sgen-independence
2015-04-29 Mark Probst[sgen] `SGEN_TV_ELAPSED` returns a `long`.
2015-04-29 Mark Probst[sgen] Get rid of `sgen_client_vtable_has_references()`.
2015-04-29 Mark Probst[sgen] Get rid of `sgen_client_vtable_get_instance_size()`.
2015-04-29 Mark Probst[sgen] Move POSIX STW thread info stuff to Mono client...
2015-04-29 Mark Probst[sgen] Move Mono specific function declarations to...
2015-04-29 Mark Probst[sgen] Handle `no-managed-allocator` debug option in...
2015-04-29 Mark Probst[sgen] Move thread info to Mono client code.
2015-04-29 Mark Probst[sgen] Update `mono_perfcounters` in Mono client code.
2015-04-29 Mark Probst[sgen] Client function `sgen_client_vtable_get_instance...
2015-04-29 Mark Probst[sgen] Make bridge processing a client issue.
2015-04-29 Mark Probst[sgen] Semaphore type defined in client code.
2015-04-29 Mark Probst[sgen] `sgen-archdep.h` is now Mono-specific.
2015-04-29 Mark Probst[sgen] Move time stuff to client code.
2015-04-29 Mark Probst[sgen] Move virtual memory allocation to client code.
2015-04-29 Mark Probst[sgen] Move `runtime_data` to Mono client code.
2015-04-29 Mark Probst[sgen] Move thread context to Mono client code.
2015-04-29 Mark Probst[sgen] Move stack limits to client code.
2015-04-29 Mark Probst[sgen] Move `gc_disabled` to Mono-specific code.
2015-04-29 Mark Probst[sgen] Move `skip` and `in_critical_region` to Mono...
2015-04-29 Mark Probst[sgen] Moved `stopped_ip` and `stopped_domain` to Mono...
2015-04-29 Mark Probst[sgen] Move MonoThreadInfo part of SgenThreadInfo to...
2015-04-29 Mark Probst[sgen] Move remaining logging to Mono-specific code.
2015-04-29 Mark Probst[sgen] Move counters to client code.
2015-04-29 Mark Probst[sgen] Move all profiler calls to Mono-specific code.
2015-04-29 Mark Probst[sgen] Move DTrace stuff into the client header.
2015-04-29 Mark Probst[sgen] Move moved-object profiler event to Mono-specifi...
2015-04-29 Mark Probst[sgen] Make STW part of the client code.
2015-04-29 Mark Probst[sgen] Move DTrace support to Mono-specific code.
2015-04-29 Mark Probst[sgen] Move array fill object check into client code.
2015-04-29 Mark Probst[sgen] Typedef `GCObject` and `GCVTable` to `MonoObject...
2015-04-29 Mark Probst[sgen] Move `GCObject` and `GCVTable` to client code.
2015-04-29 Mark Probst[sgen] `GCObject` and `GCVTable` instead of `MonoObject...
2015-04-29 Mark Probst[sgen] Moved object size calculation to client code.
2015-04-29 Mark Probst[sgen] Move `has_critical_finalizer()` to client code.
2015-04-29 Mark Probst[sgen] Move domain clearing into client code.
2015-04-29 Mark Probst[sgen] Move ephemerons to client code.