[runtime] Fixed interruptible wapi_sendfile.
[mono.git] / mono /
2016-06-07 Marcos Henrich[runtime] Fixed interruptible wapi_sendfile.
2016-06-04 Aleksey Kliger ... [mini] Set pending MonoError in mono_vcall_trampoline...
2016-06-03 Andi McClureMerge pull request #3040 from xmcclure/debugger-step...
2016-06-03 Jonathan ChambersCorrecty initialize image ref_count. Ensures image...
2016-06-03 Marek SafarMerge pull request #3099 from marek-safar/rs-Semaphore
2016-06-02 Ludovic Henry[sgen] Use raw mutex for pin_queue_mutex as it's only...
2016-06-02 Ludovic Henry[coop] Reuse local info variable for polling
2016-06-02 Ludovic Henry[marshal] Fix unused variable warning
2016-06-02 Ludovic Henry[threads] Make mono_thread_detach_if_exiting return...
2016-06-02 Ludovic Henry[coop] Use mono_thread_info_is_current in checked build
2016-06-02 Ludovic Henry[coop] Remove unecessary assertion
2016-06-02 Ludovic Henry[coop] Switch to GC unsafe state in SIGILL signal handl...
2016-06-02 Ludovic Henry[runtine] We should always ignore SIGPIPE signal
2016-06-02 Ludovic Henry[coop] Ensure GC unsafe state when throwing exception
2016-06-02 Ludovic Henry[coop] Switch to GC safe around pthread_join
2016-06-02 Ludovic Henry[coop] Do not pass current thread to mono_threads_enter...
2016-06-02 Ludovic Henry[coop] Fix state transition when unregistering the...
2016-06-02 Ludovic Henry[coop] Make GC safe/unsafe unbalanced transitions public
2016-06-02 Ludovic Henry[coop] Do not include mono-threads-coop.h and mono...
2016-06-02 Ludovic Henry[coop] Do not allow transition on not-attached, not...
2016-06-02 Ludovic Henry[coop] Remove unecessary GC unsafe transition
2016-06-02 Ludovic Henry[marshal] Fix setting of last error for P/Invoke
2016-06-02 Ludovic Henry[checked-build] Fix warning
2016-06-02 Ludovic Henry[coop] Remove DoneBlockingAborted state transition
2016-06-02 monojenkinsMerge pull request #2881 from alexrp/gc-sample-managed...
2016-06-02 Alexander KöplingerMerge pull request #3066 from alexanderkyte/pedump_sgen
2016-06-02 Marek Safar[System] Semaphore from referencesource
2016-06-02 Aleksey Kliger ... Merge pull request #3087 from lambdageek/dev/monoerror...
2016-06-02 Alex Rønne PetersenMerge pull request #3096 from alexrp/master
2016-06-02 Zoltan Varga[arm] Return structures with sizes up to 16 bytes in...
2016-06-02 Marek SafarMerge pull request #3094 from mbrophy1/master
2016-06-01 Alexander KyteMerge pull request #3095 from alexanderkyte/typespec_ca...
2016-06-01 Alexander Kyte[runtime] Don't free null cache hash table in aot compiler
2016-06-01 Aleksey Kliger[runtime] Comment external only functions that call...
2016-06-01 Aleksey Kliger[runtime] Mark mono_object_to_string external only.
2016-06-01 Alexander Kyte[runtime] Replace pedump boehm dependency with sgen...
2016-06-01 Aleksey Kliger ... Merge pull request #3081 from lambdageek/coop-no-prof
2016-06-01 Aleksey Kliger[coop] Disable profiler tests if coop is enabled
2016-06-01 Zoltan Varga[arm] Pass structures larger than 16 bytes by ref on...
2016-05-31 Alex Rønne Petersen[arm] Don't emit memory barriers for relaxed atomic...
2016-05-31 Alex Rønne Petersen[sgen] Cache the SgenThreadInfo pointer in a local...
2016-05-31 Alex Rønne Petersen[gc] Register a critical region when executing managed...
2016-05-31 Rodrigo KumperaMerge pull request #3080 from BrzVlad/feature-enable...
2016-05-31 Andi McClureFixes for peer feedback on recursive step patch
2016-05-31 Mark ProbstMerge pull request #2871 from BrzVlad/feature-conc...
2016-05-31 Mark ProbstMerge pull request #3019 from schani/fix-major-pinning
2016-05-31 Jonathan PryorMerge pull request #2377 from joelmartinez/docs-multias...
2016-05-31 Vlad Brezae[sgen] Enable concurrent major by default on desktop...
2016-05-31 Alexander KöplingerMerge pull request #3078 from akoeplinger/fix-test...
2016-05-31 Aleksey Kliger ... Merge pull request #3067 from lambdageek/dev/monoerror...
2016-05-31 lateralusXMerge pull request #3059 from lateralusX/jlorenss/win...
2016-05-31 Marek SafarMerge pull request #3063 from marek-safar/rs-Net
2016-05-30 Vlad BrezaeMerge pull request #3056 from BrzVlad/fix-multiple...
2016-05-30 Vlad BrezaeMerge pull request #3057 from BrzVlad/fix-major-log3
2016-05-30 Alexander KöplingerMerge pull request #3071 from adamburgess/fix-ci-links
2016-05-30 Zoltan Varga[jit] Emit code to throw method access exceptions inste...
2016-05-30 Zoltan VargaRevert "[jit] Emit code to throw method access exceptio...
2016-05-30 Zoltan VargaRevert "[jit] Fix 04171d2c267d2db54b36877809dca7a890adc...
2016-05-29 Marek SafarMerge pull request #3061 from Thorium/master
2016-05-29 Zoltan Varga[jit] Fix 04171d2c267d2db54b36877809dca7a890adcfc5...
2016-05-29 Zoltan Varga[jit] Emit code to throw method access exceptions inste...
2016-05-28 Zoltan Varga[gsharedvt] Fix the mapping of reference generic instan...
2016-05-27 Bernhard UrbanMerge pull request #3002 from lewurm/typespec-caching
2016-05-27 Vlad Brezae[sgen] Exclusive write on binary protocol file
2016-05-27 Aleksey Kliger[s390x] Fix the build2
2016-05-27 Aleksey Kliger[s390x] Fix the build
2016-05-27 Aleksey Kliger[runtime] Avoid mono_error_raise_exception in icalls...
2016-05-27 Aleksey Kliger[perfcounters] Convert instance name to C string in...
2016-05-27 Aleksey Kliger[reflection] Don't raise in {Module,Assembly}Builder...
2016-05-27 Alexander KöplingerMerge pull request #3037 from mono/system_io_compressio...
2016-05-27 Vlad Brezae[sgen] Don't register pinned objects if pin stats are...
2016-05-27 Vlad Brezae[sgen] Sweep concurrently with nursery collections
2016-05-27 Vlad Brezae[sgen] Don't wait for sweep finish when allocating...
2016-05-27 Vlad Brezae[sgen] Add missing binary protocol entries for block...
2016-05-27 Vlad Brezae[sgen] Refactor collection logging
2016-05-27 Aleksey Kliger[file-mmap-posix] Don't use mono_error_raise_exception
2016-05-27 Alexander KöplingerMerge pull request #3060 from directhex/pr-in-version.h
2016-05-27 Aleksey Kliger[runtime] Don't raise in mono_assembly_apply_binding
2016-05-27 Aleksey Kliger ... Merge pull request #3050 from lambdageek/dev/monoerror...
2016-05-27 Alexander KöplingerMerge pull request #3058 from rolfbjarne/git-instead...
2016-05-27 Alexander KöplingerMerge pull request #3062 from madewokherd/win32threadsc...
2016-05-27 Jo Shields[jenkins] Include PR number in version.h if PR builder...
2016-05-27 lateralusXAdded support for GSHAREDVT and DYNCALL on Windows...
2016-05-27 Zoltan VargaRemove an unused icall.
2016-05-27 monojenkinsMerge pull request #3026 from lewurm/is-call-macro
2016-05-26 Zoltan Varga[sdb] Avoid calling mono_thread_current () in the profi...
2016-05-26 Bernhard Urban[mini] avoid checking condition twice in local-prop
2016-05-26 Bernhard Urban[mini] simplify MONO_IS_CALL macro
2016-05-26 Zoltan VargaMerge System/MonoType.cs into ReferenceSources/RuntimeT...
2016-05-26 Aleksey Kliger[runtime] Mark mono_string_to_utf8 external only.
2016-05-26 Aleksey Kliger ... Merge pull request #3055 from lambdageek/dev/monoerror...
2016-05-26 Tuomas HietanenMerge branch 'master' of https://github.com/mono/mono
2016-05-26 Ludovic HenryMerge pull request #3028 from lateralusX/jlorenss/threa...
2016-05-26 Marek SafarMerge pull request #3047 from marek-safar/rs-corlib
2016-05-26 Zoltan VargaAot runtime noraise3 (#3054)
2016-05-25 Aleksey Kliger[reflection] Reinitialize MonoError after mono_error_co...
2016-05-25 Aleksey Kliger[mini] Use an inner MonoError in instance testing in...
2016-05-25 Aleksey Kliger[runtime] Disallow unintentional reuse of MonoError...
2016-05-25 Aleksey Kliger[reflection] Cleanup uses of mono_error_cleanup
2016-05-25 Mark Probst[sgen] Remove a stupid #define
next