Fixes mobile build
[mono.git] / mono /
2015-08-20 Marek SafarMerge pull request #1990 from akoeplinger/fix-getsystem...
2015-08-19 Rodrigo Kumpera[coop] We call into the GC holding the appdomain mutex...
2015-08-19 Zoltan VargaRevert "[coop] Disable exception checks in mono_threads...
2015-08-19 Rodrigo Kumpera[coop] mono_gc_register_for_finalization does block...
2015-08-19 Zoltan Varga[coop] Avoid doing polling in native-to-managed wrapper...
2015-08-19 Rodrigo Kumpera[coop] Add stress test. It still beats me.
2015-08-19 Rodrigo Kumpera[coop] The sgen_interruption mutex can be taken in...
2015-08-19 João Matos[runtime] Fixed AArch64 Android cross-compilation build.
2015-08-19 Marek Safar[corlib] Remove unused icall
2015-08-19 Zoltan VargaFix a crash introduced by e2037b583b4bedaa8d2bda7c967aa...
2015-08-18 Rodrigo Kumpera[coop] On OSX, set native_handle to the mac port.
2015-08-18 Rodrigo Kumpera[jit] Print thread information when doing a gdb crash...
2015-08-18 Zoltan Varga[sdb] Fix the handling of strings with embedded null...
2015-08-18 Zoltan Varga[jit] Emit the results of the jit regressions tests...
2015-08-18 Zoltan VargaMerge pull request #1983 from saper/noeglibstatic
2015-08-18 Zoltan Varga[runtime] Use the thread_get_tid () in more places.
2015-08-18 Zoltan VargaRevert "[coop] Avoid taking the gc lock when rehashing...
2015-08-18 Zoltan VargaMerge pull request #1988 from BillSeurer/master
2015-08-18 Bill Seurer[ppc] Basic changes to allow mono to build and run...
2015-08-18 Rodrigo Kumpera[test-suite] Enable sgen test that forgot to be added.
2015-08-18 Rodrigo Kumpera[coop] Wrap thread initialization start wait code in...
2015-08-18 Rodrigo Kumpera[coop] Code calls into the GC while holding the handles...
2015-08-18 Rodrigo Kumpera[checked-build] Adjust the assertof mono_runtime_class_...
2015-08-18 Rodrigo Kumpera[coop] mono_thread_info_suspend_lock is a non-leaf...
2015-08-18 Rodrigo Kumpera[checked-build] Add a check in mono-hash for the right...
2015-08-18 Rodrigo Kumperaadd some assets to reflection.c
2015-08-17 Zoltan Varga[coop] Mark the locking in mono_thread_info_safe_suspen...
2015-08-17 Zoltan Varga[coop] Shorten the blocking section in threadpool cleanup.
2015-08-17 Zoltan Varga[coop] Disable exception checks in mono_threads_state_p...
2015-08-17 Alexis Christoforides[lock tracer] Initialize all of frame array
2015-08-17 Zoltan Varga[coop] Avoid taking the gc lock when rehashing mono_g_h...
2015-08-17 triton[runtime] Fixed Valgrind support to compile against...
2015-08-17 triton[runtime] Fixed sgen_suspend_thread to work with Win64...
2015-08-17 João MatosMerge pull request #1967 from D-POWER/master
2015-08-17 Rodrigo KumperaMerge pull request #1870 from saper/langinfo_h
2015-08-16 Zoltan Varga[jit] Avoid taking the domain lock in mono_icall_get_wr...
2015-08-16 Zoltan Varga[runtime] Remove unused mono_delegate_section variable.
2015-08-16 Zoltan Varga[runtime] Change a few g_assert (foo != NULL) to g_asse...
2015-08-16 Zoltan Varga[coop] Make type_initialization_lock () a blocking...
2015-08-16 Zoltan Varga[coop] Make threadpool->active_threads_lock a blocking...
2015-08-16 Zoltan VargaMerge pull request #1979 from kumpera/conc_fix
2015-08-15 Rodrigo Kumpera[utils] Change mono_conc_hashtable write operations...
2015-08-15 Zoltan Varga[jit] Reorganize the code in mini.c to reduce the numbe...
2015-08-15 Zoltan Varga[jit] Remove some dead code.
2015-08-15 Zoltan Varga[sdb] Document the locks protecting various data struct...
2015-08-15 Zoltan Varga[sdb] Simplify the locking in set_breakpoint() a bit.
2015-08-15 Zoltan Varga[sdb] Revert 6f41607cc3b9c34e54716efe35d22d31132545d9...
2015-08-15 Zoltan Varga[sdb] Protect MonoJitDomainInfo->seq_points by the...
2015-08-15 Zoltan Varga[sdb] Make the locking simpler and finer grained.
2015-08-14 Zoltan Varga[runtime] Initialize the class name cache using double...
2015-08-14 Zoltan Varga[gsharedvt] Don't pass non-variable size gsharedvt...
2015-08-14 Zoltan Varga[jit] Fix a crash by using mono_field_get_type () inste...
2015-08-14 Rodrigo Kumpera[coop] Fix ves_icall_System_IO_MonoIO_GetFileSystemEntries.
2015-08-14 Rodrigo Kumpera[coop] Fix crasher during shutdown initialization.
2015-08-14 Rodrigo Kumpera[coop] Add a workaround in mono_marshal_get_thunk_invok...
2015-08-14 Rodrigo Kumpera[coop] Fix coop support for mono_method_get_unmanaged_t...
2015-08-14 Rodrigo Kumpera[checked-build] Annotate object.c with GC state asserts.
2015-08-14 Rodrigo Kumpera[coop] Add performance counters for frequent transitions.
2015-08-14 Rodrigo Kumpera[checked-build] Initial implementation of checked build...
2015-08-14 Rodrigo Kumpera[threads] Add function to stringify thread state names.
2015-08-14 Rodrigo Kumpera[coop] Make state-machine asserts print the tid as...
2015-08-14 Zoltan Varga[arm] Add support for split reg-stack argument passing...
2015-08-14 Marcos HenrichMerge pull request #1972 from esdrubal/proc_pidpath
2015-08-14 Alex Rønne PetersenMerge pull request #1975 from alexrp/profiler-gch-bt
2015-08-13 Ludovic Henry[referencesource] Import System.Math
2015-08-12 Alex Rønne Petersen[profiler] Add GC handle events with backtraces.
2015-08-12 Alex Rønne Petersen[profiler] Remove CodeAnalyst profiler module.
2015-08-12 Zoltan Varga[jit] Add another suspend check to the JIT.
2015-08-12 Zoltan Varga[jit] Avoid asserts during stack walks if the thread...
2015-08-12 Zoltan Varga[runtime] Make sure Monitor.Enter () is always inlined...
2015-08-11 Zoltan Varga[aot] Fix the calculate of the llvm code range for...
2015-08-11 Zoltan Varga[runtime] Move the kevent() calls from KeventWatcher...
2015-08-11 Ludovic HenryMerge pull request #1973 from rolfbjarne/bug32947
2015-08-11 Rolf Bjarne Kvinge[threadpool-ms-io] Remove unnecessary asserts. Fixes...
2015-08-11 Marcos Henrich[runtime] GetModuleFileNameEx
2015-08-11 Marcos HenrichMerge pull request #1952 from esdrubal/proc_name
2015-08-11 Zoltan Varga[coop] Handle blocking in parked threads correctly.
2015-08-11 Zoltan Varga[runtime] Add a missing MONO_FINISH_BLOCKING to ves_ica...
2015-08-11 Zoltan Varga[jit] Emit the seq point for filter clauses after the...
2015-08-10 Zoltan VargaRevert "[runtime] Move the kevent() calls from KeventWa...
2015-08-10 Zoltan Varga[runtime] Remove some debug printfs.
2015-08-10 Zoltan Varga[coop] Fix a crash introduced by edb4d8f3faef5f5d0ad3fc...
2015-08-10 Zoltan Varga[runtime] Move the kevent() calls from KeventWatcher...
2015-08-10 Marcos HenrichFixes process names trimmed to 15 chars.
2015-08-10 Rodrigo Kumpera[coop] Fix MONO_SUSPEND_CHECK to use the right variable...
2015-08-10 Rodrigo Kumpera[coop] Cue card now mentions that blocking has a suspen...
2015-08-10 Rodrigo Kumpera[coop] Don't emit safepoints in the wrapper of the...
2015-08-10 Rodrigo Kumpera[coop] Switch from thread_state_init_from_sigctx to...
2015-08-10 Rodrigo Kumpera[coop] Add thread_state_init that initializes the threa...
2015-08-10 Rodrigo Kumpera[coop] Attach mono-thread as early as possible.
2015-08-09 Zoltan Varga[runtime] Remove an unused functions.
2015-08-09 Zoltan Varga[runtime] Mark mono_monitor_try_enter_internal () as...
2015-08-09 Zoltan Varga[runtime] Make synchronized methods use the Monitor...
2015-08-08 Zoltan Varga[runtime] Fix the coop build on posix platforms.
2015-08-08 Zoltan Varga[arm] Implement support for gc safe points.
2015-08-08 Zoltan Varga[runtime] Remove mono_g_hash_table_new (), use mono_g_h...
2015-08-08 Zoltan Varga[runtime] Use a GHashTable instead of a MonoGHashTable...
2015-08-08 Marek SafarMerge pull request #1968 from LogosBible/uribuilder...
2015-08-08 Zoltan VargaFix the build.
2015-08-08 Zoltan Varga[jit] Add a suspect check into the middle of the JIT...
next