Merge pull request #796 from alesliehughes/master
[mono.git] / mono /
2014-02-12 Miguel de IcazaMerge pull request #796 from alesliehughes/master
2014-02-12 Miguel de IcazaMerge pull request #778 from cmorris98/master
2014-02-12 Miguel de IcazaMerge pull request #835 from HorstKakuschke/master
2014-02-12 Zoltan VargaRevert "[jit] Align the stack in mono_arch_restore_cont...
2014-02-10 Zoltan Varga[arm] Use d0/d1 as fp scratch regs on non-hard float...
2014-02-10 Mark Probst[runtime] Remove overly pessimistic test.
2014-02-10 Mark Probst[sgen] new T[-1] must throw OverflowException, not...
2014-02-10 Mark Probst[sgen] Hint OOM exception branch as not taken.
2014-02-10 Mark Probst[sgen] Fix overflow occurring with large object allocat...
2014-02-08 Martin MidtgaardMerge remote-tracking branch 'upstream/master'
2014-02-08 Zoltan Varga[jit] Fix a regression introduced by b3f36681c72a6900cd...
2014-02-07 Sebastien PouliotMerge pull request #829 from symform/httpwebreq-async-ssl
2014-02-07 Marek Safar[corlib] Make primitive types smaller than int compare...
2014-02-07 Martin MidtgaardMerge branch 'BigIntegerParse'
2014-02-06 Marek SafarMerge pull request #889 from slluis/serializer-fix
2014-02-06 Rodrigo Kumpera[System] Fix process creation when UseShellExecute...
2014-02-06 Rodrigo KumperaRevert "[runtime] Don't pass SEE_MASK_NOCLOSEPROCESS...
2014-02-06 Zoltan Varga[runtime] Put back ensure_synch_cs_set () which was...
2014-02-06 Marek Safar[runtime] Filter out events with same name
2014-02-06 Marek Safar[corlib] Fix some AssemblyName tests
2014-02-06 Zoltan Varga[runtime] Fix the computation of AssemblyName.Processor...
2014-02-06 Andrés G. AragonesesAdd types from the method header even for gshared methods.
2014-02-06 Zoltan VargaRevert "[aot] Applied patch from "Andrés G. Aragoneses...
2014-02-05 Zoltan Varga[aot] Applied patch from "Andrés G. Aragoneses" <knocte...
2014-02-05 Zoltan VargaRevert "[aot] Add types from the method header even...
2014-02-05 Zoltan Varga[aot] Add types from the method header even for gshared...
2014-02-05 Zoltan Varga[runtime] Fix the windows build.
2014-02-05 Zoltan Varga[arm] Increase the length of the endfinally instruction...
2014-02-05 Zoltan Varga[jit] Implement OP_CARD_TABLE_WBARRIER on ios.
2014-02-04 Zoltan Varga[jit] Avoid running class cctors during AOT when using...
2014-02-04 Zoltan Varga[runtime] Fix a warning.
2014-02-03 Rodrigo Kumpera[corlib] The hashcode of an empty struct must be consta...
2014-02-03 Zoltan Varga[runtime] Applied patch from Frank Fuchs <fk.fuchs...
2014-02-03 Zoltan Varga[runtime] Applied patch from Frank Fuchs <fk.fuchs...
2014-02-03 Marek SafarMerge pull request #886 from dmpot/master
2014-02-02 Zoltan Varga[runtime] Simplify the io-layer threading code a bit...
2014-02-02 Zoltan Varga[runtime] Move more thread attach code to mono-threads...
2014-02-02 Marek SafarMerge pull request #884 from akoeplinger/fix-ipv6-teredo
2014-02-02 Zoltan Varga[runtime] Simplify _wapi_set_termination_details ().
2014-02-01 Zoltan Varga[runtime] Rename mono_thread_info_dettach () to mono_th...
2014-02-01 Zoltan Varga[runtime] Rename the MONO_GSHARING define to ENABLE_GSH...
2014-02-01 Zoltan Varga[runtime] Implement GetCurrentThreadId () using mono...
2014-02-01 Zoltan Varga[runtime] Move thread attaching to mono-threads from...
2014-01-31 Zoltan Varga[runtime] Remove code duplication from the wapi_interru...
2014-01-31 Zoltan Varga[runtime] Remove some references to gc_wrapper.h which...
2014-01-31 Zoltan Varga[runtime] Move the thread exit code to mono-threads...
2014-01-31 Zoltan Varga[runtime] Fix a shutdown leak.
2014-01-31 Zoltan Varga[runtime] Use mono_thread_join () to wait for the final...
2014-01-31 Zoltan Varga[llvm] Disable llvm instead of asserting in some cases...
2014-01-31 Zoltan Varga[runtime] Use a separate lock for the joinable_threads...
2014-01-30 Michael HutchinsonMerge pull request #880 from awinters-fvs/xbuild/make...
2014-01-30 Zoltan VargaFix warnings.
2014-01-30 Zoltan Varga[runtime] Change the way the runtime waits for threads...
2014-01-30 Alex Rønne PetersenMerge pull request #882 from jgagnon/master
2014-01-29 Rodrigo Kumpera[jit]Add a missing call to mini_native_type_replace_typ...
2014-01-29 Zoltan Varga[aot] Add a more helpfull error message when a method...
2014-01-29 Zoltan Varga[sgen] Fix a regression caused by 07fc727b8698a100aeb21...
2014-01-28 Zoltan Varga[llvm] Load rgctx/imt arguments using a volatile load...
2014-01-28 Zoltan VargaRevert "[jit] Precompute a bit more information for...
2014-01-27 Rodrigo KumperaProperly compare assembly versions when performing...
2014-01-26 Zoltan Varga[jit] Precompute a bit more information for delegate...
2014-01-25 Zoltan Varga[jit] Store the spvar offsets for the finally clauses...
2014-01-25 Zoltan Varga[jit] Change to signature of mono_arch_create_handler_b...
2014-01-24 Zoltan Varga[jit] Add a mono_jinfo_get_unwind_info () helper function.
2014-01-24 Atsushi EnoMerge branch 'msbuilddll2'
2014-01-24 Zoltan Varga[jit] Fix/simplify the x86 handler guard trampoline...
2014-01-24 Zoltan VargaRevert "finally_guard has been promoted to the stable...
2014-01-24 Zoltan Varga[jit] Fix a regression caused by 28374f3161d7bd2521b26b...
2014-01-24 Zoltan Varga[jit] Hopefully fix the loaded LLVM build.
2014-01-23 Alex Rønne PetersenMerge pull request #735 from wtfrank/bitblt
2014-01-23 Zoltan Varga[jit] Add a mono_get_jit_tls () helper function.
2014-01-23 tritaoFollow up on return intrinsics tightening the preproces...
2014-01-22 Rodrigo Kumpera[runtime] Handle native size of structs with explicit...
2014-01-22 João MatosMerge pull request #878 from tritao/master
2014-01-22 Zoltan Varga[jit] Fix the freeing of AOT jump target lists. Fixes...
2014-01-21 Zoltan Varga[amd64] Make seq_points clobber callee save registers...
2014-01-21 Zoltan Varga[runtime] Fix the DISABLE_JIT build.
2014-01-21 Zoltan Varga[gsharedvt] Fix memory leaks. Fixes #16787.
2014-01-20 tritaoExplicitly define strtoull for MSVC releases previous...
2014-01-20 tritaoFixed SGen qsort code to compile with MSVC.
2014-01-20 tritaoFixed return address intrinsics in MSVC.
2014-01-20 tritaoFixed missing Interlocked intrinsics in MSVC x86.
2014-01-20 Alex Rønne PetersenMove a variable into the #ifdef path it's used in....
2014-01-20 Alex Rønne PetersenRemove unused emit_line_number_info_begin () function...
2014-01-20 Alex Rønne PetersenRemove unused dummy_apc () function on non-WIN32. Fixes...
2014-01-20 Marek SafarMerge pull request #876 from knocte/master
2014-01-19 Zoltan Varga[runtime] Rename QueueUserAPC () to wapi_thread_interru...
2014-01-17 Rodrigo Kumperafinally_guard has been promoted to the stable set of...
2014-01-17 Rodrigo KumperaThe shutdown check is racy, we should check if the...
2014-01-17 Rodrigo Kumpera[runtime] Properly unlink a node in the tls slot freeli...
2014-01-17 Rodrigo Kumpera[runtime] Don't raise a ExecutionEngineException is...
2014-01-17 Marek SafarMerge pull request #868 from mariokmk/master
2014-01-17 Rodrigo Kumpera[metadata] Fix a potential crasher.
2014-01-17 Rodrigo Kumpera[runtime] Fix a few warnings in io-layer and utils.
2014-01-17 Rodrigo Kumpera[utils] The fallback mmap should fail if it cannot...
2014-01-17 Zoltan Varga[runtime] Use mono_thread_info_tls_get () in sgen as...
2014-01-17 Alex Rønne PetersenMerge pull request #856 from madewokherd/textcontrol
2014-01-17 Alex Rønne PetersenMerge pull request #861 from RobertZenz/patch-1
2014-01-17 Alex Rønne PetersenMerge pull request #875 from justincc/master
2014-01-17 Zoltan VargaFix boehm after eb1a7c159149745dfbc45ca9de81a7585b82b993.
next