Merge pull request #3118 from kumpera/fix_getname
[mono.git] / mono /
2016-06-08 Rodrigo KumperaMerge pull request #3118 from kumpera/fix_getname
2016-06-07 Rodrigo KumperaMerge pull request #3114 from alexanderkyte/mono_conf_gc
2016-06-07 Alexander KöplingerMerge pull request #3112 from akoeplinger/test-runner...
2016-06-07 Rodrigo KumperaMerge pull request #3119 from kumpera/fix-getname-and...
2016-06-07 Aleksey Kliger ... Merge pull request #3082 from alexanderkyte/no_alloc_kl...
2016-06-07 Rodrigo KumperaMerge pull request #3110 from BrzVlad/fix-complex-conc...
2016-06-07 Alexander KöplingerMerge pull request #3124 from mono/revert-2734-master
2016-06-07 Alexander KöplingerRevert "Enhance log tracing"
2016-06-07 Alexander Kyte[runtime] Add new configure option for default sgen...
2016-06-07 Zoltan Varga[amd64] Fix an off-by-one in the dyn call code.
2016-06-07 Alexander Kyte[runtime][mobile_static] Add flag for rgctx_fetch_tramp...
2016-06-07 Zoltan Varga[runtime] Call mono_class_init () for classes in mono_c...
2016-06-07 Rodrigo Kumpera[corlib] Take shadow copying when computing CodeBase...
2016-06-07 Alex Rønne PetersenMerge pull request #3116 from alexrp/master
2016-06-06 Alex Rønne Petersen[profiler] Don't install the coverage suppression file...
2016-06-06 Alex Rønne Petersen[profiler] Don't run the test suite when the profiler...
2016-06-06 Vlad Brezae[sgen] Fix define argument
2016-06-06 Vlad Brezae[sgen] Fix race between complex descriptor allocation...
2016-06-06 Zoltan Varga[amd64] Fix a loop variable reuse in a58c2ef804779be708...
2016-06-06 Aleksey Kliger ... Merge pull request #3100 from lambdageek/dev/monoerror...
2016-06-06 Vlad Brezae[sgen] Make sure we will scan the bits correctly for...
2016-06-06 Vlad Brezae[sgen] Add missing memory type description
2016-06-06 Aleksey Kliger ... Merge pull request #3104 from lambdageek/dev/monoerror...
2016-06-06 Zoltan Varga[jit] Fix the emission of Selector.GetHandle () impleme...
2016-06-06 Alexander Köplinger[test-runner] Write stdout/stderr into StringBuilder...
2016-06-06 Alexander Köplinger[test-runner] Print timeout value when test times out
2016-06-06 Marek SafarMerge pull request #3111 from directhex/sed-before...
2016-06-06 Aleksey Kliger ... Merge pull request #2734 from nealef/master
2016-06-06 Rodrigo KumperaMerge pull request #3070 from kumpera/runtime-handles
2016-06-06 Rodrigo KumperaMerge pull request #3083 from alexrp/gc-pointless-memor...
2016-06-06 Zoltan Varga[amd64] Enable dyncall tests on amd64.
2016-06-06 Zoltan Varga[amd64] Support stack args in dyn calls.
2016-06-06 Zoltan Varga[amd64] Handle ArgValuetypeAddrInIReg in dyncalls.
2016-06-04 Aleksey Kliger ... [mini] Set pending MonoError in mono_vcall_trampoline...
2016-06-03 Rodrigo KumperaRemove unused header.
2016-06-03 Rodrigo Kumpera[coop] New local handles implementation.
2016-06-03 Rodrigo Kumpera[sgen] Fix scan thread data job to set ops so it can...
2016-06-03 Rodrigo Kumpera[mono-error] Fix error_init macro to work with MonoErro...
2016-06-03 Aleksey Kliger[llvm] Propagate MonoError out of mini_resolve_imt_method
2016-06-03 Neale FergusonUse %Y-%m-%d %H:%M:%S for Windows log message header
2016-06-03 Andi McClureMerge pull request #3040 from xmcclure/debugger-step...
2016-06-03 Aleksey Kliger[jit] Pass MonoError to resolve_vcall
2016-06-03 Alexander Kyte[runtime] Use new mono_error_set_for_class_failure...
2016-06-03 Alexander Kyte[runtime] Make helper to set MonoError directly from...
2016-06-03 Neale FergusonCorrect typo
2016-06-03 Neale FergusonCorrect for widechar on Windows
2016-06-03 Neale FergusonSeveral corrections thanks to Johan Lorensson
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 Aleksey Kliger[runtime] Mark mono_exception_from_token_two_strings...
2016-06-02 Aleksey Kliger[runtime] Mark mono_exception_from_name_two_strings...
2016-06-02 Marek Safar[System] Semaphore from referencesource
2016-06-02 Neale FergusonCorrect use of localtime() in Win32
2016-06-02 Neale FergusonUse localtime for Win32 and localtime_r for others
2016-06-02 Neale FergusonCorrect syntax error and G_LOG_xxx identifier
2016-06-02 Neale FergusonCorrect use of Windows APIs
2016-06-02 Neale FergusonUse correct APIs for Windows; Remove sys/time.h
2016-06-02 Neale FergusonCorrect conditional compilation & move logger source...
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[sgen] Remove a pointless memory barrier from the middl...
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...
next