[System.Data.DataSetExtensions] Switch to reference sources
[mono.git] / mono /
2015-05-14 João Matos[aot] Fixed linker invocation when cross-compiling...
2015-05-14 Zoltan Varga[runtime] Fix the signature of native-func-aot wrappers...
2015-05-14 Miguel de IcazaMerge pull request #1793 from rolfbjarne/subminute...
2015-05-14 Ludovic Henry[threadpool-ms] Fix compilation warning
2015-05-14 Ludovic Henry[null-gc] Ensure mono_gc_set_skip_thread is compiled
2015-05-14 Ludovic Henry[threads] Revert part of e05ba2a2fb4c6402c656024020599f...
2015-05-14 Zoltan Varga[arm64] Increase max length of seq_point instruction.
2015-05-14 Zoltan Varga[aot] Avoid generating instances of AsyncMethodBuilderC...
2015-05-13 Ludovic Henry[threads] Remove dead code
2015-05-13 Ludovic Henry[threads] Remove thread_exit callback as the logic...
2015-05-13 Ludovic Henry[threads] Remove dead code
2015-05-13 Ludovic Henry[sgen] Remove unnecessary #define
2015-05-13 Ludovic Henry[threads] Remove useless indirection for thread creatio...
2015-05-13 Ludovic Henry[referencesource] Import System.Double and System.Simple
2015-05-13 Alex Rønne PetersenMerge pull request #1784 from alexrp/profiler-init
2015-05-13 Alex Rønne PetersenMerge pull request #1797 from schani/feature-pinning...
2015-05-13 Zoltan Varga[runtime] Fix the initialization of the pid array in...
2015-05-13 Alex Rønne PetersenMerge pull request #1799 from evincarofautumn/fix-heavy...
2015-05-12 Jon Purdy[sgen] Fix warnings with heavy stats.
2015-05-12 Mark Probst[sgen] Make pinning stats operational again.
2015-05-12 Mark Probst[sgen] `mono_gc_printf` should not append newlines.
2015-05-12 Mark Probst[sgen] Simplify `sgen_conservatively_pin_objects_from()`.
2015-05-12 Mark ProbstMerge pull request #1796 from evincarofautumn/fix-heavy...
2015-05-12 Jon Purdy[sgen] Actually fix heavy stats.
2015-05-12 Mark ProbstMerge pull request #1795 from evincarofautumn/fix-heavy...
2015-05-12 Jon Purdy[sgen] Fix heavy statistics.
2015-05-12 Rodrigo KumperaMerge pull request #1668 from alexanderkyte/bug1856
2015-05-12 Alexis Christoforides[runtime] Fixed typo in previous commit, added sleep
2015-05-12 Alexis Christoforides[runtime] When attaching a tools thread, spin-wait...
2015-05-11 Rodrigo KumperaMerge pull request #1783 from alexanderkyte/thread_tran...
2015-05-11 Alexis Christoforides[runtime] Add a couple of asserts to thread attach...
2015-05-11 Ludovic Henry[threadpool-ms] Remove thread waiting and memory cleanup
2015-05-11 Ludovic Henry[threadpool-ms] Fix assertion error "threadpool-ms...
2015-05-11 Zoltan Varga[runtime] Implement support for locals info for portabl...
2015-05-10 Zoltan Varga[runtime] Finish support for sequence point info for...
2015-05-10 Zoltan Varga[runtime] Fix some FIXMEs in mono_ppdb_get_seq_points ().
2015-05-10 Zoltan Varga[runtime] Add mono_ppdb_get_seq_points () function...
2015-05-10 Zoltan Varga[runtime] Add a mono_debug_get_seq_points () function...
2015-05-10 Zoltan Varga[runtime] Rename mono_debug_symfile_get_line_numbers_fu...
2015-05-10 Zoltan Varga[runtime] Remove more unused debugger code.
2015-05-09 Zoltan Varga[jit] Avoid an assertion in the virtual delegate optimi...
2015-05-09 Zoltan Varga[runtime] Add beginnings of support for Portable PDB...
2015-05-09 Zoltan Varga[runtime] Add support for the new metadata tables used...
2015-05-09 Zoltan Varga[runtime] Add support for loading metadata images witho...
2015-05-09 Alex Rønne Petersen[profiler] Initialize threads in runtime initialization...
2015-05-08 Zoltan Varga[runtime] Use a condvar for waiting for the finalizer...
2015-05-08 Zoltan Varga[runtime] Add a mono_cond_timedwait_ms () function...
2015-05-08 Zoltan Varga[runtime] Add a FIXME to mono_cond_timedwait () on...
2015-05-08 Mark Probst[sgen] Only flush binary protocol buffers when world...
2015-05-08 Alexander Kyte[runtime] Make thread abort synchronous
2015-05-08 Ludovic Henry[threadpool-ms] Revert part of fd0ff7bff9132c37a1db2b5a...
2015-05-08 Alex Rønne PetersenMerge pull request #1781 from alexrp/master
2015-05-08 Alex Rønne PetersenMerge pull request #1782 from alexrp/profiler-symbol-fix
2015-05-08 Ludovic Henry[threadpool-ms] Reenable threadpool cleanup
2015-05-08 Ludovic Henry[threadpool-ms] Refactor worker creation and domain...
2015-05-08 Ludovic Henry[threadpool-ms] Ensure monitor thread does not start...
2015-05-08 Ludovic Henry[threadpool-ms] Fix potential bug on monitor thread...
2015-05-08 Ludovic Henry[threadpool-ms] Refactor lock for working and parked...
2015-05-08 Ludovic Henry[threadpool-ms] Guarantee icall parameter size
2015-05-08 Alex Rønne Petersen[utils] Export concurrent hash table and lock free...
2015-05-08 Alex Rønne Petersen[runtime] Improve context static LocalDataStoreSlot...
2015-05-08 Zoltan VargaFix the build.
2015-05-08 Zoltan Varga[sdb] Remove the usage of WaitForSingleObject (), use...
2015-05-08 Zoltan Varga[runtime] Implement support for condition variables...
2015-05-08 Zoltan Varga[runtime] Fix the windows build.
2015-05-08 Alex Rønne Petersen[runtime] Update LocalDataStoreSlot code to the new...
2015-05-08 Atsushi EnoMerge pull request #1778 from JetBrains/xbuild_do_not_s...
2015-05-08 Zoltan Varga[runtime] Disable the broken code which aligns small...
2015-05-08 Zoltan VargaMerge pull request #1780 from alexrp/master
2015-05-08 Alex Rønne Petersen[runtime] Initialize contexts after the GC.
2015-05-07 Mark Probst[runtime] Fix a few warnings.
2015-05-07 Alex Rønne PetersenMerge pull request #1777 from alexrp/sgen-separation
2015-05-07 tritonRevert "[genmdesc] Improved unknown specifier error...
2015-05-07 Zoltan Varga[arm] Fix a problem introduced by 3469c138c67e4b7e0afcc...
2015-05-07 João Matos[genmdesc] Fixed generator to allow instructions length...
2015-05-07 Ludovic Henry[threadpool-ms] Change the meaning of ThreadPoolCounter...
2015-05-07 João Matos[arm] Fixed regression related to invalid specifier...
2015-05-07 João Matos[genmdesc] Improved unknown specifier error handling...
2015-05-07 João Matos[genmdesc] Improved instruction length error handling...
2015-05-07 João Matos[genmdesc] Improved instruction length error handling...
2015-05-07 Atsushi EnoMerge pull request #1773 from ztzg/sql-server-datetime2
2015-05-07 Atsushi EnoMerge pull request #1772 from ztzg/sql-server-variant
2015-05-07 Atsushi EnoMerge pull request #1771 from ztzg/sql-server-bulk...
2015-05-07 Alex Rønne Petersen[sgen] Move bridge debugging code out of the independen...
2015-05-06 Zoltan Varga[jit] Treat MONO_ARCH_IMT_REG as allways defined.
2015-05-06 Rodrigo Kumpera[threading] Fix a race during shutdown where a thread...
2015-05-06 Rodrigo Kumpera[runtime] Don't call managed code when OVF.
2015-05-06 Rodrigo Kumpera[coop] Fix marshal code of reset-abort calls to use...
2015-05-06 Rodrigo Kumpera[coop] Ensure the polling tramp has a wrapper.
2015-05-06 Alex Rønne PetersenMerge pull request #1750 from alexrp/precise-ctx-static...
2015-05-06 Alex Rønne PetersenMerge pull request #1742 from alexrp/symbol-renaming
2015-05-06 João MatosMerge pull request #1776 from evincarofautumn/fix-indep...
2015-05-06 Jon Purdy[sgen] Fix non-Mono SGen clients.
2015-05-06 Zoltan Varga[jit] Print out the numeric opcode name in mono_inst_na...
2015-05-06 João Matos[runtime] Fixed warning by including <winsock2.h> befor...
2015-05-06 João Matos[runtime] Fixed unused `count` variable warning by...
2015-05-06 João Matos[runtime] Fixed warning by including <winsock2.h> befor...
2015-05-06 João Matos[runtime] Fixed warning by only using #pragma warning...
2015-05-06 João Matos[mini] Do not try to set the usermode exception policy...
2015-05-06 João Matos[mini] Do not use the ELF writer when hosting on Windows.
next