mono.git
2014-06-15 Zoltan VargaMerge pull request #1100 from BrzVlad/master
2014-06-14 Zoltan Varga[runtime] Enable support for arm64-darwin in dolt.
2014-06-14 Brezae Vlad[x86] Align stackalloc-ed memory in no pushes mode.
2014-06-14 Zoltan Varga[arm] Add an enum for gsharedvt argument marshalling...
2014-06-13 Brezae Vlad[x86] Fix initialization of stackalloc-ed memory in...
2014-06-13 Larry O'BrienMonodoc: Fix for CDATA bug (https://bugzilla.xamarin...
2014-06-13 Rodrigo Kumpera[System.Core] Add new tests for MemoryMappedFile.
2014-06-13 Rodrigo Kumpera[runtime] Fix share/private flags when doing file mmap.
2014-06-13 Rodrigo Kumpera[runtime] Rewrite MemoryMappedFile to support named...
2014-06-13 Marek Safar[mcs] Always store hidden catch variable when clause...
2014-06-13 Marek Safar[corlib] Set AggregateException message text in all...
2014-06-13 Marek Safar[mcs] Emit correct value type collection initialization...
2014-06-13 Marek Safar[mcs] Keep stack populated when array initializer conta...
2014-06-13 Zoltan Varga[x86] Pop the vtype return addr from the stack in no...
2014-06-13 Alex Rønne... Merge pull request #1098 from tpokorra/TarMissing_vaspr...
2014-06-13 Timotheus Pokorrasince gerror.c requires vasprintf.h, we need to add...
2014-06-13 Zoltan Varga[x86] Reduce some code duplication in the x86 call...
2014-06-13 Alex Rønne... Disable push-less x86 code for now.
2014-06-13 Zoltan VargaMerge pull request #1097 from BrzVlad/master
2014-06-13 Marek Safar[mcs] Handle catch filter with await-ed rethrow and...
2014-06-12 Brezae Vlad[jit] Fix bug when using pushless code and reenable...
2014-06-12 Marek Safar[mcs] Add support for await in finally clause
2014-06-11 Jeffrey Stedfast[Mono.Debugger.Soft] Handle cases where the instruction...
2014-06-11 Zoltan Varga[jit] Don't emit a write barrier when writing to the...
2014-06-11 Martin Baulig[Http]: Fix a potential race condition in the WebConnec...
2014-06-11 Marek Safar[mcs] Check for missing dependencies of container types...
2014-06-11 Marek Safar[mcs] Resolve event expression when testing left side...
2014-06-11 Marek Safar[mcs] Inflate nested pointer containers too.
2014-06-11 Marek Safar[mcs] Flow analysis of binary expressions not using...
2014-06-11 Alex Rønne... Merge pull request #890 from xoofx/master
2014-06-11 Alexandre Mutel[Mono.Linker] Add support for using the linker with...
2014-06-11 Alexandre Mutel[Mono.Linker] Add support for <Module> with static...
2014-06-10 Rodrigo Kumpera[sgen] Fix an infinite loop in find_previous_pointer_fr...
2014-06-10 Martin Baulig[Http]: Cosmetic, remove some dead code.
2014-06-10 Marek Safar[mcs] Implement rethrow support in awaited catch clause
2014-06-10 Martin Baulig[Http]: Fix digest authentication (bug #18799).
2014-06-10 Martin Baulig[System.Net.Http]: Always add "Content-Length" in HttpC...
2014-06-10 Jeffrey Stedfast[Mono.Debugger.Soft] Improved ILInterpreter to eval...
2014-06-10 Joao Matos[windows] Return early in the vectored exception handle...
2014-06-10 Martin Baulig[Http]: Only recycle ServicePoints from the idle timer...
2014-06-10 Jeffrey Stedfast[Mono.Debugger.Soft] minor code cleanup
2014-06-10 Joao MatosFix mono exception handler crashing on windows.
2014-06-10 Joao MatosChanged mono_win_chained_exception_needs_run to be...
2014-06-10 Atsushi Eno[sys.xaml] fix TypeId and get broken WindowsBase tests...
2014-06-10 Alex Rønne... Attempt to sanitize the `vasprintf` situation in eglib.
2014-06-10 Alex Rønne... Add build system plumbing for building with -Werror.
2014-06-10 Alex Rønne... Merge pull request #1094 from LRFalk01/master
2014-06-10 LucasIdentities not being set in ClaimsPrincipal Ctor
2014-06-10 Alex Rønne... Remove unnecessary MPH_INTERNAL applied to a function...
2014-06-09 Alex Rønne... Remove the architecture conditions for using `perf...
2014-06-09 Alex Rønne... Revert "Disable `perf` support in the profiler when...
2014-06-09 Zoltan VargaRevert "[x86] Reenable the no pushes code."
2014-06-09 Zoltan Varga[x86] Fix the build.
2014-06-09 Zoltan Varga[x86] Reenable the no pushes code.
2014-06-09 Atsushi Eno[sys.xaml] remove extraneous NET_2_1 and use __MOBILE__...
2014-06-08 Zoltan Varga[jit] Align the stack when using the pushless code...
2014-06-08 Alex Rønne... Merge pull request #1090 from BrianDurham/patch-2
2014-06-08 Alex Rønne... Merge pull request #1089 from BrianDurham/patch-1
2014-06-08 Alex Rønne... Merge pull request #1091 from BrianDurham/patch-3
2014-06-08 Alex Rønne... Merge pull request #1092 from BrianDurham/patch-4
2014-06-08 Brian DurhamUpdate XplatUIX11GTK.cs - change "Check you DISPLAY"
2014-06-08 Brian DurhamUpdate XplatUIX11.cs - change "Check you DISPLAY"
2014-06-08 Brian DurhamUpdate X11Display.cs - change "Check you DISPLAY"
2014-06-08 Brian DurhamUpdate Graphics.cs - change "Check you DISPLAY"
2014-06-08 Zoltan Varga[x86] Disable the no-pushes code for now, it breaks...
2014-06-08 Alex Rønne... Apply the change in a99ebf9843f0cf92b3a9a856738378dcace...
2014-06-07 Alex Rønne... Fix a ton of warnings when building the log profiler...
2014-06-07 Rodrigo KumperaMerge pull request #1088 from BrzVlad/pushless
2014-06-07 Alex Rønne... Silence another array subscript warning in eglib/src...
2014-06-07 Alex Rønne... Fix typo in bf703c4a8f95db4859452474499038c7539ea3c7.
2014-06-07 Joao MatosFixed the build on MSVC.
2014-06-07 Alex Rønne... Add missing prototypes to supportw.c.
2014-06-07 Alex Rønne... Comment an unused function in minizip.
2014-06-07 Alex Rønne... Fix z_alloc () signature.
2014-06-07 Alex Rønne... Add missing prototypes to Mono.Posix C sources.
2014-06-07 Alex Rønne... Move shared_area_disabled () behind ifdef.
2014-06-07 Alex Rønne... Wrap deadce_has_run variable in DISABLE_SSA ifdef.
2014-06-07 Alex Rønne... Add g_assert_not_reached () to mono_gc_pthread_exit ().
2014-06-07 Alex Rønne... Silence unused mkstemp result warnings in jay.
2014-06-07 Alex Rønne... Add missing prototypes in ikvm-native.
2014-06-07 Alex Rønne... Mark an unused variable as such in eglib/test/file.c.
2014-06-07 Alex Rønne... Disable -Warray-bounds in eglib/src/sort.frag.h!insert_...
2014-06-07 Alex Rønne... Disable -Wreturn-local-addr in libgc/mark_rts.c!GC_appr...
2014-06-07 Alex Rønne... Compile libgc with -Wno-deprecated-declarations as...
2014-06-07 Alex Rønne... Revert unintentional change.
2014-06-07 Alex Rønne... Fix the build. We've been missing this include for...
2014-06-07 Alex Rønne... Bring the implementation of the 64-bit CAS fallback...
2014-06-07 Alex Rønne... Mark the `spin` variable in atomic.c as G_GNUC_UNUSED.
2014-06-07 Alex Rønne... Merge branch 'master' of github.com:mono/mono
2014-06-07 Zoltan VargaRevert "Fix a warning in atomic.c."
2014-06-06 Zoltan Varga[arm] Fix OP_ATOMIC_CAS_I4.
2014-06-06 Brezae Vlad[x86] Arguments to calls are passed via moves, instead...
2014-06-06 Alex Rønne... Disable `perf` support in the profiler when running...
2014-06-06 Alex Rønne... Fix a warning in atomic.c.
2014-06-06 Alex Rønne... Remove a #warning in security.c which gets triggered...
2014-06-06 Ludovic Henry[counters] Add counters documentation to man page
2014-06-06 Alex Rønne... Fix printf formatting warnings in mono-counters.c.
2014-06-06 Alex Rønne... Use G_GNUC_UNUSED instead of commenting out variable...
2014-06-06 Alex Rønne... Fix a ton of printf formatting warnings in decode.c.
2014-06-06 Alex Rønne... Silence some warnings in decode.c.
next