mono.git
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 Rolf Bjarne... Fix configure.ac to detect WatchOS and define TARGET_WA...
2015-08-14 Marcos HenrichMerge pull request #1972 from esdrubal/proc_pidpath
2015-08-14 Alex Rønne... Merge pull request #1975 from alexrp/profiler-gch-bt
2015-08-13 Sebastien Pouliot[tests] Remove CWL from test catch clause as it can...
2015-08-13 Ludovic Henry[referencesource] Import System.Math
2015-08-13 Rolf Bjarne... Add specific configure option to enable the WatchOS...
2015-08-13 Rolf Bjarne... Build an initial version of System.Net.Http.dll for...
2015-08-13 João MatosAdded support for WatchOS's armv7k to configure.ac.
2015-08-13 Marek HabersackPosix RTS test fixes and Android compatibility
2015-08-13 Marek Safar[corlib] Remove unused code
2015-08-12 Alex Rønne... [profiler] Add GC handle events with backtraces.
2015-08-12 Alex Rønne... [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 Jo ShieldsUn-revoke fix in BNC#144655 - mono-find-provides should...
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... [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-10 Rodrigo Kumpera[configure] Add checked build configure option.
2015-08-10 Marek Safar[corlib] Handle Module in RuntimePropertyInfo. Fixes...
2015-08-10 Marek Safar[mcs] Fix string interpolation parsing where inner...
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 Zoltan Varga[runtime] Remove the sgen_supported conditional from...
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...
2015-08-07 Zoltan Varga[runtime] Revert part of the previous commit to avoid...
2015-08-07 Zoltan Varga[runtime] Avoid passing gshared methods to clients...
2015-08-07 Ludovic Henry[runtime] Fix missing method at link time
2015-08-07 Rolf Bjarne... Add a conditional for fork and exec* functions.
2015-08-07 Zoltan Varga[runtime] Avoid a memory overflow in Buffer.InternalBlo...
2015-08-06 Zoltan Varga[runtime] Remove some dead code.
2015-08-06 Ludovic Henry[runtime] Fix memory corruption due to incorrect use...
2015-08-06 Dave DunkinAdd UriBuilder test for no hostname.
2015-08-06 Martin PotterUri.ShemeDelimiter should not be used when the host...
2015-08-06 João MatosMerge pull request #1966 from angeloc/master
2015-08-06 Angelo CompagnucciBetter handling of vasprintf checking
2015-08-05 Zoltan VargaMerge pull request #1965 from akoeplinger/fix-flaky...
2015-08-05 Alexander Köplinger[System.ServiceModel] Fix flaky Bug652331_2 test
2015-08-05 João Matos[runtime] Re-enable the soft debugger on x86 without...
2015-08-05 João Matos[sgen] Do not use Mach OS initialisation if using coop GC.
2015-08-05 Ludovic Henry[runtime] Add testing for unhandled exception
2015-08-05 Ludovic Henry[runtime] Refactor AsyncResult.Invoke icall and swallow...
2015-08-05 João MatosMerge pull request #1963 from angeloc/patch-1
2015-08-05 Angelo CompagnucciFixing initialization of have_vasprintf
2015-08-05 Marek Safar[system.net.http] Add special handling for chunked...
2015-08-05 Zoltan VargaFix the build.
2015-08-05 Zoltan Varga[sdb] Transition to using sdb trampolines instead of...
2015-08-05 Zoltan Varga[sdb] Improve logging a bit.
2015-08-05 Rodrigo Kumpera[runtime] Reenable Frak TLS on OSX
2015-08-04 Ludovic Henry[bcl] Remove old ThreadPool managed class
2015-08-04 Vlad Brezae[tests] MonoThreadsSync structures are no longer alloca...
2015-08-04 Vlad BrezaeThrow exception when trying to unlock unowned lock.
2015-08-04 Vlad BrezaeUnmanaged thin lock implementation.
2015-08-04 tritonAdded mono_runtime_posix_install_handlers stub for...
2015-08-04 tritonAdded SGen OS support code stubs for coop backend.
2015-08-04 Ludovic HenryRevert "[runtime] Refactor AsyncResult.Invoke internal...
2015-08-04 Ludovic HenryRevert "[runtime] Refactor AsyncResult creation with...
2015-08-04 Ludovic HenryRevert "[runtime] Move AsyncResult.Invoke to managed"
2015-08-04 Marek Safar[mcs] Cached labels definite assignment check does...
2015-08-04 Marek Safar[mcs] Special case return expression of Task<Task>...
2015-08-04 Zoltan Varga[llvm] Use the default code model on amd64, the 'large...
2015-08-03 Zoltan Varga[jit] Remove monitor enter/exit trampolines, their...
next