Handle fault messages in duplex callback channel.
[mono.git] / mcs / class / corlib /
2011-04-26 Jérémie LavalFail gracefully when CancellationToken has been created...
2011-04-26 Jérémie LavalAdd CancellationToken unit tests
2011-04-26 Jérémie LavalHonors correctly canceled ctor parameter of Cancellatio...
2011-04-25 Gonzalo Paniagua... In *AllLines use WriteLine instead of Write.
2011-04-20 Marek SafarAdd missing 4.0 api
2011-04-18 Jb EvainFix DynamicInvoke when the delegate is closed over...
2011-04-18 Jb EvainAdd test for #664205
2011-04-17 Zoltan VargaFix Object.MemberwiseClone () on arrays. Fixes #688033.
2011-04-17 Sebastien PouliotImplemented IDisposable on System.Security.Cryptography...
2011-04-15 Rolf Bjarne Kvinge[corlib] Ensure Thread.ManagedThreadId is unique per...
2011-04-15 Jb EvainRemove warnings
2011-04-14 Atsushi EnoFix bug #687444, null-character handling is now closer...
2011-04-14 Atsushi EnoIn Parse(), throw FormatException instead of ArgumentOu...
2011-04-13 Marek Habersack[runtime,IO] Filesystem entries can only be sought...
2011-04-13 Sebastien PouliotAdd a few MOONLIGHT defines to remove the RemotingProxy...
2011-04-13 Sebastien PouliotRedirect contract errors on Moonlight to an browser...
2011-04-12 Jeffrey StedfastOptimized QuickSort routines a bit
2011-04-11 Atsushi EnoFixed couple of DateTime/DateTimeOffset tests to match...
2011-04-10 Zoltan VargaAdd checks to ParameterBuilder.SetConstant () to avoid...
2011-04-08 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-04-08 Rodrigo KumperaMove thread management from sgen to utils. Move smr...
2011-04-07 Marek Habersack[runtime] Linux support for statfs and improved drive...
2011-04-06 MrUnleadedFix that corrects a mishandling of UInt64's.
2011-04-06 Sebastien PouliotMove critical code from System.ServiceModel to mscorlib
2011-04-06 Atsushi Enomore: Remove obsolete nunit syntax from tests except...
2011-04-06 Atsushi EnoRemove obsolete nunit syntax from tests except for...
2011-04-06 Atsushi EnoMarked a couple of tests as NotDotNet as they blocked...
2011-04-03 Kenneth SkovhedeFix the handling of the '%f' descriptor in DataConverte...
2011-03-31 Rolf Bjarne KvingeFix many corcompare issues for moonlight
2011-03-31 Louis Salinimplement getter and setter for HostContext property
2011-03-31 Rolf Bjarne Kvinge[DateTime]: Fix parsing when the date format can't...
2011-03-31 Rolf Bjarne Kvinge[corlib]: Don't rebuild vts tests every time 'make...
2011-03-31 Rolf Bjarne Kvinge[CultureInfo]: Ensure the tests pass on .NET 4.0, and...
2011-03-31 Gonzalo Paniagua... Revert "Fix a typo in Directory.GetFiles ()"
2011-03-30 Marek SafarFew 4.0 profile corcompare changes
2011-03-29 Marek SafarBetter error message for fixed size collections
2011-03-28 Gonzalo Paniagua... Fix a typo in Directory.GetFiles ()
2011-03-25 Miguel de IcazaConsole encoding fix for bug 678357
2011-03-23 Sebastien PouliotAdd missing API that are to be decorated with [Security...
2011-03-23 Miguel de IcazaOSX, Win32: Implements support for DriveInfo
2011-03-23 Miguel de IcazaAdd Environment.IsMacOS for handling OSX specific bits...
2011-03-22 Zoltan VargaImplement OperatingSystem.ServicePack. Fixes #681552.
2011-03-21 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-21 Sebastien PouliotUse Type.EmptyTypes instead of new Type[0]
2011-03-21 Jérémie LavalRevert fcbb5717c18ff8393f2300a254bb13e6fab9c7e4 and...
2011-03-21 Jérémie LavalRegister exceptions happening in child tasks when attac...
2011-03-21 Jérémie LavalAdd a memory barrier so that exception is strictly...
2011-03-21 Jérémie LavalTiny style fix
2011-03-21 Geoff NortonAdd some missing types to the mobile profile
2011-03-20 Lucas Meijersome documentation on DefaultSurrogateSelector
2011-03-19 Miguel de IcazaFix build
2011-03-18 Rafael MuniticMust pass null to overloaded constructor instead of...
2011-03-18 Rafael MuniticIf the function is null Wait will not get called and...
2011-03-18 Rafael MuniticContinuation options should be checked as flags
2011-03-17 Andreia GaitaFix for #475124. DowngradeFromWriterLock only resets...
2011-03-17 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-17 Miguel de IcazaStyle changes as I edit this file
2011-03-17 Bret KieferSpeed up the StringReader by not scanning twice for...
2011-03-16 Koushik DuttaFix bug where if a task is Start-ed with a specific...
2011-03-16 Jérémie LavalCorrectly implement enumerating CyclicDequeue.
2011-03-16 Miguel de IcazaRe-enable the Decimal(double) constructor that uses...
2011-03-14 Lucas MeijerImplmement a private BinaryFormatter.DefaultSurrogateSe...
2011-03-14 Jb EvainRevert "Fix the MDr and MT build"
2011-03-14 Geoff NortonFix the mobile build
2011-03-14 Mark ProbstMerge branch 'sgen-disable-gc'
2011-03-14 Jb EvainFix the MDr and MT build
2011-03-14 Jérémie LavalDon't throw an exception when task array is empty in...
2011-03-11 Sebastien PouliotFix mono/mcs build for Moonlight profile
2011-03-11 Gonzalo Paniagua... Cache NewLine per AppDomain.
2011-03-11 Gonzalo Paniagua... [Timer] Use static CB for invoking timer callbacks.
2011-03-10 Sebastien PouliotFix API compatibility with SL4
2011-03-10 Sebastien PouliotAdd some missing API into Moonlight
2011-03-08 Gonzalo Paniagua... Avoid null refs when capacity set to 0
2011-03-08 Marek SafarFix invalid il body for few tests
2011-03-07 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-07 Sebastien PouliotBring missing types into Moonlight 4
2011-03-07 Zoltan VargaImplement some DynamicILInfo methods.
2011-03-01 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-01 Paolo MolaroImplemented fast version of ThreadLocal<T>.
2011-02-25 Geoff NortonFix the mobile build
2011-02-25 Steve Bjorgadded units tests for TextReader ReadLine() and ReadToEnd()
2011-02-25 Steve BjorgTextReader.Null should return "" on ReadToEnd()
2011-02-25 Miguel de IcazaFix build
2011-02-25 Miguel de Icaza[TerminfoDriver] be more tolerant to failures, and...
2011-02-25 Miguel de IcazaDo not throw exceptions, instead return a sensible...
2011-02-25 Miguel de IcazaBug fix, on EOF, return null from ReadLine
2011-02-24 Miguel de IcazaAdd default implementations to ReadLine() and ReadToEnd...
2011-02-22 Rodrigo KumperaProperly check arguments in List<T> ICollection.CopyTo.
2011-02-22 Zoltan VargaFix a warning.
2011-02-22 Zoltan VargaFix the windows build.
2011-02-19 Gonzalo Paniagua... Fix the check for version and PublicKeyToken
2011-02-19 Marek SafarFix cygwin build
2011-02-18 Rodrigo KumperaHandle overrides on events when retrieving cattrs.
2011-02-17 Marek SafarDon't use runtime flag for basic compiler (it still...
2011-02-17 Jeffrey StedfastFixed exception string (spaces between words = good)
2011-02-17 Marek SafarSet correct runtime version for corlib now when mcs...
2011-02-17 Jérémie LavalAllow people to optionally fallback to the old schedule...
2011-02-17 Jérémie LavalRemove ctors in TpScheduler
2011-02-17 Jérémie LavalMake TryExecuteTaskInline a bit smarter
2011-02-17 Jérémie LavalRefactor common code block of TpScheduler and SyncConte...
next