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-08-07[bcl] Remove old ThreadPool managed classLudovic Henry
2015-07-07[threadpool-ms] Fix unhandled exception supportLudovic Henry
2015-07-01[threadpool] Remove mono threadpool implementationLudovic Henry
2015-06-01Remove more CAS code.Zoltan Varga
2015-05-28[corlib] Add role based security to desktop onlyMarek Safar
2015-05-26[corlib] Clean up thread execution contextMarek Safar
2015-05-26[corlib] More thread code from reference sources, mostly for argument checksMarek Safar
2015-05-22[corlib] ExecutionContext and other contexts from reference sources. Fixes #2...Marek Safar
2015-05-20[corlib] Remove unused thread fieldMarek Safar
2015-05-20[corlib] Match closer ExecutionContextSwitcher methodsMarek Safar
2015-05-20[referencesource] Import System.Threading.ThreadLocalLudovic Henry
2015-05-20[corlib] Remove unused filesMarek Safar
2015-05-19[corlib] LocalDataStoreSlot from reference sourcesMarek Safar
2015-05-19[corlib] CompressedStack in not supported in mobile profileMarek Safar
2015-05-19[corlib] Small part of thread from reference sourcesMarek Safar
2015-05-08[runtime] Improve context static LocalDataStoreSlot support.Alex Rønne Petersen
2015-04-22[runtime] It's spring cleaning in MonoInternalThread. Remove 8 (yes, eight) u...Rodrigo Kumpera
2015-04-17[corlib] Fixes buildMarek Safar
2015-04-17[corlib] More exceptions from reference sourcesMarek Safar
2015-03-24Merge pull request #1632 from alexanderkyte/bug24118Zoltan Varga
2015-03-23[corlib] System.Resources from reference sourcesMarek Safar
2015-03-18Revert "Fixes build"Marek Safar
2015-03-18Fixes buildMarek Safar
2015-03-17[threadpool] Integrate the microsoft ThreadPool into it's own System.Threadin...Ludovic Henry
2015-03-17[corlib] Fixed change in 4b4ddb66b3 that prevented use of remoting fast path.Alexander Kyte
2015-02-05[bcl] Added a few stubs for missing APIsAlexander Köplinger
2015-02-04[corlib] DateTime from reference sourcesMarek Safar
2015-01-27[corlib] Switch to reference source System.Threading.SpinLock.Alex Rønne Petersen
2015-01-26[runtime] Add infrastructure code for getting/setting Thread.Priority.Zoltan Varga
2015-01-24Fixes mobile buildMarek Safar
2015-01-24Add an internal Interlocked.CompareExchange () icall overload needed by MS BCL.Alex Rønne Petersen
2015-01-16Fixes buildMarek Safar
2015-01-16[corlib] USe more types from System.Threading reference sourcesMarek Safar
2015-01-16[TPL] Replace implementation by Microsoft reference sourcesLudovic Henry
2015-01-14Merge pull request #1500 from criteo-forks/criteoZoltan Varga
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-13Fix SpinLock.TryEnterGuillaume Turri
2014-12-03[bcl] Remove all uses of Thread.Volatile{Read,Write}.Alex Rønne Petersen
2014-11-26Fixes buildMarek Safar
2014-11-26[corlib] Implement ExecutionContext flow for async infrastructure. Fixes #24757Marek Safar
2014-11-25[corlib] Replace few threading types from reference sourcesMarek Safar
2014-11-24Bring .NET implementation of concurrent collectionsMarek Safar
2014-11-24[System] Bring .NET implementation of System.Text.RegularExpressionsMiguel de Icaza
2014-11-22Build fixMarek Safar
2014-08-25[corlib] corcompare updateMarek Safar
2014-07-13[corlib] minor code cleanupJeffrey Stedfast
2014-04-01[corlib] Fixes CancellationTokenSource dispose raceMarek Safar
2014-03-08[corlib] Fix the mobile profile.Rodrigo Kumpera
2014-03-06[corlib] Improve flow of ExecutionContext (few tests taken from https://githu...Marek Safar