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-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
2014-03-04[corlib] Seal InternalThreadMarek Safar
2014-02-27[corlib] Add missing apiMarek Safar
2014-02-21[runtime] Use the system limit when enforcing a new thread stack size. Fixes ...Rodrigo Kumpera
2014-02-20[corlib] Remove the stack size limit check from CheckStackSize (), it should ...Zoltan Varga
2014-02-06[corlib] Cleanup ThreadLocal output formatting.Marek Safar
2014-01-18[corlib] Fixes race in disposing CancellationTokenSource. Fixes #17256Marek Safar
2014-01-01[corlib] Thread.GetNamedDataSlot allocates slot on failure. Fixes #16788Marek Safar
2014-01-01Use LIFO policy for CancellationTokenSourceAndrea Canciani
2013-12-17Implemented System.Threading.Monitor.IsEnteredHarry Glinos
2013-11-20Merge pull request #810 from criteo/16267-SemaphoreSlimAlex Rønne Petersen
2013-11-19 [bcl] Implement CultureInfo.DefaultThreadCurrentUICulture.Rodrigo Kumpera
2013-11-19[bcl] Implement CultureInfo.DefaultThreadCurrentCulture.Rodrigo Kumpera
2013-11-19[bcl]Set the culture of the thread local NumberFormatter everytime.Rodrigo Kumpera
2013-11-15[Bug 16267] SemaphoreSlim.Wait fix when no timeoutMaxime Brugidou
2013-10-09Simplify work item registration for internal work itemsMarek Safar
2013-10-09Allow to queue multicast delegates in thread-poolMarek Safar