Few 4.0 profile corcompare changes
[mono.git] / mcs / class / corlib / System.Threading.Tasks / Task.cs
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 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-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-02-17 Jérémie LavalKill old IScheduler interface.
2011-02-13 Mark ProbstMerge branch 'bugfix-main-thread-root'
2011-02-02 Jérémie LavalAvoid wrapping task body given as Action into Action...
2011-02-02 Jérémie LavalLazy creation of the continuation queue in Task
2011-01-25 Geoff NortonAdd pfx to the mobile profile
2011-01-24 Mark ProbstMerge branch 'sgen-android'
2011-01-24 Jérémie LavalSanitize parent-child relation in continuations
2011-01-24 Jérémie LavalMake sure a synchronous continuation get executed synch...
2011-01-21 Jérémie LavalAllow multiple invocation of Task Execute method to...
2011-01-21 Jérémie LavalThrow when trying to ExecuteSynchronously a task that...
2011-01-13 Jérémie LavalRework internal wait mechanism in thread workers partic...
2011-01-13 Jérémie LavalUse more modern method in older Task code path
2011-01-13 Jérémie LavalFix continuation not being scheduled because of too...
2011-01-06 Jérémie LavalUse wider acceptance criteria to cope with nested child...
2011-01-06 Elijah TaylorMerge remote branch 'upstream/master'
2011-01-05 Jérémie LavalEnsure task wait chain isn't executed out of order...
2011-01-04 Jérémie LavalUse proper pattern for executing synchronous Task
2010-12-29 Marek SafarRemove no longer used BOOTSTRAP conditionals
2010-12-16 Jérémie LavalClean and finish TaskFactory
2010-12-15 Jérémie LavalMore parameter renaming
2010-12-15 Jérémie LavalUpdate Task parameter names
2010-12-07 vvaradhanMerge branch 'master' of github.com:mono/mono into...
2010-12-03 Jérémie Laval[Task] Add an extra check in Task.WaitAny to make sure...
2010-12-03 Jérémie Laval[Task] Dumb bugfix when checking timeout in Task.WaitAny
2010-11-26 Zoltan VargaMerge branch 'master' of github.com:mono/mono
2010-11-26 Jérémie Laval[Task] Check if Task isn't finished before going into...
2010-11-26 Jérémie Laval[Task] Set continuation status to WaitingForActivation...
2010-11-26 Jérémie Laval[Task] Only launch continuation synchronously when...
2010-11-22 Jb EvainMerge branch 'cecil-light'
2010-11-22 Jérémie LavalRemove AreTasksFinished in Scheduler and directly use...
2010-11-03 Jérémie LavalImplement Partitioner.Create int and long overloads...
2010-11-03 Jérémie LavalRefactor Task.Wait and Task.WaitAny methods and add...
2010-11-03 Jérémie LavalSet more state on TaskCompletionSource inner Task<T>
2010-11-02 Jérémie LavalUse Task helper methods in TaskCompletionSource instead...
2010-09-07 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-08-27 Jérémie LavalMove the predicate call under launched.TrySet protectio...
2010-08-27 Jérémie LavalChange the way continuation delegates are stored and...
2010-08-18 Jérémie LavalFix cancellation tracking and reporting in Task.
2010-04-27 Marek SafarFlush (work in progress)
2010-04-27 Marek SafarNew tests.
2010-04-16 C.J. Adams-Colliercopied mono-api-diff.cs from mono-2-2 branch so new...
2010-04-15 Jérémie Laval2010-04-15 Jérémie Laval <jeremie.laval@gmail.com>
2010-03-02 Jérémie Laval2010-03-02 Jérémie Laval <jeremie.laval@gmail.com>
2010-02-24 Paolo MolaroWed Feb 24 15:47:16 CET 2010 Paolo Molaro <lupus@ximian...
2010-02-23 Jérémie Laval2010-02-23 Jérémie Laval <jeremie.laval@gmail.com>
2010-02-02 Jérémie Laval2010-02-02 Jérémie Laval <jeremie.laval@gmail.com>
2010-02-02 Jérémie Laval2010-02-02 Jérémie Laval <jeremie.laval@gmail.com>
2009-11-11 Miguel de IcazaSmall 4fx fixes
2009-08-19 Marek SafarNew tests.
2009-08-19 Jérémie Laval2009-08-19 Jérémie Laval <jeremie.laval@gmail.com>
2009-08-11 Jérémie Laval2009-08-11 Jérémie Laval <jeremie.laval@gmail.com>
2009-07-31 Jérémie LavalIn class/corlib/:
2009-07-30 Jérémie LavalAuthor: Jérémie Laval <jeremie.laval@gmail.com>
2009-02-16 Jb Evainrevert 127010 until Jeremie polishes and fixes the...
2009-02-16 Jérémie Laval* Initial commit of ParallelFx (corlib part only, no...