mono.git
2014-02-18 Marek SafarMerge pull request #901 from Blewzman/FixAggregateExcep...
2014-02-18 BlewzmanAdd [Category ("NotWorking")] to failing test.
2014-02-18 Alex Rønne... Merge pull request #898 from UCIS/patch-3
2014-02-18 Alex Rønne... Merge pull request #899 from UCIS/patch-4
2014-02-17 Zoltan Varga[llvm] Disable the 'dse' optimization pass as it is...
2014-02-17 Rodrigo Kumpera[runtime] Add two variants of mono_gc_bzero and mono_gc...
2014-02-17 Marek SafarMerge pull request #900 from Blewzman/FixAggregateExcep...
2014-02-17 BlewzmanAdd unit test for AggregateException.GetBaseException...
2014-02-17 Marek Safar[mcs] Add NamespaceExpression to avoid problems with...
2014-02-17 Rolf Bjarne... Properly preserve VPF registers in iOS. Fixes #17793.
2014-02-17 Marek Safar[mcs] Add nested types handling to check whether types...
2014-02-17 Marek SafarMerge pull request #891 from DavidKarlas/listenerprefix
2014-02-16 Marek Safar[corlib] Throw CultureNotFoundException using invariant...
2014-02-16 David KarlašHttpListener now listens on default ports if not specif...
2014-02-14 Zoltan VargaRevert "[jit] Implement OP_CARD_TABLE_WBARRIER on ios."
2014-02-14 Zoltan VargaRevert "[jit] Fix a regression introduced by b3f36681c7...
2014-02-14 Marek SafarFixes commit a63d0009af9a85c1d52475a1a9bffda34302f0b0
2014-02-14 Marek Safar[corlib] Unicode numbers are not considers valid in...
2014-02-14 Marek Safar[corlib] Fix warnings
2014-02-14 Marek Safar[corlib] Improve TimeSpan custom formatting. Fixes...
2014-02-13 Joao MatosFixed incomplete decompression bug in System.IO.Compres...
2014-02-13 Marek Safar[corlib] Reset List enumerator current field. Fixes...
2014-02-13 Marek SafarFix typo
2014-02-13 Marek Safar[system] Fix valid sorted set operations which could...
2014-02-13 Marek Safar[mcs] Imported methods need to have SpecialName flag...
2014-02-13 Marek SafarTests update
2014-02-13 Martin BauligPut back and fix the SSL async patch.
2014-02-13 Marek Safar[mcs] Lift any non-nullable operand under runtime binde...
2014-02-13 Rodrigo KumperaMerge pull request #897 from echampet/scanbuild
2014-02-13 Martin Baulig[System]: Reset NTLM auth state when redirecting; disti...
2014-02-13 Martin BauligRewrite and fix the web stack's connection reuse and...
2014-02-13 Martin BauligFix WebConnectionStream.CheckComplete() logic for chunk...
2014-02-13 Rodrigo Kumpera[corlib] Fix the 4.5 test suite.
2014-02-13 Rodrigo Kumpera[runtime] Initialize param_count under DISABLE_JIT
2014-02-12 Rodrigo Kumpera[runtime] Don't abort on null module scope, there's...
2014-02-12 Rodrigo Kumpera[corlib] Remove obj_address debug helper, if anyone...
2014-02-12 Rodrigo Kumpera[corlib] Fix 4.0 test suite compilation.
2014-02-12 Miguel de IcazaAdd test for Bug #15572 from pull request #820
2014-02-12 Miguel de IcazaAdd tests for bug #15574, pull request 819
2014-02-12 Miguel de IcazaAdd tests for bug #15574, pull request 819
2014-02-12 Miguel de IcazaMerge pull request #820 from brendanzagaeski/master
2014-02-12 Miguel de IcazaMerge pull request #819 from brendanzagaeski/patch-1
2014-02-12 Miguel de IcazaMerge pull request #796 from alesliehughes/master
2014-02-12 Miguel de IcazaMerge pull request #778 from cmorris98/master
2014-02-12 Miguel de IcazaMerge pull request #835 from HorstKakuschke/master
2014-02-12 Michael Hutchinson[xbuild] Fix dependency in C# targets
2014-02-12 Zoltan VargaRevert "[jit] Align the stack in mono_arch_restore_cont...
2014-02-12 Miguel de Icaza[mscorlib] Path: fix GetFullPath (/../bin/bash) to...
2014-02-12 Miguel de Icaza[HttpListener] Only bind to the specified hosts (and...
2014-02-12 Michael Hutchinson[xbuild] Fix 2.0 tests to handle mcs sdk argument
2014-02-12 Miguel de Icaza[Uri] Fix the ParserUser feature of UriParseComponents
2014-02-12 Miguel de Icaza#17636: Allow Int32.Parse with/AllowExponents to take...
2014-02-12 Miguel de Icaza[DataAnnotation.Validator] Add support for nullable...
2014-02-12 Miguel de IcazaWebRequest: Provide stub ImpersonationLevel
2014-02-11 Ivo SmitsFix error in ToolStripItem finalization
2014-02-11 Michael Hutchinson[xbuild] Fix Tooltask.ToolPath behaviour to match .NET
2014-02-11 Michael Hutchinson[xbuild] Make ToolLocationHelper work better for 2...
2014-02-11 Michael Hutchinson[xbuild] Fix typo that broke 2.0/3.5 targets
2014-02-11 Michael Hutchinson[xbuild] Fix mscorlib resolution for custom frameworks
2014-02-11 Marek Safar[mcs] Don't report any not applicable operator errors...
2014-02-11 Martin Baulig[NTLM]: Add new 'NtmlSettings' class to hold the 'Defau...
2014-02-11 Marek Safar[system] Updates to WebUtility decoders and encoders
2014-02-11 Marek Safar[system.xml] Add more invalid argument checks
2014-02-11 Etienne CHAMPETIERint a[0], malloc(0), memcpy(a,b,0), memcmp(c,d,0) doesn...
2014-02-11 Etienne CHAMPETIERfix typo in mono_counters_cleanup leading to a double...
2014-02-10 Zoltan Varga[arm] Use d0/d1 as fp scratch regs on non-hard float...
2014-02-10 Marek Safar[system.xml] Support more primitive types in XmlReader...
2014-02-10 Mark Probst[runtime] Remove overly pessimistic test.
2014-02-10 Mark Probst[sgen] new T[-1] must throw OverflowException, not...
2014-02-10 Mark Probst[sgen] Hint OOM exception branch as not taken.
2014-02-10 Mark Probst[sgen] Fix overflow occurring with large object allocat...
2014-02-10 Marek Safar[corlib] Mark awaited task exception observed when...
2014-02-10 Marek SafarRevert "Merge pull request #829 from symform/httpwebreq...
2014-02-10 Marek SafarMerge pull request #892 from initram/master
2014-02-10 Marek SafarMerge pull request #895 from ranma42/fix-tuple-hash...
2014-02-09 Andrea Canciani[corlib] Fix implementation of Tuple hash generator
2014-02-08 Martin MidtgaardImplemented DaysInYearBeforeMinSupportedYear for all...
2014-02-08 Martin MidtgaardCleanup and better comment.
2014-02-08 Martin MidtgaardMerge remote-tracking branch 'upstream/master'
2014-02-08 Zoltan Varga[jit] Fix a regression introduced by b3f36681c72a6900cd...
2014-02-07 Marek Safar[numerics] Fix type in Cosh
2014-02-07 Sebastien PouliotMerge pull request #829 from symform/httpwebreq-async-ssl
2014-02-07 Marek Safar[corlib] Make primitive types smaller than int compare...
2014-02-07 Marek Safar[corlib] Fixes formatting of nested tuples
2014-02-07 Marek Safar[corlib] Default comparer uses IComparable interface...
2014-02-07 Martin MidtgaardMerge branch 'BigIntegerParse'
2014-02-07 Martin MidtgaardImplemented overloaded versions of Parse and TryParse...
2014-02-06 Marek SafarFixes build
2014-02-06 Marek Safar[corlib] Update fixed test
2014-02-06 Marek SafarMerge pull request #889 from slluis/serializer-fix
2014-02-06 Lluis SanchezFix serialization issue
2014-02-06 Rodrigo Kumpera[System] Fix process creation when UseShellExecute...
2014-02-06 Rodrigo KumperaRevert "[runtime] Don't pass SEE_MASK_NOCLOSEPROCESS...
2014-02-06 Rodrigo Kumpera[corlib] Harden CustomAttributeData::GetHashCode
2014-02-06 Zoltan Varga[runtime] Put back ensure_synch_cs_set () which was...
2014-02-06 Marek Safar[mcs] Tests update
2014-02-06 Marek Safar[runtime] Filter out events with same name
2014-02-06 Marek SafarFixes build
2014-02-06 Marek Safar[corlib] Cleanup type ToString formatting.
2014-02-06 Marek Safar[corlib] Fix some AssemblyName tests
next