mono.git
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.
2015-04-29 Mark Probst[sgen] Omit unnecessary casts.
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] Move root profiling to `sgen-mono.c`.
2015-04-29 Mark Probst[sgen] Use pointer queue instead of list for finalize...
2015-04-29 Mark Probst[sgen] Move `sgen_safe_name()` to client code.
2015-04-29 Mark Probst[sgen] Use write barrier for fields to set array refere...
2015-04-29 Mark Probst[sgen] Moved object size calculation to client code.
2015-04-29 Mark Probst[sgen] Move `mono_gc_set_string_length()` to `sgen...
2015-04-29 Mark Probst[sgen] Move array and string allocation to client code.
2015-04-29 Mark Probst[sgen] Move some array filling stuff into client code.
2015-04-29 Mark Probst[sgen] Moved Mono-specific cardtable scanning to client...
2015-04-29 Mark Probst[sgen] Trivial prettification of `sgen-mono.c`.
2015-04-29 Mark Probst[sgen] Move TLS emit macros to Mono-specific file.
2015-04-29 Mark Probst[sgen] Make `wbarrier_value_copy` take the element...
2015-04-29 Mark Probst[sgen] Move managed allocator to Mono-specific code.
2015-04-29 Mark Probst[sgen] Move `has_critical_finalizer()` to client code.
2015-04-29 Mark Probst[sgen] Move array filling into 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.
2015-04-29 Mark Probst[sgen] Move some support functions into `sgen-gc.h`.
2015-04-29 Mark Probst[sgen] Move finalization callback stuff to `sgen-mono.c`.
2015-04-29 Mark Probst[sgen] Move Mono-specific wbarriers to `sgen-mono.c`.
2015-04-29 Mark Probst[sgen] Add FIXME about pinning statistics.
2015-04-29 Mark Probst[sgen] Move heap dumping code into `sgen-debug.c`.
2015-04-29 Mark Probst[sgen] Move `do_pin_stats` flag into `sgen-pinning...
2015-04-29 Rolf Bjarne... Merge pull request #1748 from rolfbjarne/proclib-fix
2015-04-29 Rolf Bjarne... [runtime] Don't call mach_port_deallocate on tasks...
2015-04-29 Marek Safar[corlib] Fixes security tests failures
2015-04-29 Zoltan Varga[jit] Remove #ifdef MONO_ARCH_VTABLE_REG, it is defined...
2015-04-29 Alexander Köplinger[build] Fix "make dist"
2015-04-28 Mark Probst[sgen] Check SP on thread suspend correctly. Fixes...
2015-04-28 Alex Rønne... Merge pull request #1747 from alexrp/gc-internal-api
2015-04-28 Marek Safar[corlib] Add new test
2015-04-28 Marek Safar[corlib] More cryptography from reference sources
2015-04-28 Marcos HenrichMerge pull request #1696 from esdrubal/tzrefactor
2015-04-28 João Matos[runtime] Move `mono_error_assert_ok` to mono-error...
2015-04-28 Marek Safar[corlib] More cryptography from reference sources
2015-04-28 Alex Rønne... Merge pull request #1734 from anikilatorbeta/patch-1
2015-04-28 Alex Rønne... Remove MONO_API from some internal GC APIs.
2015-04-28 Mark Probst[sgen] Fix a card table bug on 64 bits.
2015-04-28 Alex Rønne... Merge pull request #1745 from alexrp/warning-police
2015-04-27 Rodrigo KumperaMerge pull request #1743 from alexrp/profiler-versioning
2015-04-27 Marek Safar[system.xml] Fix public api
2015-04-27 Marek Safar[build] Fix bootstrap from 2.0 only era mono
2015-04-27 Marek Safar[build] Remove 2.0 sdk from monolite when we are 4...
2015-04-27 João MatosIntroduce mono_error_assert_ok for checking and asserti...
2015-04-27 Marek Safar[corlib] Implement monomethod Module property
2015-04-27 Marek Safar[corlib] Add string CompareOrdinal arguments checks
2015-04-27 Alex Rønne... [utils] Fix a bad format specifier.
2015-04-27 Alex Rønne... [mini] Fix some warnings related to co-op suspend code.
2015-04-27 Alex Rønne... [runtime] Remove some unused functions.
2015-04-27 Alex Rønne... [threadpool] Fix some prototypes in the MS thread pool...
2015-04-27 Alex Rønne... [sgen] Add missing return in thread pool's thread_func ().
2015-04-27 Marcos HenrichMerge pull request #1738 from rolfbjarne/dublin-1916-dst
2015-04-27 Rolf Bjarne... [corlib] Cope with the reference sources' inability...
2015-04-27 Alex Rønne... [runtime] Introduce versioning of the profiler API.
2015-04-25 Zoltan Varga[aot] Refactor some of the architecture specific functi...
2015-04-25 Zoltan VargaFix a warning.
2015-04-24 Rodrigo Kumpera[configure] Another attempt at fixing windows cross...
2015-04-24 Alex Rønne... [mini] Remove now-unused InternalSetChar intrinsic.
2015-04-24 Alex Rønne... [mini] Fix intrinsic signature checks to take into...
2015-04-24 Mark Probst[sgen] Document a shutdown sequence bug.
2015-04-24 Atsushi EnoMerge pull request #1736 from atsushieno/import-wcf
2015-04-24 Rolf Bjarne... Include the problematic time zone in the exception...
2015-04-24 Atsushi Eno[Sys.Data] fix SqlParameter SystemType lookup after...
2015-04-24 Atsushi Eno[S.R.Serialization] fix mobile static build.
2015-04-24 Atsushi EnoMerge branch 'master' into import-wcf
2015-04-24 Atsushi Enobump referencesource for S.R.Serialization import.
2015-04-24 Atsushi Eno[S.R.Serialization] fill message strings.
next