[corlib] Fix MethodInfo::ToString () to properly format generic structs. Fixes BXC...
[mono.git] / mcs / class / corlib /
2013-06-25 Rodrigo Kumpera[corlib] Fix MethodInfo::ToString () to properly format...
2013-06-22 Rodrigo Kumpera[corlib]String.IndexOf is culture aware, while String...
2013-06-20 Miguel de IcazaMerge pull request #666 from mhutch/cairo-fix-3.0
2013-06-20 Sebastien Pouliot[ios] Ignore the WindowsIdentityTest.SerializeRoundTrip...
2013-06-14 Rodrigo KumperaMark MonoCMethod (runtime subclass of ConstructorInfo...
2013-06-13 Rodrigo KumperaKill some unused code that is a leftover from when...
2013-06-12 Gonzalo Paniagua... Merge pull request #631 from kebby/master
2013-06-11 Rodrigo KumperaFix delegate combine when left side has already been...
2013-06-10 Zoltan VargaAdd specialized memcpy/bzero methods to String which...
2013-06-05 Sebastien PouliotExclude the new System.IO.Directory unit test for iOS...
2013-06-05 Sebastien PouliotAdd monotouch_corlib.dll.sources (to simply include...
2013-06-05 Rodrigo KumperaFix 2.0 build.
2013-06-04 Rodrigo KumperaMake sure the behavior between GetFiles and EnumerateFi...
2013-06-04 Zoltan VargaImplement MethodMirror.MakeGenericMethod ().
2013-06-03 Jonathan Pryor[corlib] Don't throw UnauthorizedAccessException from...
2013-06-03 Marek SafarMerge pull request #653 from LogosBible/TimeSpan-TryPar...
2013-06-03 Martin PotterTimeSpan.TryParseExact should not try to parse null...
2013-05-29 Sebastien Pouliot[ios] Allow some level of configuration when CryptoConf...
2013-05-29 Marek SafarEnable fixed tests
2013-05-29 Marek SafarRun YieldAwaitable tests on default synchronization...
2013-05-29 Zoltan VargaDisable some YieldAwaitable tests on MT.
2013-05-28 Rodrigo KumperaFix 2.0 corlib test suite.
2013-05-27 Marek HabersackMerge pull request #647 from knocte/aspnet_lru
2013-05-25 Marek SafarAdd more argument checks to RegisterWaitForSingleObject
2013-05-24 Sebastien PouliotRefactor the [D|R]SACryptoServiceProvider constructors...
2013-05-23 Sebastien PouliotShare a bit more code wrt OID/hash so X.509 CRL can...
2013-05-23 Marek SafarImplement Task::AsyncWaitHandle. Fixes #12342
2013-05-22 Miguel de IcazaMerge pull request #629 from pruiz/syswebrouting-fixes2
2013-05-22 Miguel de IcazaMerge pull request #644 from knocte/connstrings
2013-05-21 Sebastien PouliotAdditional crypto support needs to be in mscorlib.dll...
2013-05-21 Sebastien PouliotRemove duplicate files (cvs-time artefact)
2013-05-21 Marek SafarMerge pull request #645 from knocte/nitpicks
2013-05-17 Sebastien PouliotUse the source files from ../Mono.Security/ to avoid...
2013-05-17 Sebastien PouliotDo not bring (linking-wise) most of ToBase64Transform...
2013-05-16 Radek Doulikrevert my 2 last commits
2013-05-16 Alex Rønne PetersenMerge pull request #637 from LogosBible/enetdown
2013-05-15 Sebastien PouliotFor HMAC avoid using the hash names to create instances...
2013-05-15 Sebastien PouliotDo not require an exception to detect if SHA1 is used.
2013-05-15 Sebastien PouliotAvoid calling TripleDES.Create(string), which calls...
2013-05-15 Radek Doulikadd System.Net.Http.Formatting to monodroid build
2013-05-15 Zoltan VargaDisable a corlib test which can fail on some systems.
2013-05-14 Alex Rønne PetersenKill support for the ancient FPA format on ARM.
2013-05-13 Sebastien PouliotReduce the number of intermediate calls to allow the...
2013-05-10 Sebastien PouliotUse FULL_AOT_RUNTIME instead of MONOTOUCH since we...
2013-05-09 Marek SafarStreamWriter async methods cannot call base TextWriter...
2013-05-09 Marek SafarRemove extra null key check
2013-05-01 Sebastien PouliotFix compilation of Variant for iOS: Marshal.GetObjectFo...
2013-04-30 Alex Rønne PetersenMerge pull request #623 from madewokherd/byrefvariants
2013-04-30 Vincent PovirkImplement reading byref variants.
2013-04-29 Marek SafarDon't throw when trying to parse leading sign number...
2013-04-29 Marek SafarRevert "Merge pull request #615 from nealef/master"
2013-04-27 Sebastien PouliotAvoid using reflection to redirect Console.Write* to...
2013-04-27 Sebastien PouliotAvoid using reflection to initialize RegionInfo from...
2013-04-26 Marek SafarMerge pull request #621 from andreazevedo/master
2013-04-26 andreazevedoUsing existing constant instead of number literal
2013-04-26 Miguel de IcazaMerge pull request #615 from nealef/master
2013-04-26 Miguel de IcazaMerge pull request #620 from knocte/monoservice_playground
2013-04-26 Miguel de IcazaMerge pull request #618 from knocte/aspnet_lru
2013-04-25 Sebastien PouliotUse field for GetObjectData and this (instead of base...
2013-04-24 Alex Rønne PetersenMerge pull request #610 from metanest/tests_gc_descript...
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-22 Rolf Bjarne KvingeRework MulticastDelegate.Equals to use a loop instead...
2013-04-22 Marek SafarMerge pull request #617 from knocte/httpwebrequest_play...
2013-04-19 Alex Rønne PetersenMerge pull request #555 from jack-pappas/sigaltstack...
2013-04-18 NealeReverse previous changes
2013-04-18 NealeFix incompatibility with .NET's serialization of Observ...
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-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-08 Marek SafarMerge pull request #601 from knocte/sock_improvements
2013-04-02 Alex Rønne PetersenFix an `#if` in System.Delegate.IsTransparentProxy...
2013-04-02 Miguel de IcazaMerge pull request #606 from sesef/master
2013-03-26 Jonathan PryorMerge pull request #221 from steffen-kiess/master
2013-03-26 Miguel de Icaza[corlib] Marshal: fine-tune the pointer Read/Write...
2013-03-26 Zoltan VargaReturn null when null was passed to Marshal.PtrToStruct...
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 Marek SafarFix quoting of some date time patters. Fixes #11363
2013-03-26 Marek SafarAdd zh-CHT parent lcid handling. Fixes #11375
2013-03-25 Marek SafarMerge pull request #607 from maksimenko/master
2013-03-25 Rodrigo KumperaFast path Array::Resize with small arrays.
2013-03-24 Zoltan VargaFix the build.
2013-03-24 Zoltan VargaUse (uint) casts in the Marshal.Read/WriteXXX () method...
2013-03-24 Zoltan VargaPut back a cattr removed by mistake by 70141dc9f523282b...
2013-03-24 Zoltan VargaImplement the Marshal.Read/WriteXXX methods using unsaf...
2013-03-19 Marek SafarFix parsing decimal values used with integral numbers...
2013-03-18 Sebastien PouliotReturn null for AppDomain.Evidence so API accepting...
2013-03-18 Marek SafarAdd localized infinity symbols. Fixes #9052
2013-03-18 Marek SafarRemove internal continuations from unfinished tasks...
2013-03-15 Rodrigo KumperaProperly bzero unaligned small blocks. Fixes #11184.
2013-03-15 Atsushi Enopart of fix bug #10160 - give innerException for some...
2013-03-14 Marek SafarRemove redundant lambda wrapper
2013-03-13 Martin BauligMerge pull request #599 from knocte/ntlm_fixes
2013-03-13 Martin BauligImplement MonoType.IsConstructedGenericType.
next