Merge pull request #2844 from radical/assign-proj-config
[mono.git] / mono /
2016-04-07 Ankit JainMerge pull request #2844 from radical/assign-proj-config
2016-04-06 Alex Rønne PetersenMerge pull request #2839 from alexrp/profiler-thread...
2016-04-06 Alex Rønne Petersen[profiler] Detach helper/writer threads before shutting...
2016-04-06 Alex Rønne Petersen[threads] Export mono_thread_info_detach () for use...
2016-04-06 Rodrigo KumperaMerge pull request #2837 from alexrp/master
2016-04-06 Joao Matos[runtime] Deduplicate MONO_ZERO_LEN_ARRAY into mono...
2016-04-06 Joao Matos[runtime] Factor out (MonoMarshalConv)-1 into its own...
2016-04-06 João MatosMerge pull request #2842 from akoeplinger/fix-monodroid...
2016-04-06 Alexander KöplingerAdd android-libunwind submodule and fix path in mini...
2016-04-06 Rodrigo KumperaMerge pull request #2836 from kumpera/cwt_toggleref
2016-04-06 Alexander Köplinger[mini] Remove duplicated methods from tramp-arm64-gshar...
2016-04-06 Alexander Köplinger[mini] Fix incorrect ifdef in the arm64 gsharedvt files
2016-04-06 Alexander Köplinger[mini] Add missing include to mini-exceptions-native...
2016-04-06 Alexander Köplinger[mini] Fix ARM assembler syntax for MRC
2016-04-06 Joao Matos[runtime] Fixed invalid comparisons to MonoMarshalConv...
2016-04-06 Alexander KöplingerMerge pull request #2833 from directhex/ci-script-in...
2016-04-06 Marek SafarMerge pull request #2804 from radical/al-cecil
2016-04-06 monojenkinsMerge pull request #2835 from lewurm/fix-make-dist
2016-04-06 Alex Rønne Petersen[mprof-report] Don't print a thread with a zero thread...
2016-04-06 Alex Rønne Petersen[profiler] Ensure that we zero out thread IDs for buffe...
2016-04-06 Alex Rønne Petersen[mprof-report] Don't assume the first thread seen is...
2016-04-06 Alex Rønne Petersen[mini] Set a native thread name for the main thread...
2016-04-06 Alex Rønne Petersen[threadpool] Explicitly use the root domain to allocate...
2016-04-06 Alex Rønne Petersen[runtime] Add thread names to all internal runtime...
2016-04-06 Alex Rønne Petersen[gc] Allow changing the finalizer thread's name.
2016-04-06 Alex Rønne Petersen[gc] Set name of the finalizer thread from within the...
2016-04-06 Alex Rønne Petersen[threads] Export some functions so the entire runtime...
2016-04-06 Alex Rønne Petersen[threads] Make mono_thread_info_set_name () work on...
2016-04-06 Alex Rønne Petersen[threads] Don't report tools threads that do a full...
2016-04-06 Alex Rønne Petersen[threads] Make sure we change the native thread name...
2016-04-06 Alex Rønne Petersen[sgen] Make mono_gc_base_init () double-init resistant...
2016-04-06 Alex Rønne Petersen[mini] Shut down the profiler after shutting down the...
2016-04-05 Rodrigo Kumpera[sgen] Mark togglerefs before processing ephemerons...
2016-04-05 monojenkinsMerge pull request #2834 from xmcclure/inflated_method_...
2016-04-05 Alexander KöplingerMerge pull request #2832 from razzfazz/handle_eintr
2016-04-05 Andi McClureDocument mono_error_init convention in source
2016-04-05 Andi McClure[runtime] restore mono_error_init in mono_basic_block_split
2016-04-05 Alexander KöplingerMerge pull request #2831 from razzfazz/fix_dllimport
2016-04-04 Zoltan Varga[runtime] Allow the options in MONO_DEBUG to be passed...
2016-04-04 Zoltan Varga[llvm] Enable pinvoke call using the C calling conv...
2016-04-04 Rodrigo KumperaMerge pull request #2827 from xmcclure/profile-clean-0.1
2016-04-04 monojenkinsMerge pull request #2545 from ermshiperete/Xamarin...
2016-04-04 Alexander Köplinger[test-runner] Ignore exceptions during process kill
2016-04-04 Marek Safar[build] Update mcs path in mini tests
2016-04-04 Marek Safar[build] Change the way how mcs references are passed...
2016-04-04 Ludovic HenryMerge pull request #2713 from gregoryyoung/master
2016-04-03 Zoltan Varga[amd64] Add a separate ArgStorage entry for gsharedvt...
2016-04-02 monojenkinsMerge pull request #2720 from mono/fix-39325
2016-04-02 Zoltan Varga[runtime] Move the test for shutting down the stat...
2016-04-02 Zoltan Varga[arm64] Fix the generation of static rgctx trampolines...
2016-04-02 Zoltan Varga[arm64] Implement handler block guard trampolines.
2016-04-02 Zoltan Varga[runtime] Fix a crash when shutting down the sampling...
2016-04-02 Zoltan Varga[tests] Increase the timeout in the test runner so...
2016-04-02 Alexander Köplinger[metadata] Remove invalid Win32 entry in object-offsets.h
2016-04-02 Alexander Köplinger[mini] Remove duplicate stubs from tramp-amd64/x86...
2016-04-01 Alex Rønne Petersen[mini] Fix build on systems without clock_nanosleep ().
2016-04-01 Rodrigo Kumpera[jit] Handle verification failing with InvalidProgramE...
2016-04-01 Zoltan Varga[runtime] Make a copy of the types passed to mono_mb_ad...
2016-04-01 Zoltan Varga[arm64] Fix clearing of stack traces when an exception...
2016-04-01 Andi McClureContinued profiler loading cleanup (PR#2816 follow up)
2016-04-01 Rodrigo KumperaMerge pull request #2825 from kumpera/loader_error_removal
2016-04-01 Alexander KöplingerMerge pull request #2826 from mattleibow/mono.options...
2016-04-01 monojenkinsMerge pull request #2805 from alexrp/profiler-sampling...
2016-04-01 Zoltan Varga[arm64] Implement interruption checking in the trampoli...
2016-04-01 Alex Rønne Petersen[profiler] Use a background thread to send out sampling...
2016-04-01 Rodrigo Kumpera[runtime] Remove mono_loader_clear_error, mono_loader_a...
2016-04-01 Rodrigo Kumpera[runtime] Remove mono_loader_get_last_error, nothing...
2016-03-31 Rodrigo Kumpera[runtime] Remove mono_loader_error_prepare_exception...
2016-03-31 Rodrigo Kumpera[runtime] Remove all functions that set the loader...
2016-03-31 Rodrigo Kumpera[mono-error] Remove mono_loader_set_error_from_mono_err...
2016-03-31 Rodrigo Kumpera[mono-error] Since nothing sets the loader error anymor...
2016-03-31 Zoltan VargaFix warnings/remove dead code.
2016-03-31 Zoltan VargaFix a warning.
2016-03-31 Zoltan Varga[runtime] Fix the arm linux build by using the fallback...
2016-03-31 Zoltan Varga[runtime] Fix some warnings/remove dead code.
2016-03-31 Aleksey Kliger[reflection] Fix leak in mono_reflection_get_custom_att...
2016-03-31 Aleksey Kliger[security-core-clr] Fixup function signature to match...
2016-03-31 monojenkinsMerge pull request #2816 from xmcclure/profile-clean-0
2016-03-31 monojenkinsMerge pull request #2810 from kumpera/fix_hazard_free
2016-03-31 Zoltan VargaFix warnings.
2016-03-31 Zoltan Varga[gsharedvt] Integrate mini-generic-sharing-gsharedvt...
2016-03-31 Aleksey Kliger[runtime] Use mono_object_isinst_checked
2016-03-31 Zoltan Varga[arm64] Fix passing of small gsharedvt argument on...
2016-03-31 Zoltan VargaMerge pull request #2820 from kumpera/license-change...
2016-03-31 Rodrigo Kumpera[utils] Fix the build.
2016-03-31 monojenkinsMerge pull request #2394 from Mailaender/patch-1
2016-03-31 Rodrigo Kumpera[runtime] Cycle the finalizer thread if there are too...
2016-03-30 iain holmes[Profiler] Use the correct function to increment the...
2016-03-30 Alexander KöplingerMerge pull request #2807 from akoeplinger/gchandle
2016-03-30 monojenkinsMerge pull request #2786 from alexanderkyte/leaked_type...
2016-03-30 Andi McClureImprove a safety check when writing data into StatBuffer
2016-03-31 Andi McClureComments and clarity in proflog.c
2016-03-31 Andi McClureAssist on profiler module loading
2016-03-30 Vlad BrezaeMerge pull request #2799 from BrzVlad/fix-conc-card...
2016-03-30 monojenkinsMerge pull request #2808 from lambdageek/dev/monoerror...
2016-03-30 Zoltan VargaMerge pull request #2812 from madewokherd/threadpool...
2016-03-30 Vincent Povirk[threadpool-ms] Fix incorrect use of mono_rand.
2016-03-30 Marcos HenrichMerge pull request #2698 from esdrubal/iosxmlarray
2016-03-30 Marcos HenrichMerge pull request #2763 from esdrubal/mono-symbolicate...
2016-03-30 Marcos HenrichMerge pull request #2787 from esdrubal/endpointaddress10
next