mono.git
2013-04-17 NealeMerge branch 'master' of https://github.com/mono/mono
2013-04-17 NealeWhen .NET serializes it will use the TypeForwardedFrom...
2013-04-15 Zoltan VargaFix the win64 build.
2013-04-13 Zoltan VargaClear the domain on thread exit after the profile threa...
2013-04-11 Zoltan VargaFix a test.
2013-04-11 Zoltan VargaDisable some System.Data tests which are expected to...
2013-04-11 Zoltan VargaDisable some System tests which are expected to fail...
2013-04-11 Marek SafarFix cascading errors for invalid out arguments
2013-04-11 Marek SafarCheck interface implementation using all base types...
2013-04-10 Duncan MakBump version to 3.0.10
2013-04-10 Marek SafarDon't emit symbol file entry for partial method declara...
2013-04-10 Marek SafarRemove System.Net.Http from MT mobile build
2013-04-10 Marek SafarFix duplicate metadata override entry.
2013-04-10 Marek SafarAdd missing prepare phase to eval
2013-04-10 Zoltan VargaRevert "Parallelize the compression in mkbundle."
2013-04-09 Rodrigo KumperaRevert "Remove System.Net.Http from MT mobile build"
2013-04-09 Zoltan VargaMove some boehm specific code in gc.c to boehm-gc.c.
2013-04-09 Zoltan VargaDon't abort the process using g_abort () when a breakpo...
2013-04-09 Zoltan VargaClear the domain TLS variable earlier in start_wrapper_...
2013-04-09 Zoltan VargaDon't leave the thread suspended in mono_threads_core_s...
2013-04-09 Zoltan VargaFix alignment of unbox trampolines when using LLVM...
2013-04-09 Marek SafarRemove System.Net.Http from MT mobile build
2013-04-09 Marek SafarTry to recover expressions aftern named argument
2013-04-09 Alex Rønne... Support disabling of the security subsystem (CAS/CoreCLR).
2013-04-09 Zoltan VargaHopefully fix the windows build.
2013-04-08 Duncan MakBump version number to 3.0.9
2013-04-08 Rodrigo KumperaFix llvm loading when calling through a symlink.
2013-04-08 Rodrigo KumperaGuard against another possible crash that has been...
2013-04-08 Marek SafarMerge pull request #601 from knocte/sock_improvements
2013-04-08 Andres G. Aragoneses[io-layer] add URLs for some ximian bug numbers in...
2013-04-08 Andres G. Aragoneses[Socket] Improve exception message when timing out...
2013-04-08 Andres G. Aragoneses[Socket] Refactor Socket to make Receive(_) call Receiv...
2013-04-08 Andres G. Aragoneses[Socket] Specify 'timeout' in the exception msg of...
2013-04-07 Elijah TaylorNaCl ARM work, first pass
2013-04-07 Elijah TaylorNaCl runtime fixes
2013-04-07 Marek SafarImplement partial generic methods
2013-04-06 Zoltan VargaImplement the calculation of stack bounds on windows...
2013-04-06 Zoltan VargaFix the windows build.
2013-04-05 Zoltan VargaFix support for custom attribute classes in CustomAttri...
2013-04-05 Martin Baulig[xbuild]: Support <PropertyGroup/ItemGroup> inside...
2013-04-05 Marek SafarRedirect more duplicate security types to Mono.Security
2013-04-04 Atsushi Enorx: Add -d:HAS_AWAIT options to 4.5 and 2.1 builds.
2013-04-03 Jeffrey Stedfast[Mono.Debugger.Soft] Make CommandException public
2013-04-03 Mark ProbstMerge remote-tracking branch 'origin/fix-los-cardtable...
2013-04-03 Mark Probst[sgen] Use unified cardtable-update code in M&S, too.
2013-04-03 Mark Probst[sgen] Fix 64-bit bug occurring when LOS object crosses...
2013-04-03 Marek SafarFix arguments location
2013-04-03 Marek SafarAdd new test
2013-04-03 Marek SafarFix reported warning location
2013-04-03 Marek SafarError reporting improvements
2013-04-03 Marek SafarReport missing type definition dependency only once...
2013-04-02 Alex Rønne... Fix another cast warning in sgen-debug.c.
2013-04-02 Alex Rønne... Fix an `#if` in System.Delegate.IsTransparentProxy...
2013-04-02 Alex Rønne... `#ifndef` some variables out to silence warnings in...
2013-04-02 Alex Rønne... Remove an unneeded inner `#ifndef DISABLE_COM`.
2013-04-02 Alex Rønne... Only define get_local_interface_id () on Apple platforms.
2013-04-02 Alex Rønne... Explicitly ignore some return values with a G_GNUC_UNUS...
2013-04-02 Alex Rønne... Fix the tramp_names table when remoting is disabled.
2013-04-02 Alex Rønne... Silence a couple of unused variable warnings with G_GNU...
2013-04-02 Alex Rønne... Fix some warnings caused by casts.
2013-04-02 Alex Rønne... Unbreak the build when Boehm is enabled and remoting...
2013-04-02 Mark ProbstMerge remote-tracking branch 'origin/fix-concurrent...
2013-04-02 Mark Probst[sgen] Fix binary protocol concurrent crashes.
2013-04-02 Mark Probst[sgen] Mark major->major references in unmanaged wbarri...
2013-04-02 Mark Probst[sgen] Update mod-union with regular, not shadow cardtable.
2013-04-02 Mark Probst[sgen] Mod-union consistency check MONO_GC_DEBUG option.
2013-04-02 Mark Probst[sgen] Cmdline option to print all entries in sgen...
2013-04-02 Mark Probst[sgen] Binary protocol entry for user-forced GCs.
2013-04-02 Miguel de IcazaMerge pull request #606 from sesef/master
2013-04-01 Jeffrey Stedfast[Mono.Debugger.Soft] fixed the build
2013-04-01 Jeffrey Stedfast[Mono.Debugger.Soft] Throw AbsentInformationException...
2013-03-31 Zoltan VargaDon't disable sharing for open generic async methods...
2013-03-30 Marek SafarSet async block flag also for partial methods
2013-03-29 Marek SafarMake table name comparison dataset locale specific...
2013-03-29 Zoltan VargaHopefully fix the windows build.
2013-03-29 Zoltan VargaHopefully fix the windows build.
2013-03-28 Sebastien PouliotHave the linker skip mixed-mode assemblies since it...
2013-03-28 Zoltan VargaRemove some debug printfs.
2013-03-28 Zoltan VargaFix the build.
2013-03-28 Zoltan VargaFix the build.
2013-03-28 Jonathan PryorFix build break.
2013-03-28 Zoltan VargaMove atomic.h/atomic.h to utils/.
2013-03-28 Zoltan VargaAdd implementations of atomic functions using gcc atomi...
2013-03-27 Jonathan Pryor[mkbundle] Remove Mono.Posix, ICSharpCode.SharpZipLib...
2013-03-27 Jonathan PryorMerge pull request #609 from steffen-kiess/stat-st_atim
2013-03-27 Steffen KießAdd nanosecond resolution times to struct Stat
2013-03-27 Zoltan VargaFix sdb asserts when seq-points are not found for a...
2013-03-26 Jonathan PryorMerge pull request #221 from steffen-kiess/master
2013-03-26 Steffen KießAdd various methods and flags to Syscall
2013-03-26 Zoltan VargaExport a few more symbols for LLVM.
2013-03-26 Miguel de Icaza[corlib] Marshal: fine-tune the pointer Read/Write...
2013-03-26 Zoltan VargaRemove a redundant null check.
2013-03-26 Zoltan VargaReturn null when null was passed to Marshal.PtrToStruct...
2013-03-26 Steffen KießSet errno to 0 before calling readdir in Syscall.readdir().
2013-03-26 Marek SafarUpdate number separators for mexican and similar locale...
2013-03-26 Marek SafarSet invariant DateTimeFormatInfo for all invariant...
2013-03-26 Marek SafarPopulate AbbreviatedMonthNames values. Fixes #11361
2013-03-26 Atsushi Enoupdate cecil rev.
2013-03-26 Paolo MolaroExport a few functions needed by llvm.
2013-03-26 Marek SafarFix quoting of some date time patters. Fixes #11363
next