[MonoPosixHelper] Fix compilation for Android.
[mono.git] / mono /
2015-08-27 Zoltan VargaFix the build.
2015-08-27 Zoltan Varga[x86] Fix fullaot support.
2015-08-27 Rodrigo Kumpera[coop] Fix the public coop api.
2015-08-27 Rodrigo Kumpera[coop] Blacklist two more wrappers when generating...
2015-08-27 Rodrigo Kumpera[JIT] Prefer gdb over lldb on OSX as the later still...
2015-08-27 Jonathan PryorMerge pull request #1993 from steffen-kiess/posix-sockets-1
2015-08-27 Marcos HenrichMerge pull request #2002 from mono/revert-1991-seq_test_fix
2015-08-27 Marcos HenrichRevert "[runtime] Fix test_op_il_seq_point in amd64."
2015-08-27 Marcos HenrichMerge pull request #2001 from esdrubal/get_module_filename
2015-08-27 Marcos HenrichFixes get_module_filename.
2015-08-27 Marcos HenrichMerge pull request #1991 from esdrubal/seq_test_fix
2015-08-26 Rodrigo Kumpera[coop] Initial drop of the supporting public API.
2015-08-26 triton[threadpool-io] Fixed the Windows backend to call the...
2015-08-26 Mark Probst[sgen] Don't access LOS object size directly because...
2015-08-26 Zoltan Varga[sdb] Disallow nested invokes.
2015-08-26 Alex Rønne PetersenMerge pull request #1999 from rodrmoya/master
2015-08-26 Rodrigo MoyaFix format description for TYPE_CONTEXT
2015-08-26 Zoltan Varga[llvm] Implement support for GC_SAFE_POINT.
2015-08-25 Rodrigo KumperaMerge pull request #1998 from BillSeurer/master
2015-08-25 Bill SeurerFix coding error with ! operator in two places.
2015-08-25 Martin BauligMerge pull request #1992 from BogdanovKirill/ChunkedReading
2015-08-24 Zoltan VargaMerge pull request #1996 from BillSeurer/master
2015-08-24 Bill Seurer[ppc] Add MonoContext and asynch callback support
2015-08-24 Zoltan Varga[runtime] Remove the is_mb_open field from MonoMethod...
2015-08-24 Zoltan Varga[sdb] Remove the code which stopped single stepping...
2015-08-24 Ludovic Henry[threadpool-io] Remove unecessary operation change
2015-08-24 Ludovic Henry[threadpool-io] Add log tracing
2015-08-24 Ludovic Henry[threadpool-io] Rework backend API
2015-08-24 Ludovic Henry[threadpool-io] Move the states table to the selector...
2015-08-24 Ludovic Henry[threadpool-io] Disable AIO by default
2015-08-24 Rodrigo Kumpera[coop] Add some TODOs to the stress test suite.
2015-08-24 Rodrigo KumperaMerge pull request #1989 from esdrubal/local_tz_from_link
2015-08-24 Marcos Henrich[runtime] Fix test_op_il_seq_point in amd64.
2015-08-24 Marcos Henrich[runtime] Added MONO_DEBUG=single-imm-size.
2015-08-22 Zoltan Varga[runtime] Fix native backtraces with lldb by closing...
2015-08-21 Zoltan VargaFix the build.
2015-08-21 Zoltan Varga[runtime] Implement support for dynamic methods in...
2015-08-21 Marek Safar[runtime] Remove eager exception stack construction...
2015-08-21 Zoltan Varga[arm64] Add gc_safe_point to cpu-arm64.md.
2015-08-21 Rodrigo Kumpera[jit] Enable OP_GC_SAFE_POINT on ARM64
2015-08-20 Rodrigo Kumpera[arm64] Fix MONO_CONTEXT_GET_CURRENT so it can be used...
2015-08-20 Zoltan Varga[coop] Avoid polling in the mono_thread_interruption_ch...
2015-08-20 Zoltan Varga[coop] Avoid taking the gc lock when rehashing mono_g_h...
2015-08-20 Zoltan Varga[coop] Enter blocking mode before waiting on a condvar...
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...
next