[llvm] Fix the loadable llvm build.
[mono.git] / mono / utils /
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 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-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] Change the semantics of mono_error_set_type_l...
2014-05-23 Marek SafarMerge pull request #1051 from josedonizetti/bug11916...
2014-05-22 Enrico Sadafix V595 The 'method' pointer was utilized before it...
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 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-20 Marek SafarMerge pull request #981 from methane/websocket
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 Miguel de IcazaMerge pull request #1034 from joelmartinez/msdoc-import2
2014-05-13 Jeffrey StedfastMerge pull request #1035 from DavidKarlas/cacheSdb
2014-05-13 Zoltan Varga[bcl] Fix Process.PrivateMemorySize64 on osx, we now...
2014-05-12 Ludovic HenryMerge pull request #1020 from ludovic-henry/pr7-system...
2014-05-12 Ludovic Henry[counters] Edit according to Kumpera review
2014-05-09 Zoltan Varga[runtime] Remove an assert from inner_start_thread...
2014-05-08 Ludovic HenryMerge pull request #1024 from ludovic-henry/pr10-proflo...
2014-05-08 Jeffrey StedfastMerge pull request #1026 from DavidKarlas/cacheThreadInfo
2014-05-08 Ludovic Henry[counters] Fix operator precedence
2014-05-08 Ludovic Henry[counters] Edit dump_counter to use mono_counters_sampl...
2014-05-07 Ludovic Henry[counters] Fix -1 array access in case counter is of...
2014-05-07 Rodrigo Kumpera[counters] Improve the documentation of the counters...
2014-05-07 Rodrigo Kumpera[counters] Fix the build and do some error handling.
2014-05-07 Rodrigo KumperaMerge pull request #1022 from ludovic-henry/pr9-string...
2014-05-07 Ludovic Henry[counters] Fix potential overflow in string sampling
2014-05-07 Ludovic Henry[counters] Edit get process pid and /proc/loadavg accor...
2014-05-07 Ludovic Henry[counters] Add support for string values
2014-05-07 Ludovic Henry[counters] Add system counters
2014-05-06 Rodrigo Kumpera[counters] Fix --stat to not dump counters for all...
2014-05-06 Miguel de IcazaMerge pull request #1010 from davidmoore1/bug-19304
2014-05-06 Rodrigo KumperaMerge pull request #992 from ludovic-henry/ludovic...
2014-05-05 Ludovic Henry[counters] Disable register filter on valid_mask
2014-05-05 Ludovic Henry[counters] Use macro to copy counter in sampling, and...
2014-05-05 Ludovic Henry[counters] Sample should fail if buffer size is too...
2014-05-05 Ludovic Henry[counters] Add sample and accessors functions
2014-05-03 Zoltan Varga[runtime] Fix a warning which happens because we store...
2014-04-30 Marek SafarMerge pull request #966 from ermshiperete/bug-xamarin...
2014-04-29 Michael HutchinsonMerge pull request #1008 from lambdalice/master
2014-04-28 Alexis ChristoforidesMerge pull request #920
2014-04-28 Alexis ChristoforidesMerge pull request #971
2014-04-28 Rodrigo KumperaDrop Events and Items units in favor of Count as they...
2014-04-28 Rodrigo Kumpera[counters] Restore the previous behavior of mono_counte...
2014-04-28 Rodrigo Kumpera[counters] Document mono_counters_foreach.
2014-04-28 Rodrigo Kumpera[counters] Install mono-counters.h since it's part...
2014-04-28 Rodrigo Kumpera[mono-counters] Bring MONO_COUNTER_TIME_INTERVAL back.
2014-04-28 Rodrigo KumperaRevert "[counters] Simplify things a bit by removing...
2014-04-28 Alexis ChristoforidesMerge pull request #961 from ermshiperete/bug-xamarin...
2014-04-25 Rolf Bjarne KvingeRevert "Revert "Merge branch 'master' of https://github...
2014-04-25 Alex Rønne PetersenMerge pull request #916 from akoeplinger/fix-gac-test
2014-04-24 Marek SafarMerge pull request #1003 from robertpi/Bug12211
2014-04-23 Alexis ChristoforidesRevert "Merge branch 'master' of https://github.com...
2014-04-23 Alexis ChristoforidesMerge branch 'master' of https://github.com/mono/mono
2014-04-22 Zoltan Varga[arm64] Add context/mach support.
2014-04-22 Alexis ChristoforidesMerge pull request #994 from drummerhu/patch-1
2014-04-21 Rodrigo Kumpera[counters] Simplify things a bit by removing unsigned...
2014-04-21 Rodrigo Kumpera[counters] Add mono_counters_foreach API.
2014-04-21 Rodrigo Kumpera[counter] Kill counter type MONO_COUNTER_TIME_INTERVAL...
2014-04-21 Rodrigo Kumpera[counters] Introduce variance and units.
2014-04-21 Rodrigo Kumpera[counters] Introduce two new counters categories, runti...
2014-04-15 Rodrigo Kumpera[windows] Win64 requires 16 bytes alignment too.
2014-04-15 Miguel de IcazaMerge pull request #987 from StephenMcConnel/bug-18874
2014-04-14 Alex Rønne PetersenRemove pointless #elif branch in mono-membar.h.
2014-04-14 Rodrigo KumperaMerge pull request #990 from BrandonLWhite/bw/cqleak
2014-04-12 Alex Rønne PetersenMerge pull request #656 from LogosBible/collection_lock
2014-04-12 Alex Rønne PetersenMerge pull request #273 from joncham/bug-getpid
2014-04-12 Zoltan VargaMerge pull request #988 from ranma42/fix-lls-test
2014-04-11 Rodrigo KumperaNew function mono_dl_open_runtime_lib that loads runtim...
2014-04-11 Alexis ChristoforidesMerge pull request #845 from meyerrj/master
next