mono.git
2014-03-24 Zoltan VargaFix a warning.
2014-03-24 Zoltan Varga[llvm] Fix the build.
2014-03-23 Marek SafarMerge pull request #969 from eburgos/fix-wrong-cs0177...
2014-03-23 Eduardo BurgosAdding fix for case of error CS0177
2014-03-22 Zoltan Varga[jit] Fix rethrowing of exceptions in thumb mode. Fixes...
2014-03-22 Zoltan Varga[jit] Add a few more constraints to the UnsafeMov intri...
2014-03-21 Zoltan Varga[runtime] Fix a regression caused by a7d26d482273950d84...
2014-03-21 Zoltan Varga[runtime] Fix a warning.
2014-03-21 Zoltan Varga[jit] Disallow mixing structs/non-structs in the Unsafe...
2014-03-21 Zoltan Varga[aot] Reorganize emit_and_reloc_code () a bit.
2014-03-21 Marek SafarMerge pull request #965 from PiotrZierhoffer/patch-1
2014-03-21 Piotr ZierhofferFix typo in exception message
2014-03-21 Zoltan Varga[runtime] Add a 'debug-domain-unload' MONO_DEBUG option...
2014-03-20 Marek Safar[System] CookieParser optimization tweaks
2014-03-20 Zoltan Varga[sdb] Add an Evaluate method to MethodMirror which...
2014-03-20 Marek Safar[System.Net.Http] Incomplete byte ranges parsing. Fixes...
2014-03-20 Zoltan Varga[jit] Add a 'check-pinvoke-callconv' MONO_DEBUG option...
2014-03-19 Zoltan Varga[sdb] Implement support for fields in MethodBodyMirror.
2014-03-19 Marek Safar[corlib] Optimize EqualityComparer for common value...
2014-03-19 Rodrigo Kumpera[jit] New Array.UnsafeMov intrinsic for overcomming...
2014-03-19 Marek Safar[mcs] Better heuristics for error parsing of interrogat...
2014-03-18 Zoltan VargaFix the cross-compiler build.
2014-03-18 Marek Safar[mcs] Flow analysis of nested binary expressions inside...
2014-03-18 Marek Safar[pcl] Update facades
2014-03-18 Marek Safar[mcs] Emit field initializer with expression tree in...
2014-03-18 Marek SafarMerge pull request #963 from kebby/master
2014-03-18 Tammo 'kb'... Merge branch 'master' of https://github.com/kebby/mono
2014-03-18 Tammo 'kb'... Fix Process.CancelErrorRead
2014-03-18 Tammo 'kb'... Fix error message in Process.CancelErrorRead
2014-03-18 Tammo 'kb'... Fix Process.CancelErrorRead
2014-03-18 Sebastien Pouliot[System.ServiceModel.Web] Fix JsonQueryStringConverter...
2014-03-17 Jérémie LavalMerge pull request #932 from exony-craigminihan/bugzill...
2014-03-17 Marek Safar[system] Update mobile sources list
2014-03-17 Marek SafarMerge pull request #956 from ermshiperete/bug-xamarin...
2014-03-17 Marek Safar[mcs] Allow to set any metadata version
2014-03-17 Marek SafarMerge pull request #959 from NN---/patch-4
2014-03-17 Rodrigo KumperaMerge pull request #937 from exony-craigminihan/bugzill...
2014-03-16 NNDo not crash if path is specified
2014-03-16 Zoltan Varga[runtime] Fix the msvc build.
2014-03-15 Craig Minihan[Fix] Bugzilla #18182 - ConcurrentQueue<T>.TryPeek...
2014-03-15 Craig Minihan[Fix] Bugzilla #18235 - System.Runtime.Caching.MemoryCa...
2014-03-15 Craig Minihan[Fix] Bugzilla #18182 - ConcurrentQueue<T>.TryPeek...
2014-03-14 Mark Probst[sgen] Restore hazard pointers in suspend signal handle...
2014-03-14 Zoltan Varga[runtime] Fix make install when boehm is disabled.
2014-03-14 Rodrigo KumperaBump mono version.
2014-03-14 Stephen McConnel[corlib] Fix localized resource loading bug (#14987)
2014-03-14 Stephen McConnel[MWF] Fix crash from null control in ContainerControl...
2014-03-14 Marek SafarMerge pull request #953 from rcook/p-rcook-correct...
2014-03-14 Miguel de IcazaSystem/PCL: Implement HttpWebRequest.SupportsCookieCont...
2014-03-14 Miguel de IcazaWebResponse.cs: Implement SupportsHeaders property
2014-03-13 Rodrigo Kumpera[boehm] Fix memory management for toggleref.
2014-03-13 Rodrigo Kumpera[thread] Only register a dead letter if the current...
2014-03-13 Richard CookCorrect spelling DEFAULT_ACCESS_MODIFER -> DEFAULT_ACCE...
2014-03-13 Rodrigo KumperaFix a race condition in the test suite.
2014-03-13 Rodrigo Kumpera[sgen] Fix the merging code.
2014-03-13 Zoltan Varga[jit] Add a MONO_IS_CROSS_COMPILE define.
2014-03-13 Zoltan Varga[runtime] Update configure after changes to llvm-config...
2014-03-13 Aaron Bockover[bxc#18361] mdbrebase: use File.Move instead of FileInf...
2014-03-13 Marek Safar[mcs] Ignore import failures for private types used...
2014-03-13 Alex Rønne... Add some pointless zero initializations to shut GCC...
2014-03-12 Alex Rønne... Convert asserts in sgen-hash-table.c to SGEN_ASSERT ().
2014-03-12 Alex Rønne... Add an assert to sgen-hash-table.c!rehash_if_necessary...
2014-03-12 Alex Rønne... Silence a gcc warning.
2014-03-12 Alex Rønne... Add/update some .gitignore files so that a clean build...
2014-03-12 Alex Rønne... Remove now-unused dyn_array_ptr_set () function.
2014-03-12 Alex Rønne... Add -fwrapv to gcc/clang flags.
2014-03-12 Rodrigo Kumpera[sgen] Wrap DynArray into strongly types variants makin...
2014-03-12 Rodrigo Kumpera[sgen] Cleanup argument list of dfs1, src is a constant.
2014-03-12 Rodrigo Kumpera[sgen] Remove the elem_size field from DynArray - expli...
2014-03-12 Rodrigo Kumpera[sgen] Add an optimized variant of qsort using macros...
2014-03-12 Marek Safar[mcs] Private fields of structs can have type of anothe...
2014-03-12 Marek Safar[pcl] Complete System.Runtime.InteropServices facade
2014-03-11 Zoltan Varga[jit] Fix the passing of vtypes on arm in vararg calls...
2014-03-11 Marek SafarAdd missing types and methods
2014-03-11 Miguel de IcazaFurther doc updates, and schema fixing
2014-03-11 Sebastien Pouliot[System] Document the new API for SSL/TLS cipher suites...
2014-03-11 Rodrigo KumperaMerge pull request #938 from exony-craigminihan/bugzill...
2014-03-11 Marek Safar[interpreter] Fix a typo
2014-03-11 Marek Safar[interpreter] Implement simple quote expression. Fixes...
2014-03-11 Alex Rønne... Add support/ to the build when cross-compiling.
2014-03-11 Zoltan VargaFix a warning.
2014-03-11 Zoltan Varga[runtime] Fix the build with newer clang versions.
2014-03-10 Mark Probst[runtime] Simplify unit-tests Makefile.
2014-03-10 Mark Probst[runtime] Move unit tests to separate directory.
2014-03-10 Mark Probst[runtime] Unit test for lock-free linked list set.
2014-03-10 Michael Hutchinson[MSBuild] BXC18246 - GetAssemblyIdentity is not implemented
2014-03-10 Zoltan Varga[llvm] Update the LLVM backend to llvm 714a9d742af9ce91...
2014-03-10 Rodrigo KumperaMerge pull request #945 from joelmartinez/master
2014-03-10 Joel Martinezdocupdate: System.Numerics documentation update
2014-03-10 Joel Martinezdocupdate: Microsoft.CSharp documentation update
2014-03-10 Joel Martinezdocupdate: System.ComponentModel.DataAnnotations docume...
2014-03-10 Joel Martinezdocupdate: System.ComponentModel.Composition documentat...
2014-03-10 Joel Martinezdocupdate: System.Core documentation update
2014-03-10 Joel Martinezdocupdate: System.IO.Compression documentation update
2014-03-10 Joel Martinezdocupdate: System.Json documentation update
2014-03-10 Joel Martinezdocupdate: System.Runtime.Serialization documentation...
2014-03-10 Joel Martinezdocupdate: System.Security documentation update
2014-03-10 Joel Martinezdocupdate: System.ServiceModel documentation update
2014-03-10 Joel Martinezdocupdate: System.Xml.Linq documentation update
2014-03-10 Joel Martinezdocupdate: System.Xml documentation update
next