Update copyrights
[mono.git] / mcs / class / corlib /
2011-09-13 Miguel de IcazaUpdate copyrights
2011-09-13 Tom HindleStore current threads Synchronization Context, if prese...
2011-09-12 Sebastien PouliotMore fixes for running unit tests under NET_2_1 profile
2011-09-09 Sebastien PouliotAdjust corlib unit tests to reduce failures when execut...
2011-09-09 Sebastien Pouliotfix FileStream test failures under Mac OSX
2011-09-09 Sebastien PouliotThrowing IsolatedStorageException is a Moonlight-behavi...
2011-09-09 Sebastien PouliotReturn null instead of catching Activator exception...
2011-09-06 Jérémie LavalRework TaskFactory.FromAsync, it was a bit messy.
2011-09-06 Jérémie LavalUse a TaskCompletionSource in non-generic ContinueWhenA...
2011-09-06 Marek Safarmake test public
2011-09-06 Marek SafarRevert part of 4a17e24982852fc0d939 which broke most...
2011-09-06 Marek SafarRemove NET_2_0
2011-09-06 Marek SafarFix ResourceSet regression caused by 4a17e24982852fc0d939
2011-09-06 Marek SafarRemove NET_2_0
2011-09-06 Marek SafarFix wrong string unit test
2011-09-06 Marek SafarRemove NET_2_0
2011-09-05 Marek SafarRemove NET_2_0
2011-09-05 Jérémie LavalRevert 12fdfa365c2aa449c132bf0e04f59393792479f0 and...
2011-09-04 Zoltan VargaImplement AppDomain.ResourceResolve. Fixes #579.
2011-09-02 Marek SafarMake Stream BeginRead/BeginWrite asynchronous
2011-09-02 Marek SafarMake MemoryStream more .net compatible
2011-09-02 Marek SafarRemove NET_2_0 conditional
2011-09-02 Marek SafarAdd new test
2011-09-01 Marek SafarMerge pull request #168 from tomaszkubacki/master
2011-09-01 Marek SafarFix wrong condition
2011-09-01 Marek SafarImplement properly TaskFactory::FromAsync
2011-09-01 Marek SafarAdd missing finalizer
2011-09-01 Marek SafarMake Task debugging more pleasant
2011-08-31 Atsushi EnoFix invalid path check for Windows regarding ':'.
2011-08-31 Atsushi EnoAdd test for bug #545.
2011-08-31 Atsushi EnoEncoderReplacementFallbackBuffer.Reset() did not really...
2011-08-31 Zoltan VargaDisable some invalid string ctor tests
2011-08-31 Zoltan VargaFix the namespace of some corlib tests
2011-08-29 Zoltan VargaFix the taken==true argument check in the v4 monitor...
2011-08-28 Jérémie LavalDo not set WaitingToRun status when trying to run synch...
2011-08-28 Jérémie LavalCheck and throw if a task reportedly executed isn't...
2011-08-28 Jérémie LavalCheck that CancellationToken coming from OperationCance...
2011-08-24 Marek SafarCheck TaskFactory continuation options
2011-08-22 Atsushi EnoFix mobile builds in the latest Tasks change.
2011-08-20 Jérémie LavalSplit internal types in their own files
2011-08-20 Jérémie LavalThrow when a non-finished task is started
2011-08-20 Jérémie LavalMake TaskCompletionSource methods thread-safe
2011-08-20 Jérémie LavalMove old default task scheduler to Mono.Parallel
2011-08-20 Jérémie LavalRevert "Remove the old PFX Scheduler from the build"
2011-08-20 Miguel de IcazaRemove the old PFX Scheduler from the build
2011-08-19 Rodrigo KumperaFix variance test involving nullable types.
2011-08-19 Marek SafarSplit TaskFactory.cs file
2011-08-19 Marek SafarTaskCompletionSource.SetException cannot be used with...
2011-08-17 Jérémie LavalFix coding style
2011-08-17 Miguel de Icazaupdate copyrights
2011-08-16 Jérémie LavalCorrectly check TaskCreationOptions upper bound
2011-08-15 Jeffrey StedfastFix for bug #445855
2011-08-13 Marek SafarMerge pull request #156 from garuma/tpl-dataflow-tasks
2011-08-11 Zoltan VargaBump corlib version since fe3372f4231106669ab93e2d23a51...
2011-08-11 Rodrigo KumperaAdd IObserver/IObservable to MOBILE profile.
2011-08-11 Marek Habersack[runtime] Fix for Xamarin bug #99. Don't fail to parse...
2011-08-10 Jérémie LavalAvoid creating a delegate instance in general case...
2011-08-08 Gonzalo Paniagua... Merge pull request #152 from bassamtabbara/master
2011-08-08 Atsushi EnoMerge pull request #151 from kenbell/master
2011-08-07 Kenneth BellFix bug 213 - interpret string identity in RegistryAcce...
2011-08-07 Kenneth BellFix infinite loop parsing some SDDL strings
2011-08-06 Jérémie LavalImplement proper ctor parameter checking
2011-08-05 Jérémie LavalFix for #162
2011-08-05 Miguel de IcazaMerge pull request #129 from grumpydev/CryptoFixo
2011-08-05 Miguel de IcazaMerge pull request #138 from eisnerd/bug-winforms-datag...
2011-08-05 Miguel de IcazaMerge pull request #147 from flutos/master
2011-08-05 Miguel de IcazaMerge pull request #141 from LogosBible/surrogtate
2011-08-04 Atsushi EnoMerge pull request #146 from flutos/207ce0bccceec3ff786...
2011-08-02 Alan McGovern[System.IO.Path] Fix potential infinite loop in Path...
2011-08-02 Atsushi EnoMerge pull request #143 from mistoll/master
2011-07-29 Steven RobbinsMinor formatting change
2011-07-29 Steven RobbinsAdded test case for out of bounds exception on multiple...
2011-07-28 Miguel de IcazaMerge pull request #93 from konrad-kruczynski/dispatche...
2011-07-28 Miguel de IcazaMerge pull request #136 from spencerhakim/master
2011-07-28 Miguel de IcazaMerge pull request #139 from HorstKakuschke/master
2011-07-27 Jérémie LavalSame test for TaskCompletionSource
2011-07-27 Jérémie LavalEnsure that Task is in a correct initial state before...
2011-07-27 Jérémie LavalTest that futures throw Exception through Result proper...
2011-07-27 Jérémie LavalAdd test for various AggregateException ctor exception...
2011-07-27 Jérémie LavalMove innerExceptions internal null check at the right...
2011-07-27 Jérémie LavalAdd testcase to ensure unobserved exception on Task...
2011-07-27 Jérémie LavalMakes AggregateException ToString output closer to...
2011-07-27 Jérémie LavalFix AggregateException behavior
2011-07-27 Jérémie LavalAllow using a worker number that is greater than Enviro...
2011-07-25 Damien Diederen[480178] Fix handling of surrogate characters.
2011-07-23 Sebastien PouliotExpose new ReadLines extension methods in the mobile...
2011-07-22 Atsushi EnoMerge pull request #137 from eisnerd/bug-xpath-reverse...
2011-07-20 Sebastien PouliotAllow IsolatedStorage to work on MOBILE profiles even...
2011-07-20 Sebastien Pouliotanother case where the linker needs help to eliminate CAS
2011-07-20 Sebastien PouliotEnsure the linker can eliminate most CAS-related types...
2011-07-19 Sebastien Pouliotremove unrequired using clauses
2011-07-12 Rodrigo KumperaAvoid a .cctor on the initialization path.
2011-07-08 Marek SafarMerge pull request #131 from txdv/master
2011-07-08 Andrius BentkusFix upper case encoding constants.
2011-07-07 Steven RobbinsFix for out of bounds exception
2011-07-01 Zoltan VargaFix the Thread.Interrupt () test now that it is impleme...
2011-07-01 Zoltan VargaFix some tests broken by some NET 4.0 changes.
2011-06-30 Zoltan VargaFix an enum test.
2011-06-30 Zoltan VargaFix sorting of ulong[] arrays among others when using...
2011-06-30 Zoltan VargaDisable a not working delegate test.
next