mono.git
2013-04-25 Gerardo García... Merge remote-tracking branch 'upstream/master'
2013-04-25 Gerardo García... Rewrite of core coder & decoder functions to fix severa...
2013-04-25 Martin BauligTrying to fix the opensuse build.
2013-04-24 Martin Baulig[monodoc]: Use shell script for jay to support parallel...
2013-04-24 Zoltan VargaFix gsharedvt support for gsharedvt methods on shared...
2013-04-24 Alex Rønne... Merge pull request #610 from metanest/tests_gc_descript...
2013-04-24 Marek SafarDon't check public token on missing references. Fixes...
2013-04-24 Marek SafarTask.Yield needs to continue on synchronization context...
2013-04-24 Marek SafarRemove double verification checks
2013-04-24 Marek SafarDon't catch aggregate exception handle predicate except...
2013-04-24 Marek SafarFix quoted values parsing for custom tostring formats...
2013-04-23 Rodrigo KumperaAnother try in fixing the windows build.
2013-04-23 Rodrigo KumperaFix the build.
2013-04-23 Rodrigo Kumpera[sgen] Fix bridge interop missing some xrefs due to...
2013-04-23 Atsushi Enoquick nullref fix for part of bugfix #11916.
2013-04-23 Zoltan VargaClean the domain tls var on all code paths in thread_cl...
2013-04-23 Rodrigo KumperaFix windows build.
2013-04-23 Zoltan VargaDisable an sdb test which is not deterministic.
2013-04-23 Marek SafarUpdate failing test
2013-04-22 Rodrigo KumperaThe build bots run on Snow Leopard that doesn't have...
2013-04-22 Rolf Bjarne... Rework MulticastDelegate.Equals to use a loop instead...
2013-04-22 Rodrigo KumperaIntroduce a new kind of mutex, the suspension safe...
2013-04-22 Rodrigo KumperaRemove some dead defines from mono-mutex.h
2013-04-22 Rodrigo KumperaRemove static initializers as they are not portable...
2013-04-22 Rodrigo KumperaRemove the now unused mono_mutexattr family of functions.
2013-04-22 Rodrigo KumperaCleanup the interface of mono_mutex_init.
2013-04-22 Rodrigo KumperaRemove support for for pthread implementations that...
2013-04-22 Rodrigo KumperaMove mono-mutex.c from io-layer to utils. Killing the...
2013-04-22 Zoltan VargaRevert "Fix the win64 build."
2013-04-22 Zoltan VargaRemove 32-bit s390 support from configure.in as well.
2013-04-22 Alex Rønne... Support a MONO_ARCH_HAVE_TLS_INIT variable.
2013-04-22 Zoltan VargaRemove obsolete 32 bit s390 backend.
2013-04-22 Atsushi Enonow we (can) build Rx assemblies for mobile by *.sln...
2013-04-22 Marek SafarAlways restore extension methods candidates after each run
2013-04-22 Alex Rønne... [configure] Use the preprocessor to determine the targe...
2013-04-22 Marek SafarMerge pull request #617 from knocte/httpwebrequest_play...
2013-04-21 Zoltan VargaAdd a freelist around the code chunk allocator to avoid...
2013-04-20 Andres G. Aragoneses[HttpWebRequest] Add timeout tests that cover BNC#31755...
2013-04-19 Zoltan VargaFix the map of bool and char in runtime invoke signatur...
2013-04-19 Zoltan VargaFix previous commit.
2013-04-19 Zoltan VargaFix a warning.
2013-04-19 Zoltan VargaFix the msvc build.
2013-04-19 Alex Rønne... Merge pull request #555 from jack-pappas/sigaltstack...
2013-04-18 Zoltan VargaMake the mkbundle output more dense to speed up assembly.
2013-04-18 Zoltan VargaParallelize the compression in mkbundle.
2013-04-18 Zoltan VargaAvoid sharing signed/unsigned types in runtime invoke...
2013-04-18 Steffen KießFix a crash in Mono.Posix.Syscall.getpwuid_r () on...
2013-04-18 Zoltan VargaDisable an sdb test which is not deterministic.
2013-04-18 NealeMerge branch 'master' of https://github.com/mono/mono
2013-04-18 NealeReverse patches that should have gone to my fork rather...
2013-04-18 Alex Rønne... Merge pull request #614 from directhex/master
2013-04-18 Jo ShieldsRemove duplicated definition of mini_gc_enable_gc_maps_...
2013-04-17 NealeCorrect marshalling of size variables used in CharSetTo...
2013-04-17 NealePart of fix of 11294 - matching names to .NET and turni...
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 Gerardo García... removed index check because (1) it cannot be checked...
2013-04-11 Gerardo García... removed index check because (1) it cannot be checked...
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...
next