Add locking to EventWaitHandle.Set/Reset to avoid crashes when another thread dispose...
[mono.git] / mcs / class / corlib / System.Threading.Tasks /
2011-10-15 Jérémie LavalMove files around
2011-10-15 Jérémie LavalFirst take at an updated Task.WaitAll
2011-10-15 Jérémie LavalInsert the unregister call in the finally handler too
2011-10-15 Jérémie LavalClean event registration when wait is unsuccessful
2011-10-15 Jérémie LavalEnsure there is no mutually exclusive TaskContinuationO...
2011-10-15 Jérémie LavalMove CompletionContainer to use ConcurrentOrderedList...
2011-10-15 Jérémie LavalRemove schedWait event since it's not needed anymore...
2011-10-14 Jérémie LavalUpdate Wait and WaitAny with event disposal and single...
2011-10-14 Jérémie LavalDon't special casee adding a TaskCanceledException...
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 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 Gonzalo Paniagua... Merge pull request #180 from QuickJack/master
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-07 Marek SafarFix cancelation with task start (only for most trivial...
2011-10-07 Marek SafarContinuation task cannot be started. Fixes #996
2011-10-06 Marek SafarFix predefined SetResult parameters filter, so it can...
2011-09-30 Marek SafarAdd more 4.5 task methods
2011-09-29 Gonzalo Paniagua... Merge pull request #167 from konrad-kruczynski/send_asy...
2011-09-27 Jérémie LavalFix execution when same continuation is registered...
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 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-22 Marek SafarAdd a few new async stream methods
2011-09-20 Marek SafarAdd more task awaiters and optimize existing ones by...
2011-09-19 Marek SafarMove some async types to corlib
2011-09-13 Miguel de IcazaUpdate copyrights
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-05 Jérémie LavalRevert 12fdfa365c2aa449c132bf0e04f59393792479f0 and...
2011-09-01 Marek SafarMerge pull request #168 from tomaszkubacki/master
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-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-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 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-16 Jérémie LavalCorrectly check TaskCreationOptions upper bound
2011-08-10 Jérémie LavalAvoid creating a delegate instance in general case...
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 #141 from LogosBible/surrogtate
2011-08-02 Atsushi EnoMerge pull request #143 from mistoll/master
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 LavalEnsure that Task is in a correct initial state before...
2011-07-27 Jérémie LavalAllow using a worker number that is greater than Enviro...
2011-06-24 Gonzalo Paniagua... Merge pull request #121 from LogosBible/processfixes
2011-06-09 Jérémie LavalPotential fix for #690944
2011-06-09 Jérémie LavalSetup status and scheduler correctly when calling RunSy...
2011-05-26 Marek SafarAdd more async infrastructure
2011-05-20 Marek SafarRename Task<T> implementation file
2011-03-30 Marek SafarFew 4.0 profile corcompare changes
2011-03-21 Neale FergusonMerge branch 'master' of github.com:mono/mono
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-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 Neale FergusonMerge branch 'master' of github.com:mono/mono
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-14 Mark ProbstMerge branch 'sgen-disable-gc'
2011-03-14 Jérémie LavalDon't throw an exception when task array is empty in...
2011-03-01 Neale FergusonMerge branch 'master' of github.com:mono/mono
next