mono.git
2015-04-30 Alex Rønne... Merge pull request #1753 from schani/feature-yet-more...
2015-04-30 Marek Safar[corlib] Add legacy mobile apis
2015-04-30 João Matos[tools] Added the beginnings of a static analysis check...
2015-04-30 Alex Rønne... Revert "[runtime] Introduce versioning of the profiler...
2015-04-30 Zoltan VargaMerge pull request #1754 from aaronhoffman/nunmber
2015-04-30 Aaron HoffmanFix spelling of number in IOException message
2015-04-30 Zoltan Varga[arm] Use the generic method for passing the IMT argume...
2015-04-29 Alexander Köplinger[System.Runtime.Serialization] Fix "make distcheck"
2015-04-29 Mark Probst[sgen] Add the stopping thread to the world stopping...
2015-04-29 Mark Probst[sgen] Binary protocol entry for stack scanning.
2015-04-29 Mark Probst[sgen] SGEN_UPDATE_REFERENCE was used where it shouldn...
2015-04-29 Mark Probst[sgen] For object copies, check whether we can use...
2015-04-29 Mark Probst[sgen] Make `mono_gc_scan_for_specific_ref()` also...
2015-04-29 Marek Safar[corlib] Bump reference sources for api tweaks
2015-04-29 Mark ProbstMerge pull request #1648 from schani/sgen-independence
2015-04-29 Mark Probst[sgen] Always invoke the world restarting protocol...
2015-04-29 Mark Probst[sgen] Fix warnings on Linux.
2015-04-29 Mark Probst[sgen] Missing include for independent compilation.
2015-04-29 Mark Probst[sgen] Fix warnings.
2015-04-29 Mark Probst[sgen] Write barrier prototypes in `sgen-gc.h`.
2015-04-29 Mark Probst[sgen] Fix headers for independent compilation.
2015-04-29 Mark Probst[sgen] Client debug function for checking whether class...
2015-04-29 Mark Probst[sgen] `SGEN_TV_ELAPSED` returns a `long`.
2015-04-29 Mark Probst[sgen] Remove dead code and data and make things static.
2015-04-29 Mark Probst[sgen] More client interface documentation.
2015-04-29 Mark Probst[sgen] Call `mono_gc_register_thread()` from Mono clien...
2015-04-29 Mark Probst[sgen] Make hazard pointer stuff work without Mono...
2015-04-29 Mark Probst[sgen] Get rid of `sgen_client_vtable_has_references()`.
2015-04-29 Mark Probst[sgen] Document the client interface header a bit.
2015-04-29 Mark Probst[sgen] Don't use `sgen_client_vtable_get_namespace...
2015-04-29 Mark Probst[sgen] Don't return a pointer from the out-of-memory...
2015-04-29 Mark Probst[sgen] Rename the total heap size reporting client...
2015-04-29 Mark Probst[sgen] Get rid of `sgen_client_object_register_finalize...
2015-04-29 Mark Probst[sgen] Get rid of `sgen_client_object_is_array_fill()`.
2015-04-29 Mark Probst[sgen] Get rid of `sgen_client_vtable_get_instance_size()`.
2015-04-29 Mark Probst[sgen] Put `sgen_thread_attach()` in Mono client code.
2015-04-29 Mark Probst[sgen] Don't return unused thread count from stop/start...
2015-04-29 Mark Probst[sgen] Remove `sgen_client_object_safe_name()`.
2015-04-29 Mark Probst[sgen] Move POSIX STW thread info stuff to Mono client...
2015-04-29 Mark Probst[sgen] Move global stop count variable to Mono client...
2015-04-29 Mark Probst[sgen] Fix warnings and remove dead code.
2015-04-29 Mark Probst[sgen] Make client header file name configurable.
2015-04-29 Mark Probst[sgen] Make SGen compile without Mono.
2015-04-29 Mark Probst[sgen] Use consistent include paths.
2015-04-29 Mark Probst[sgen] Add missing headers for compiling with glib.
2015-04-29 Mark Probst[sgen] Add a few missing returns when compiling with...
2015-04-29 Mark Probst[sgen] Get rid of `MonoObject` and `MonoVTable` in...
2015-04-29 Mark Probst[sgen] `sgen_os_init()` must be called from Mono client...
2015-04-29 Mark Probst[sgen] Client function for registering worker threads.
2015-04-29 Mark Probst[sgen] We can't have negative numbers in `gc-parse.c`.
2015-04-29 Mark Probst[sgen] Do pinning stats based on vtable, not class.
2015-04-29 Mark Probst[sgen] Declare time spans in `GGTimingInfo` as `gint64`.
2015-04-29 Mark Probst[sgen] Remove dead code.
2015-04-29 Mark Probst[sgen] Move Mono specific function declarations to...
2015-04-29 Mark Probst[sgen] Do domain-specific finalizer and weak link stuff...
2015-04-29 Mark Probst[sgen] Handle `no-managed-allocator` debug option in...
2015-04-29 Mark Probst[sgen] We used the wrong unmask function in `sgen-nurse...
2015-04-29 Mark Probst[sgen] Don't use `MonoObject`.
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] Don't use `mono_bool` in SGen.
2015-04-29 Mark Probst[sgen] Have our own aligned address hash function.
2015-04-29 Mark Probst[sgen] Client function `sgen_client_vtable_get_instance...
2015-04-29 Mark Probst[sgen] `mono_gc_register_thread()` is not Mono specific.
2015-04-29 Mark Probst[runtime] Make a variable static.
2015-04-29 Mark Probst[sgen] Remove dependency on `gc-internal.h`.
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] Remove dependency on `mono-gc.h`.
2015-04-29 Mark Probst[sgen] Remove superfluous include.
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 `gc_callbacks` to Mono 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] Move stack scanning to client code.
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] Use pointer array for pin stats instead of linke...
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] Remove dead declaration.
2015-04-29 Mark Probst[sgen] Move nursery debug code to `sgen-debug.c`.
2015-04-29 Mark Probst[sgen] Remove unnecessary includes.
2015-04-29 Mark Probst[sgen] Move some thread stuff to `sgen-mono.c`.
2015-04-29 Mark Probst[sgen] Move more random small stuff to `sgen-mono.c`.
2015-04-29 Mark Probst[sgen] Move managed write barrier to `sgen-mono.c`.
2015-04-29 Mark Probst[sgen] Use macro for object header and minimum object...
2015-04-29 Mark Probst[sgen] Move some small callbacks to `sgen-mono.c`.
2015-04-29 Mark Probst[sgen] Move heap walking into `sgen-mono.c`.
2015-04-29 Mark Probst[sgen] Move array fill object check into client code.
next