Merge pull request #622 from killabytenow/master
[mono.git] / mcs / class /
2013-07-12 Atsushi EnoMerge pull request #622 from killabytenow/master
2013-07-11 Gerardo García PeñaReverted changes of commit 6ad7f75a3777652a535ef4356e6d...
2013-07-11 Gerardo García PeñaBetter and more homogeneous error handling.
2013-07-11 Gerardo García PeñaIf 'flush' flag is enabled when calling decoding/encodi...
2013-07-10 Martin Baulig[PCL]: Add System.Linq.Expressions type-forwarders.
2013-07-10 Gerardo García PeñaAn #if has been negated (bugfix)
2013-07-10 Sebastien PouliotEnsure the new FileStream unit tests does not throw...
2013-07-09 Gerardo García PeñaAdded new test for checking EncoderFallbackException...
2013-07-09 Marek SafarUpdate test name
2013-07-09 Marek SafarEquality structural comparer needs to do recursive...
2013-07-09 Marek SafarUpdate failing test
2013-07-08 Gerardo García PeñaAdded new test for checking DecoderFallbackException...
2013-07-08 Marek SafarRevert "Revert "Revert "Merge"""
2013-07-08 Marek SafarRevert "Revert "Merge""
2013-07-08 Marek SafarRevert "Merge"
2013-07-08 Marek SafarMerge
2013-07-08 Marek SafarAdd test
2013-07-08 Marek SafarMerge pull request #686 from LHCGreg/12971-IsRedirected...
2013-07-06 Marek SafarMerge pull request #690 from akoeplinger/httpruntime...
2013-07-06 Alexander KöplingerAdded handling of 'targetFramework' attribute (new...
2013-07-06 Marek SafarFixes build
2013-07-06 Marek SafarMerge pull request #687 from miniBill/master
2013-07-06 Leonardo TaglialegneAdd IISVersion property to HttpRuntime
2013-07-05 Marek SafarCorrectly reset buffer for nested asynchronous file...
2013-07-05 Greg NajdaFix behavior of Console.Is*Redirected.
2013-07-04 Alex Rønne PetersenMerge pull request #684 from jack-pappas/patch-7
2013-07-03 Zoltan VargaDisable a failing System.Core test for mt (#12987).
2013-07-03 Martin Baulig[xbuild] / [PCL]: Report an error for unsupported ...
2013-07-03 Marek SafarAdd await support in to evaluator and REPL
2013-07-03 Marek SafarBetter exception for unmarked labels
2013-07-02 Martin BauligDon't create any .mdb's for the PCL Facade Assemblies.
2013-07-02 Martin BauligMerge pull request #664 from symform/xbuild-AssignProje...
2013-07-02 Sebastien PouliotFix type lookup when SSL/TLS is not embedded into Syste...
2013-07-02 Marek SafarUpdate csproj files
2013-07-02 Alex Rønne PetersenMerge pull request #649 from DavidS/feature/implement...
2013-07-02 Alex Rønne PetersenMerge pull request #572 from jack-pappas/sockets-ipproto
2013-07-01 Sebastien PouliotAllow the MONOTOUCH targetr to build its SSL/TLS suppor...
2013-06-29 Michael Hutchinson[Mono.Cairo] Don't log warnings during VM shutdown
2013-06-28 Michael HutchinsonMerge pull request #642 from Ventero/CleanCopyLocal
2013-06-28 Michael Hutchinson[Mono.Debugger.Soft] More specific exception when not...
2013-06-28 Marek SafarMerge pull request #676 from TalAloni/master
2013-06-28 TalAloniFix for bug 12892 - Path.GetFullPath() may return incor...
2013-06-27 Marek SafarBlock task awaiter until task completes. Fixes #12745
2013-06-27 Marek SafarMerge pull request #671 from Blewzman/master
2013-06-27 BlewzmanFix SemaphoreSlim Constructor.
2013-06-27 Marek SafarFix source file name comments
2013-06-27 Martin BauligFix commit c31a58b6565c3d6a3994cac8bfd9e9eac1a54c71.
2013-06-26 Sebastien PouliotDo not throw, optionally, when facing an unknown OID...
2013-06-26 Rodrigo KumperaFix the build.
2013-06-26 Martin Baulig[System]: Make WebClient report an error when the downl...
2013-06-26 Rodrigo KumperaMerge pull request #654 from alesliehughes/master
2013-06-25 Martin Baulig[System]: Partially fix #12393.
2013-06-25 Jonathan Pryor[System.Core/Android] Use correct comparison for timezo...
2013-06-25 Marek SafarMerge pull request #669 from LogosBible/Uri_TryCreate
2013-06-25 Rodrigo Kumpera[corlib] Fix MethodInfo::ToString () to properly format...
2013-06-25 Grayson HansardEscape path for absolute Uris created using Uri.TryCrea...
2013-06-25 Marek SafarFix wrong MediaType comparison
2013-06-24 Martin Baulig[System]: Stub out System.Net.WebSockets.ClientWebSocket.
2013-06-24 Zoltan VargaFix the build.
2013-06-24 Martin Baulig[System]: Add System.Uri test for bug #12631.
2013-06-24 Martin BauligImplement System.Net.Http.WebRequestHandler.
2013-06-22 Rodrigo Kumpera[corlib]String.IndexOf is culture aware, while String...
2013-06-21 Sebastien PouliotAdd [Serializable] to X509Certificate2 (added in .NET...
2013-06-21 Martin Baulig[System]: Make ServicePointManager hash on the proxy...
2013-06-20 Michael Hutchinson[Cairo] Destroy should suppress finalizer
2013-06-20 Sebastien PouliotDo not assume AddressList[0] has the address the test...
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-19 Rodrigo Kumpera[sdb] Add a test case for returning the right error...
2013-06-19 Michael Hutchinson[Mono.Cairo] Use getter methods for returning IDisposables
2013-06-19 Michael Hutchinson[Mono.Cairo] Clean up Region's Dispose/ctor
2013-06-19 Michael HutchinsonMake debug more robust
2013-06-19 Mike KestnerMono.Cairo: Add Region class for cairo_region_* API...
2013-06-19 Bertrand LorentzMono.Cairo: Re-order a few native methods and update...
2013-06-19 Bertrand LorentzMono.Cairo: Fix names of native functions used in PSSurface
2013-06-19 Cameron WhiteMono.Cairo: Fix rectangles returned by StrokeExtents...
2013-06-19 Michael Hutchinson[Mono.Cairo] Put some classes in separate files
2013-06-19 Michael HutchinsonIntroduce Mono.Cairo to the concept of reference ownership
2013-06-19 Michael Hutchinson[Mono.Cairo] Add mechanism to debug missing Dispose...
2013-06-19 Michael Hutchinson[Mono.Cairo] Clean up dispose implementations
2013-06-14 Rodrigo KumperaMark MonoCMethod (runtime subclass of ConstructorInfo...
2013-06-14 Jonathan Pryor[Mono.Posix] Fix time_t conversions.
2013-06-13 Rodrigo KumperaKill some unused code that is a leftover from when...
2013-06-13 Marek SafarMerge pull request #662 from cdrnet/fix-biginteger-gcd
2013-06-12 Christoph Ruegg[System.Numerics] BigInteger.GCD(0,x) must return abs...
2013-06-12 Gonzalo Paniagua... Merge pull request #631 from kebby/master
2013-06-12 Tammo 'kb' HinrichsReverted whitespace changes
2013-06-11 Rodrigo KumperaFix new BigInteger().GetHashCode() to not throw.
2013-06-11 Rodrigo KumperaFix delegate combine when left side has already been...
2013-06-11 Rodrigo KumperaBetter handle default value BigInteger. Fixes #11945
2013-06-11 Martin Baulig[PCL]: System.Windows and System.Xml.Serialization...
2013-06-10 Rodrigo KumperaHandle shifts by multiple of 32 correctly. Fixes #10887.
2013-06-10 Zoltan VargaAdd specialized memcpy/bzero methods to String which...
2013-06-09 Zoltan VargaRework the gsharedvt code to add support for vtypes...
2013-06-09 Marek SafarMerge pull request #658 from cdrnet/fix-bad-formatstrin...
2013-06-09 Christoph RueggComplex.ToString must not pass format string to string...
2013-06-07 Marek SafarMerge pull request #657 from jbevain-forks/thread-safe...
2013-06-07 Jb EvainPrevent multiple threads to populate the keyword table
2013-06-07 Sebastien Pouliot[ios] Remove code path using UseMachineKeyStore since...
2013-06-07 Martin Baulig[System.ComponentModel.Composition]: Disable RefEmit...
next