Bring TaskExtensions to the mobile profile. Fix bug #2769
[mono.git] / mcs / class / corlib /
2011-10-14 Jérémie LavalMake IsCompleted property faster by doing only one...
2011-10-14 Jérémie LavalRefactor Wait* task initial parameter checkup
2011-10-14 Jérémie LavalDon't fallback to Wait in WaitAny so that undesirable...
2011-10-13 Jérémie LavalRemove SchedulerProxy
2011-10-13 Jérémie LavalFix compilation of Task unit tests for net_4_0
2011-10-13 Jérémie LavalCache watch usage
2011-10-13 Jérémie LavalFix stuff then went awry with the merge
2011-10-13 Jérémie LavalTune Marek's work on Task.WaitAny, Task.Wait and Task...
2011-10-13 Marek SafarFix a race in Task.WaitAny
2011-10-13 Marek SafarFixes Task.WaitAny with further fixes to Task.Wait
2011-10-13 Marek SafarCancellationTokenSource is no longer sealed
2011-10-13 Gonzalo Paniagua... Merge pull request #180 from QuickJack/master
2011-10-12 Marek SafarAdd InfiniteTimeSpan
2011-10-12 Marek SafarReenable disabled test
2011-10-12 Marek SafarFix wrong conditional
2011-10-12 Marek SafarFix Task.WaitAll exception handling
2011-10-12 Marek SafarDon't start cancelled task when using task factory...
2011-10-11 Marek SafarThrow cancellation exception when inspecting cancelled...
2011-10-11 Marek SafarPartially fixes broken Task.Wait
2011-10-11 Marek SafarRun task continuations when it's canceled
2011-10-11 Zoltan VargaIgnore some corlib tests which fail on linux
2011-10-08 Zoltan VargaFix named parameter support in the Binder. Fixes #1321
2011-10-07 Marek SafarFix cancelation with task start (only for most trivial...
2011-10-07 Marek SafarContinuation task cannot be started. Fixes #996
2011-10-07 Marek SafarFix unit test
2011-10-06 Marek SafarFix predefined SetResult parameters filter, so it can...
2011-10-05 Sebastien PouliotEnsure consistency when 'emitContext == true' is used...
2011-10-05 Sebastien PouliotInternalize [ComImport] in MONOTOUCH profile since...
2011-10-04 Marek SafarCorrectly capture synchronization context
2011-09-30 Marek SafarAdd more 4.5 task methods
2011-09-30 alexrpAdd new Is*Redirected properties to Console for the...
2011-09-30 Marek SafarMerge pull request #174 from alexrp/master
2011-09-29 Gonzalo Paniagua... Merge pull request #167 from konrad-kruczynski/send_asy...
2011-09-29 Jeffrey Stedfast[TimeZone] Fixed race condition with renewing the Curre...
2011-09-28 Marek SafarFix broken task test
2011-09-28 Marek SafarImplement stream async methods
2011-09-27 Jérémie LavalFix execution when same continuation is registered...
2011-09-27 Marek SafarFix TaskFactoryTest
2011-09-26 Marek SafarClean up mixed tabs and spaces
2011-09-25 Jérémie LavalMove things around in Task and Task_T
2011-09-25 Jérémie LavalOptimize more how continuation are registered and execu...
2011-09-25 Jérémie LavalMimic simpleAction usage in Task<T> to avoid creating...
2011-09-25 Jérémie LavalUse quicket methods to launch a Task on the threadpool
2011-09-25 Jérémie LavalDon't create a delegate each time we use a TaskCompleti...
2011-09-25 Jérémie LavalLazy allocate childTasks field in Task
2011-09-25 Jérémie LavalOptimize continuation registration for a single Continu...
2011-09-25 Jérémie LavalFix build
2011-09-25 Jérémie LavalFix double adding in ConcurrentDictionary ctor with...
2011-09-25 Jérémie LavalFix for #892
2011-09-25 Jérémie LavalFix more argument checking for Task<T>
2011-09-25 Jérémie LavalCheck that supplied function argument in a Task<T>...
2011-09-24 Zoltan VargaFix the namespace of a corlib test and quiet some tests.
2011-09-23 Marek SafarAdd extra 4.5 conditional
2011-09-22 Marek SafarAdd a few new async stream methods
2011-09-22 Marek SafarMake CancellationToken more lightweight and fix few...
2011-09-21 Sebastien PouliotMerge pull request #173 from juhovh/master
2011-09-21 Juho Vähä-HerttuaFix HMACSHA384 and HMACSHA512 for key length of [65...
2011-09-20 Marek SafarAdd more task awaiters and optimize existing ones by...
2011-09-19 Marek SafarAdd few new 4.5 overloads
2011-09-19 Marek SafarAdd 4.5 readonly collection interfaces
2011-09-19 Marek SafarMove some async types to corlib
2011-09-19 Marek SafarUpdate public corlib api
2011-09-18 Sebastien PouliotExpose Dispose under the NET_2_1 based profiles. Fix...
2011-09-16 Paolo MolaroGetMarshalledDomainObjRef() is needed also in the 2...
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...
next