Merge pull request #1068 from esdrubal/bug18421
[mono.git] / mono /
2014-05-30 Jérémie LavalMerge pull request #1068 from esdrubal/bug18421
2014-05-30 Rolf Bjarne KvingeMerge pull request #1072 from esdrubal/bug19862
2014-05-30 Marek SafarMerge pull request #1069 from esdrubal/bug16990
2014-05-30 Rodrigo Kumpera[boehm] Implement the finalization extension API.
2014-05-30 Rodrigo Kumpera[gc] Add finalizer API, implemented only on sgen.
2014-05-30 Zoltan Varga[jit] Applied patch from Vladimir Kargov <kargov@gmail...
2014-05-29 Zoltan Varga[sdb] Avoid clearning event requests if they reference...
2014-05-29 Marek Safar[verifier] Set correctly stack type based on constraine...
2014-05-29 Marek Safar[verifier] Fix constrained type unwrap for enum types...
2014-05-29 Zoltan VargaMerge pull request #1067 from esdrubal/bug19862
2014-05-28 Zoltan Varga[amd64] Simplify mono_arch_handle_altstack_exception...
2014-05-28 Jeffrey StedfastMerge pull request #1048 from DavidKarlas/cacheThreadsA...
2014-05-27 Zoltan Varga[runtime] Call mono_threads_join_threads () to prevent...
2014-05-27 Zoltan Varga[llvm] Fix the loadable llvm build.
2014-05-27 Rodrigo Kumpera[runtime] Add a test for the type loading changes.
2014-05-27 Rodrigo Kumpera[runtime] Ensure reflection-based assembly load has...
2014-05-27 Zoltan Varga[llvm] Fix support for native types.
2014-05-27 Mark Probst[sgen] Remove unnecessary newline from warning.
2014-05-27 Mark Probst[sgen] Fix for ridiculously small nurseries.
2014-05-27 Joao MatosFixed TLAB_ACCESS_INIT usages in MSVC by moving the...
2014-05-27 Joao MatosRevert "Fixed TLAB_ACCESS_INIT usages in MSVC by declar...
2014-05-27 Joao MatosReplaced "__asm call $+5" pattern to get the IP with...
2014-05-27 Zoltan Varga[arm64] Fix mono_strtod ().
2014-05-27 Alex Rønne PetersenMerge pull request #1062 from sethjackson/sem_timedwait
2014-05-27 Marek SafarMerge pull request #1060 from rolfbjarne/logical-name...
2014-05-27 Seth JacksonOpenBSD has sem_timedwait().
2014-05-27 Sebastien PouliotMerge pull request #1057 from lextm/master
2014-05-26 Zoltan VargaMerge pull request #1061 from sethjackson/L_cuserid
2014-05-26 Joao MatosReplaced C99 variable-length array with an alloca to...
2014-05-26 Joao MatosFixed SGEN_HASH_TABLE_INIT usages to work in MSVC.
2014-05-26 Joao MatosFixed TLAB_ACCESS_INIT usages in MSVC by declaring...
2014-05-26 Rolf Bjarne Kvinge[arm64] Fix another crash due to not using the right...
2014-05-26 Rolf Bjarne KvingeFix a couple of compiler warnings.
2014-05-26 Zoltan VargaMerge pull request #1059 from ranma42/jenkins-warnings...
2014-05-26 Marek SafarMerge pull request #1033 from godFather89/master
2014-05-26 Andrea CancianiFix non-prototype function declarations
2014-05-26 Andrea CancianiMore C90 compatibility fixes
2014-05-25 Alex Rønne PetersenRename configure.in -> configure.ac. Based on PR #976.
2014-05-25 Alex Rønne PetersenMerge pull request #1056 from ranma42/vc-compat-C90
2014-05-25 Andrea CancianiFix the build on Visual C++
2014-05-25 Marek SafarMerge pull request #1055 from josedonizetti/fix_datacon...
2014-05-23 Rodrigo Kumpera[runtime] Don't leak memory if the custom attribute...
2014-05-23 Rodrigo Kumpera[runtime] Add regression tests for custom attribute...
2014-05-23 Rodrigo Kumpera[reflection] Harder the custom attribute code against...
2014-05-23 Rodrigo Kumpera[runtime] Change the semantics of mono_error_set_type_l...
2014-05-23 Rodrigo Kumpera[reflection] Do proper error handling in more cases.
2014-05-23 Marek SafarMerge pull request #1051 from josedonizetti/bug11916...
2014-05-22 Zoltan Varga[arm64] Fix the definition of DWARF_PC_REG, it should...
2014-05-22 Enrico Sadafix V547 Expression 'ccw->ref_count >= 0' is always...
2014-05-22 Enrico Sadafix V595 The 'method' pointer was utilized before it...
2014-05-22 Enrico Sadafix V595 The 'amodule' pointer was utilized before...
2014-05-22 Atsushi EnoMerge pull request #924 from marcusva/master
2014-05-22 Marek SafarMerge pull request #164 from LogosBible/AppSettingsFile...
2014-05-22 Alex Rønne PetersenMerge pull request #1045 from sethjackson/master
2014-05-22 Alex Rønne PetersenMerge pull request #1046 from sethjackson/null-gc
2014-05-21 Seth JacksonAllow building with no GC again.
2014-05-21 Seth Jacksonkinfo_proc2 was removed from OpenBSD. Use kinfo_proc...
2014-05-21 Alex Rønne PetersenMerge pull request #1032 from miguelzf/master
2014-05-21 Alex Rønne PetersenMerge pull request #1044 from ranma42/fix-icc-build
2014-05-21 Andrea CancianiFix building mono with icc
2014-05-21 Rodrigo Kumpera[GC] Make size dependent vars use size_t instead of...
2014-05-20 Zoltan Varga[sdb] Make sure the ids of unloading assemblies is...
2014-05-20 Zoltan Varga[runtime] Clean up an #ifdef block.
2014-05-20 Marek SafarMerge pull request #981 from methane/websocket
2014-05-20 Zoltan Varga[llvm] Update to the llvm backend to work with llvm...
2014-05-20 Zoltan Varga[llvm] Detect the cpu architecture and pass it to Engin...
2014-05-20 Alexis ChristoforidesMerge pull request #1040 from ermshiperete/bug-xamarin...
2014-05-17 Zoltan Varga[sdb] Avoid waiting for an answer for the START_BUFFERI...
2014-05-17 Zoltan Varga[sdb] Add ability to buffer reply packets in the wire...
2014-05-16 Miguel de IcazaMerge pull request #1041 from mono/staged-cyclic-builds
2014-05-16 Miguel de IcazaMerge pull request #943 from ermshiperete/bug-novell...
2014-05-15 Miguel de IcazaMerge pull request #993 from ancailliau/fix-datacontrac...
2014-05-15 Miguel de IcazaMerge pull request #925 from ermshiperete/novell-bug...
2014-05-15 Miguel de IcazaMerge pull request #942 from ermshiperete/MessageBoxBugs
2014-05-15 Miguel de IcazaMerge pull request #948 from ermshiperete/bug-xamarin...
2014-05-15 Miguel de IcazaMerge pull request #926 from ermshiperete/novell-bug...
2014-05-15 Miguel de IcazaMerge pull request #954 from ermshiperete/bug-xamarin...
2014-05-15 Miguel de IcazaMerge pull request #952 from ermshiperete/bug-xamarin...
2014-05-15 Miguel de IcazaMerge pull request #951 from ermshiperete/bug-xamarin...
2014-05-15 Miguel de IcazaMerge pull request #950 from ermshiperete/bug-xamarin...
2014-05-15 Miguel de IcazaMerge pull request #949 from ermshiperete/bug-novell...
2014-05-15 Miguel de IcazaMerge pull request #1038 from ermshiperete/bug-xamarin...
2014-05-15 Rodrigo Kumpera[runtime] Fix hazard pointer usage in the suspend sequence.
2014-05-15 Rodrigo Kumpera[runtime] Fix a hazard pointer leakage in mono_thread_i...
2014-05-15 Rodrigo Kumpera[runtime] Pass the MonoThreadInfo explicitly to mono_th...
2014-05-15 Alexis Christoforides[io-layer] Added missing handle type in _wapi_handle_st...
2014-05-15 Miguel de IcazaMerge pull request #1034 from joelmartinez/msdoc-import2
2014-05-15 Alexis Christoforides[io-layer] Fixed error condition in _wapi_handle_struct...
2014-05-15 Zoltan Varga[runtime] Fix decoding of jagged arrays in custom attri...
2014-05-15 Alexis Christoforides[io-layer] Precise memcpy of handle structs.
2014-05-15 Ludovic Henry[mprof-report] Add counter filter when not in verbose...
2014-05-15 Ludovic Henry[mprof-report] Extract the counter key prefix of dump_c...
2014-05-15 Zoltan Varga[runtime] Avoid calling mono_thread_current () in sgen_...
2014-05-14 Zoltan Varga[runtime] Avoid passing commands to lldb using the...
2014-05-14 Zoltan Varga[runtime] Fix Process.TotalProcessorTime becoming negat...
2014-05-13 Jeffrey StedfastMerge pull request #1035 from DavidKarlas/cacheSdb
2014-05-13 Rodrigo Kumpera[runtime] Fix a pair of thread abort races in classic...
2014-05-13 Rodrigo Kumpera[jit] Unblock more critical signals at startup.
2014-05-13 Rodrigo Kumpera[gc] Add mono_gc_get_restart_signal.
2014-05-13 Rodrigo Kumpera[sgen] Implement mono_gc_get_restart_signal.
next