[Socket] Move GetSocketOption related methods to their region
[mono.git] / mono /
2015-04-09 Ludovic Henry[Socket] Move SendFile related methods to their region
2015-04-09 Ludovic Henry[Socket] Move ReceiveFrom related methods to their...
2015-04-08 Ludovic Henry[Socket] Move Socket fields out of Socket_2_1.cs to...
2015-04-08 Ludovic Henry[Socket] Move SocketAsyncCall out of Socket_2_1.cs...
2015-04-08 Ludovic Henry[Socket] Move Worker out of Socket_2_1.cs to SocketAsyn...
2015-04-08 Alex Rønne Petersen[metadata] Remove old monosn.c (we have a managed sn...
2015-04-08 Marek Safar[corlib] TypeLoadException from reference sources
2015-04-08 Zoltan Varga[aot] Enable partial sharing when using full aot.
2015-04-08 Zoltan Varga[aot] Fix overflows when printing stats.
2015-04-08 Zoltan Varga[llvm] Remove an arm restriction, its no longer needed.
2015-04-07 Zoltan Varga[llvm] Fix the previous change.
2015-04-07 Zoltan Varga[llvm] Avoid generating invalid llvm il for volatile...
2015-04-07 Rodrigo Kumpera[runtime] Update the offsets table for amd64.
2015-04-07 Zoltan Varga[jit] Disable deadce in the liveness2 pass as well...
2015-04-07 Rodrigo Kumpera[utils] Use open instead of fopen on unix targets.
2015-04-07 Rodrigo Kumperaportability fixes.
2015-04-07 Zoltan Varga[runtime] Make some threadpool icalls non static to...
2015-04-07 Rodrigo Kumpera[jit] Make mono_thread_state_init_from_sigctx work...
2015-04-07 Alex Rønne Petersen[mini] Support MONO_PROFILER_CODE_BUFFER_EXCEPTION_HAND...
2015-04-07 Alex Rønne Petersen[mini] Support MONO_PROFILER_CODE_BUFFER_EXCEPTION_HAND...
2015-04-07 Alex Rønne Petersen[mini] Support MONO_PROFILER_CODE_BUFFER_EXCEPTION_HAND...
2015-04-07 João MatosMerge pull request #1684 from Garciat/fix-zlib-helper
2015-04-07 Zoltan VargaMerge pull request #1689 from alexrp/remove-cruft
2015-04-07 Zoltan VargaMerge pull request #1690 from nealef/master
2015-04-07 Martin BauligMerge pull request #1661 from HellBrick/connection...
2015-04-07 Neale Fergusondecimal-ms.c:
2015-04-07 Zoltan Varga[runtime] Fix the arm build.
2015-04-07 Zoltan Varga[runtime] Fix the mobile build.
2015-04-07 Alex Rønne PetersenRemove old make-bundle stuff.
2015-04-07 Alex Rønne PetersenRemove outdated TODO files in the mono subdirectory.
2015-04-07 Alex Rønne PetersenRemove mono/mini/README.
2015-04-07 Alex Rønne PetersenRemove mono/mini/mini.prj.
2015-04-07 Alex Rønne Petersen[profiler] Remove the old version of the log profiler.
2015-04-07 Alex Rønne Petersen[profiler] Remove old mono-cov profiler.
2015-04-07 Alex Rønne PetersenRemove mono/profiler/log-profiler.txt.
2015-04-07 Alex Rønne Petersen[profiler] Update data format version.
2015-04-07 Zoltan VargaMerge pull request #1688 from alexanderkyte/handle_chan...
2015-04-07 Zoltan Varga[runtime] Allocate more space to thunks in dynamic...
2015-04-07 Alexander KöplingerFix build broken by 4de22ecb2148f4faa3d2892c9835c0cf4b8...
2015-04-06 Rodrigo Kumpera[config] Move the complex.h check to autoconf instead...
2015-04-06 Rodrigo KumperaMerge pull request #1686 from akoeplinger/integrate...
2015-04-06 Zoltan Varga[runtime] Fix a double free when freeing some wrapper...
2015-04-06 Rodrigo Kumpera[mini] Fix DISABLE_JIT support for simd.
2015-04-06 Zoltan Varga[runtime] Remove unused wapi_interrupt_thread () fuction.
2015-04-06 Alexander Kyte[runtime] Use _SC_NPROCESSORS_CONF not _SC_NPROCESSORS_ONLN
2015-04-06 Marcos HenrichMerge pull request #1624 from esdrubal/getprocesstimes
2015-04-06 Zoltan Varga[runtime] Remove unused io-layer/system.{c,h}.
2015-04-06 Rodrigo KumperaMerge pull request #1665 from alexanderkyte/sgen-alloc...
2015-04-06 João MatosMerge pull request #1682 from Garciat/patch-1
2015-04-06 Alex Rønne PetersenMerge pull request #1683 from akoeplinger/fix-make...
2015-04-06 Alexander Köplinger[runtime] Fix "make distcheck"
2015-04-06 Mark Probst[runtime] Fix warnings.
2015-04-03 João MatosMerge pull request #1679 from knguyen0928/master
2015-04-03 Marcos HenrichMerge pull request #1678 from esdrubal/tzindst
2015-04-03 Zoltan Varga[amd64] Add full-aot support for the sdb trampolines.
2015-04-02 Zoltan Varga[amd64] Use soft breakpoints in aot mode.
2015-04-02 Zoltan VargaMerge pull request #1680 from schani/feature-profiler...
2015-04-02 Mark Probst[profiler] Add missing code buffers for exception handling.
2015-04-02 Zoltan Varga[llvm] Emit division by zero/overflow checks for div...
2015-04-02 Zoltan VargaRevert "[runtime] Use mono_set_pending_exception (...
2015-04-02 João MatosMerge pull request #1672 from ninjarobot/patch-2
2015-04-02 Marek Safar[corlib] CompareInfo from reference sources
2015-04-01 Zoltan VargaMerge pull request #1674 from alexanderkyte/gdb_support
2015-04-01 Zoltan Varga[runtime] Use mono_set_pending_exception () in a few...
2015-04-01 Zoltan Varga[jit] Avoid a crash if constrained_gsharedvt_call_setup...
2015-04-01 Miguel de Icaza[doc] Format comment so our tools can process this
2015-04-01 Rodrigo Kumpera[threading] Fix compilation of coop suspend on windows.
2015-04-01 Alexander Kyte[Runtime] Disable xdebug on OSX because it does not...
2015-04-01 Rodrigo KumperaMerge pull request #1671 from kumpera/mobile_static_fix...
2015-04-01 João MatosMerge pull request #1673 from alexanderkyte/minor_cpp_fixes
2015-04-01 Alexander Kyte[runtime] Fixed index comparison typo in class.c
2015-04-01 Ludovic Henry[threadpool] Fix potential infinite loop
2015-04-01 Marek Safar[corlib] Update more decimal separators. Further fixes...
2015-04-01 Zoltan Varga[jit] Use mono_error_set_pending_exception () in jit...
2015-04-01 Zoltan Varga[runtime] Move mono_error_raise_exception () to metadat...
2015-03-31 Zoltan Varga[jit] Increase some trampoline sizes.
2015-03-31 Zoltan Varga[llvm] Reenable support for nested clauses.
2015-03-31 Zoltan Varga[runtime] Add more caches to mono_marshal_get_native_wr...
2015-03-31 Alexander Kyte[runtime] Don't set flag to skip future initialization...
2015-03-31 Zoltan Varga[llvm] Disable support for nested clauses for now as...
2015-03-31 Zoltan Varga[llvm] Implement support for nested clauses.
2015-03-31 Zoltan Varga[amd64] Enable thunk creation when using LLVM as well.
2015-03-31 Ludovic Henry[threadpool] Fix typo
2015-03-31 Ludovic Henry[threadpool] Add IO support + Needed refactoring of...
2015-03-31 Ludovic Henry[threadpool] Move MonoAsyncResult invocation out of...
2015-03-31 Ludovic Henry[threadpool] Move threadpool-microsoft.{c,h} to threadp...
2015-03-31 Ludovic Henry[threadpool] Remove RegisteredWaitHandle runtime code...
2015-03-31 Marek Safar[corlib] NumberFormatInfo from reference sources
2015-03-31 Rodrigo Kumpera[socket-io] Fix crasher in System test suite.
2015-03-30 Marek Safar[corlib] Update culture currency separators
2015-03-30 João Matos[runtime] Fixed a warning.
2015-03-30 João Matos[mini] Fixed the build.
2015-03-30 João Matos[runtime] Enable the complex math support code on Android.
2015-03-30 Rodrigo Kumpera[runtime] Fix the build.
2015-03-30 Zoltan Varga[llvm] Fix an uninitialized variable error.
2015-03-30 Zoltan Varga[llvm] Generate code at the start of exception clauses...
2015-03-30 Zoltan Varga[runtime] Fix the passing of arguments to the stringbui...
2015-03-29 Rodrigo Kumpera[threading] Wrap socket code with coop suspend.
2015-03-29 Rodrigo Kumpera[threading] Wrap IO icalls.
2015-03-29 Rodrigo Kumpera[threading] type init lock is complex enough that needs...
next