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
2011-05-23Reorder fields to improve object layout since the runtime can't do it for cor...Rodrigo Kumpera
2011-05-02Fix non net_4_0 profiles buildJb Evain
2011-05-02Properly check the maxstacksize asked for the ThreadJb Evain
2011-04-26Fail gracefully when CancellationToken has been created uninitialized by user.Jérémie Laval
2011-04-26Honors correctly canceled ctor parameter of CancellationTokenJérémie Laval
2011-04-20Add missing 4.0 apiMarek Safar
2011-04-15[corlib] Ensure Thread.ManagedThreadId is unique per thread.Rolf Bjarne Kvinge
2011-04-08Move thread management from sgen to utils. Move smr from MonoInternalThread t...Rodrigo Kumpera
2011-03-31Fix many corcompare issues for moonlightRolf Bjarne Kvinge
2011-03-30Few 4.0 profile corcompare changesMarek Safar
2011-03-23Add missing API that are to be decorated with [SecurityCritical] for compatib...Sebastien Pouliot
2011-03-17Fix for #475124. DowngradeFromWriterLock only resets to a reader lock stateAndreia Gaita
2011-03-14Revert "Fix the MDr and MT build"Jb Evain
2011-03-14Fix the mobile buildGeoff Norton
2011-03-14Fix the MDr and MT buildJb Evain
2011-03-12Fix mono/mcs build for Moonlight profileSebastien Pouliot
2011-03-11[Timer] Use static CB for invoking timer callbacks.Gonzalo Paniagua Javier
2011-03-01Implemented fast version of ThreadLocal<T>.Paolo Molaro
2011-02-11Make maxStackSize behavior compatible with MS.Rodrigo Kumpera
2011-02-10Move some code into their own methods.Gonzalo Paniagua Javier
2011-02-09Attempt 1Gonzalo Paniagua Javier
2011-02-02Avoid possible races in ManualResetEventSlim in case handle was already creat...Jérémie Laval
2011-01-26Further .NET 4.0 ification of the mobile profileGeoff Norton
2011-01-25Add pfx to the mobile profileGeoff Norton
2011-01-13Rename namespaces and update docsJérémie Laval
2011-01-13First drop of a new Mono.Parallel assemblyJérémie Laval
2011-01-13Update Watch to a structJérémie Laval
2011-01-07Remove now unused internal classesJérémie Laval
2011-01-06Add missing Debugger and ReliabilityContract attributes to .NET 4 typesJérémie Laval
2011-01-06Use while loop instead of if for removing as much stalled tickets as possibleJérémie Laval
2011-01-06Fix commentsJérémie Laval
2011-01-06Protect SpinLock's Enter method against asynchronous exceptionJérémie Laval
2011-01-04Update ThreadLocal to use default(T) for initialization with parameterless ct...Jérémie Laval
2010-12-29Remove no longer used BOOTSTRAP conditionalsMarek Safar
2010-12-16Some 4.0 API tweaksMarek Safar
2010-12-15More parameter renamingJérémie Laval
2010-12-13Increment Count even on single-processor in SpinWait. Fix #624849.Jérémie Laval
2010-12-09Fix semantic of CountdownEvent Reset methods. Fix #658244.Jérémie Laval
2010-11-27Fix corlib regressionRodrigo Kumpera
2010-11-27Move culture handling to Thread from InternalThread.Rodrigo Kumpera
2010-11-26Adjust sleeping valuesJérémie Laval
2010-11-21[Timer] Use a WaitHandle instead of Wait/PulseGonzalo Paniagua Javier
2010-11-18[fix] Fix build.Mark Probst
2010-11-18Revert the CER-like changes made to SpinLock.Enter method and document the pr...Jérémie Laval
2010-11-18Protect TryEnter and Exit methods of SpinLock against asynchronous exceptions.Jérémie Laval
2010-11-17[CancellationToken] Speed up ThrowIfCancellationRequested operationJérémie Laval
2010-11-10Simplify Parallel.For execution.Jérémie Laval
2010-11-10Final performance improvement on ReaderWriterLockSlimJérémie Laval
2010-11-09Fix the previous change.Zoltan Varga
2010-11-09Speed up Thread.ManagedThreadId.Zoltan Varga