Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-03-24[corlib] Remove unused filesMarek Safar
2015-01-16[corlib] USe more types from System.Threading reference sourcesMarek Safar
2015-01-14[bcl] Remove NET_4_5 defines from class libs.Zoltan Varga
2015-01-14[bcl] Remove NET_4_0 defines from class libs.Zoltan Varga
2015-01-13[bcl] Remove NET_2_0 defines from the class libs. This has been done using: u...Zoltan Varga
2014-12-03[bcl] Remove all uses of Thread.Volatile{Read,Write}.Alex Rønne Petersen
2014-11-27[corlib] Fix Parallel.ForEach overload that hardcoded -1 for the item indexAlexander Köplinger
2014-11-26Fixes buildMarek Safar
2014-11-26[corlib] Implement ExecutionContext flow for async infrastructure. Fixes #24757Marek Safar
2014-11-20Fixed CyclicDeque array growth. Fixes 24213.Marcos Henrich
2014-11-19Fixes buildMarek Safar
2014-11-19[corlib] Capture awaited task exception stack. First part of #18629Marek Safar
2014-10-05[corlib] Notify parent task when child task uses NotOnFaulted. Fixes #23594Marek Safar
2014-08-20[corlib] Task never is CompletedSynchronouslyMarek Safar
2014-04-25[corlib] Fix extra await context switch when custom SynchronizationContext do...Marek Safar
2014-04-08[corlib] Better checks for release of parent taskMarek Safar
2014-04-08Fixed memory leak in Task when child tasks are continually created.BrandonLWhite
2014-03-06[corlib] Improve flow of ExecutionContext (few tests taken from https://githu...Marek Safar
2014-02-06[corlib] Better recovery when tasks run on broken schedulerMarek Safar
2014-01-14[corlib] Improve 85aaf9b07485d5253de4c142985e32b00ad19347 changeMarek Safar
2014-01-10[corlib] Hunting down rare Task.WaitAll raceMarek Safar
2014-01-06[corlib] Mark all promise-style task exceptions observed. Fixes #17015Marek Safar
2014-01-02[corlib] Promise style tasks cannot be started manually. Fixes #16857Marek Safar
2013-12-13[corlib] Don't inline await continuations when the context does not allow it....Marek Safar
2013-12-08[corlib] Keep original cancellation exception from awaited taskMarek Safar
2013-12-07[corlib] Better handling of awaiter continuation on finished taskMarek Safar
2013-12-07[corlib] Add check for launching cancelled task to all overloadsMarek Safar
2013-12-05[corlib] Implement task awaiters running on custom task scheduler. Fixes #16587Marek Safar
2013-11-12Merge pull request #799 from kebby/masterMarek Safar
2013-11-06Return empty result array when calling Task.WhenAllCore<T> with empty argumen...Tammo 'kb' Hinrichs
2013-10-09Simplify work item registration for internal work itemsMarek Safar
2013-10-09Release continuation ancestor before running. Fixes #15036Marek Safar
2013-10-08Make Task.Delay more reliable. Fixes #14585Marek Safar
2013-09-20Fixed TaskFactory::ContinueWhenAny with func result. Fixes #14839Marek Safar
2013-09-04[bcl] Replace more long fields with int to make them CAS friendly on 32 bits ...Rodrigo Kumpera
2013-08-17Grow underlying buffer only when necessary. Fixes #13552Marek Safar
2013-07-20Schedule internal delay task on default scheduler only. Fixes #13318Marek Safar
2013-07-16Remove redundant status capturingMarek Safar
2013-07-16Fixes scheduling of non-inlined sychronous continuations.Marek Safar
2013-06-27Block task awaiter until task completes. Fixes #12745Marek Safar
2013-06-14Kill some unused code that is a leftover from when TPL had a managed scheduler.Rodrigo Kumpera
2013-05-23Implement Task::AsyncWaitHandle. Fixes #12342Marek Safar
2013-03-18Remove internal continuations from unfinished tasks used in WhenAny, Fixes #1...Marek Safar
2013-02-16Break direct TPL dependency from stream classesMarek Safar
2013-02-12Fix TaskCreationOptions.AttachedToParent to avoid NRE on TaskCreationOptions....Marek Safar
2013-02-12RunSynchronously cannot be used with continuationMarek Safar
2013-02-12Since MOBILE implies NET_4_* now, take this into account and simplify our ifd...Rodrigo Kumpera
2013-01-17Make Is64BitProcess internal to avoid mobile defineMarek Safar
2013-01-03Duplicate less mscorlib code in System.CoreMarek Safar
2013-01-03Run async continuation without allocating temporary hoisting classes.Marek Safar