mono.git
2015-07-27 Marcos HenrichMerge pull request #1909 from esdrubal/reflection
2015-07-27 João MatosMerge pull request #1947 from directhex/fix-kfreebsd
2015-07-27 Marek Safar[build] Remove generated files
2015-07-27 Jo Shieldsmono-threads-linux.c also applies to other OSes with...
2015-07-27 Marek SafarMerge pull request #1941 from kasthack/system.web-fixes
2015-07-27 Zoltan VargaMerge pull request #1946 from markbeaton/markbeaton...
2015-07-27 Mark BeatonGetSystemTimeZones() not returning Australia zones
2015-07-26 Marek SafarMerge pull request #1944 from akoeplinger/remove-net40...
2015-07-26 Alexander Köplinger[bcl] Remove NET_4_0 defines from class libs
2015-07-25 Zoltan VargaMerge pull request #1942 from akoeplinger/net4x
2015-07-25 Alexander Köplinger[RabbitMQ.Client] Add generated net_4_x-api-*.cs specs...
2015-07-25 Alexander Köplinger[build] Fix a few Makefiles to correctly use net_4_x...
2015-07-25 Alexander Köplinger[Microsoft.Build] Fix name of framework directory in...
2015-07-25 Zoltan VargaRevert "[jit] Allow NEW_AOTCONST () to work in JIT...
2015-07-25 kasthack[System.Web] Abstractions from reference source
2015-07-25 Zoltan Varga[jit] Allow NEW_AOTCONST () to work in JIT mode too...
2015-07-25 Zoltan VargaFix installing resgen.exe.
2015-07-24 Zoltan VargaMerge pull request #1940 from lewurm/master
2015-07-24 Bernhard Urban[mono-config] update path to libMonoPosixHelper in...
2015-07-24 Zoltan VargaMerge pull request #1939 from madewokherd/monoconddestroy
2015-07-24 Vincent PovirkDefine mono_cond_destroy on non-Windows.
2015-07-24 João Matos[runtime] Rewrite MonoContext code to work via libunwind.
2015-07-24 João Matos[runtime] Compile fixes for WatchOS.
2015-07-24 João Matos[sgen] Adapt Mach OS support code to work with cooperat...
2015-07-24 João Matos[runtime] Workaround lack of Mach thread abort / suspend.
2015-07-24 João Matos[runtime] Make console code work without HAVE_SIGACTION.
2015-07-24 João Matos[eglib] Workaround lack of raise().
2015-07-24 João Matos[runtime] Workaround lack of signal().
2015-07-24 João Matos[runtime] Workaround lack of pthread_kill().
2015-07-24 João Matos[runtime] Workaround lack of kill().
2015-07-24 João Matos[runtime] Check for kill function in Autoconf.
2015-07-24 João Matos[runtime] Check for signal function in Autoconf.
2015-07-24 Zoltan VargaMerge pull request #1938 from saper/updates_signal
2015-07-24 Marcin Cieslak[mswin][build] unbreak windows build on 'updates_signal'
2015-07-24 Marek Safar[Mono.Debugger.Soft] Exclude invalid C# code
2015-07-24 Marek Safar[mcs] Fix crash during ambiguous implementation of...
2015-07-24 Marek Safar[build] Use DEFAULT_PROFILE from configure to avoid...
2015-07-24 Marek Safar[mcs] Report error when an expression tree contains...
2015-07-24 Marek Safar[mcs] struct parameterless instance constructor feature...
2015-07-24 Marek Safar[mcs] Change used assemblies checks to run on reference...
2015-07-24 Zoltan Varga[runtime] Avoid stack overflow when marshalling an...
2015-07-24 Zoltan Varga[arm] Allocate thunk space for tail calls. Fixes #32179.
2015-07-23 Miguel de Icaza[mono-config] Apply fix from Bernhard Urban
2015-07-23 Miguel de IcazaUndo the previous patch, as it contained an incorrect...
2015-07-23 Miguel de IcazaMerge pull request #1937 from lewurm/master
2015-07-23 Bernhard Urbanmono: Use the relocated directory for finding support...
2015-07-23 Marek SafarBump reference sources
2015-07-23 Marek Safar[corlib] ToUpper/ToLower have different rules for invar...
2015-07-23 Zoltan Varga[gsharedvt] Set exception_message when disabling LLVM.
2015-07-23 Zoltan Varga[arm] Enable support for a few more calling conventions...
2015-07-22 Zoltan VargaMerge pull request #1935 from alexanderkyte/xdebug...
2015-07-22 Alexander Kyte[runtime] Disable functions that call functions which...
2015-07-22 Marek Safar[xbuild] Add 14.0 toolsets path
2015-07-22 Marek Safar[System.Configuration] Update default profile and remov...
2015-07-22 Marek Safar[System.Data] Fixes make dist
2015-07-22 Marek Safar[System.Web.Extensions] Update default profile and...
2015-07-22 Marek Safar[System.Web] Update encoded profile name
2015-07-22 Marek Safar[System.Web.DynamicData] Update default profile and...
2015-07-22 Marek Safar[System.Xaml] Update default profile and remove old...
2015-07-22 Marek Safar[build] Use DEFAULT_PROFILE from configure to avoid...
2015-07-22 Marek Safar[xbuild] Update tests default profile
2015-07-22 Zoltan Varga[arm64] Add a test for passing HFA arguments on the...
2015-07-21 Marek Habersack[tests] Android 4.4.4 doesn't have signal(2)
2015-07-21 Marek Habersack[tests] Fix path used by the test so that it works...
2015-07-21 Marek Habersack[tests] Disable on Android, getpwnam_r doesn't exist...
2015-07-21 Marek Habersack[tests] Don't assume CWD is writable
2015-07-21 Marek Habersack[tests] Nunit syntax helpers don't exist in Xamarin...
2015-07-21 Zoltan Varga[llvm] Fix a problem introduced by 4a685f44c8dec120ad71...
2015-07-21 Rodrigo Kumpera[profiler] Correct the profiler format.
2015-07-21 Rodrigo Kumpera[profiler] Use version 11 for the 4.2 profiler changes...
2015-07-21 Rodrigo KumperaMerge pull request #1926 from alexrp/profiler-improvements
2015-07-21 Zoltan Varga[runtime] Avoid including mcs/build/config.make into...
2015-07-21 Rodrigo KumperaMerge pull request #1933 from alexrp/master
2015-07-21 Zoltan Varga[runtime] Rename mono_arch_find_jit_info () -> mono_arc...
2015-07-21 João Matos[aot] Rewrite the options parser to properly handle...
2015-07-21 Marek Safar[xbuild] Adjust tests profile path
2015-07-21 Ludovic Henry[runtime] Make sure EPOLLONESHOT is defined
2015-07-21 Marek Safar[System.Web] Update InternalsVisibleTo to active test...
2015-07-21 Marek Safar[System.Data] Rename default profile config file
2015-07-21 Marek Safar[corlib] Use better names for predefined encodings...
2015-07-21 Marek Habersack[test] Fix test on Android
2015-07-21 Marek Habersack[tests] Disable some tests on Android due to missing...
2015-07-21 Marek Safar[mcs] Set builder for partial method definition attribu...
2015-07-21 Alex Rønne... [runtime] Remove lock in context_adjust_static_data ().
2015-07-21 Zoltan Varga[jit] Remove usage of MonoGenericSharingContext from...
2015-07-21 Zoltan VargaFix the build.
2015-07-20 Rodrigo Kumpera[lock-tracer] Small improvements to the decoder.
2015-07-20 Rodrigo Kumpera[mini] Fix locking order violation in mono_get_seq_points.
2015-07-20 Rodrigo Kumpera[build] Rename RUNTIME variable to avoid clash with...
2015-07-20 Rodrigo Kumpera[runtime] Fix locking in mono_image_file_for_image.
2015-07-20 Zoltan VargaFix the build.
2015-07-20 Zoltan Varga[jit] Remove the usage of MonoGenericSharingContext...
2015-07-20 Zoltan Varga[jit] Remove mini_replace_type (), use mini_get_underly...
2015-07-20 Zoltan Varga[jit] Remove the MonoGenericContext/MonoCompile argumen...
2015-07-20 Zoltan Varga[jit] Remove class init trampolines, use the same code...
2015-07-20 Ludovic Henry[threadpool-ms-io] Factor update removing
2015-07-20 Ludovic Henry[threadpool-ms-io] Remove socket synchronously from...
2015-07-20 Zoltan Varga[gshared] Fix constrained partial calls to Object:GetTy...
2015-07-20 Rodrigo Kumpera[lock-decoder] Update it to include the threads lock.
2015-07-20 Rodrigo Kumpera[runtime] Safe publish MonoImage::name_cache and exploi...
next