[Task Scheduler] Revisit Task waiting in Scheduler using ManualResetEventSlim
[mono.git] / mcs / class / corlib /
2010-12-03 Jérémie Laval[Task Scheduler] Revisit Task waiting in Scheduler...
2010-12-03 Jérémie Laval[Task Scheduler] Track re-entrant call to WorkerMethod...
2010-12-03 Jérémie Laval[Task] Slight tweak of WaitAny unit test
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-12-03 Marek SafarDon't throw an obsolete exception
2010-12-02 Jérémie Laval[SafeHandle] Fixing docs
2010-12-01 Jérémie Laval[SafeHandle] Add bits of documentation
2010-12-01 Jérémie Laval[SafeHandle] Make success parameter setting atomic...
2010-12-01 Jérémie Laval[SafeHandle] Protect Close against asynchronous exceptions
2010-11-30 Rodrigo KumperaCheck for null and valuetypes.
2010-11-27 Rodrigo KumperaFix corlib regression
2010-11-27 Rodrigo KumperaMove culture handling to Thread from InternalThread.
2010-11-27 Rodrigo KumperaAdd regression test for #317488
2010-11-26 Zoltan VargaMerge branch 'master' of github.com:mono/mono
2010-11-26 Rodrigo KumperaFix typo
2010-11-26 Jérémie Laval[Task] In every TaskFactory method accepting a Task...
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-26 Jérémie LavalAdjust sleeping values
2010-11-26 Jérémie LavalRemove debugging spew wrongly introduced by earlier...
2010-11-26 Marek SafarSwitch symbol writer to public api
2010-11-25 Rodrigo KumperaAdd regression test for #655741
2010-11-25 Rodrigo KumperaAdd regression test for #655847
2010-11-25 Rodrigo KumperaAdd regression test for #655669
2010-11-24 Jérémie LavalAdd a fast path in EnumerablePartitioner for strip...
2010-11-23 Rodrigo KumperaHandle another case of binding to first arg of static...
2010-11-22 Jb EvainMerge branch 'cecil-light'
2010-11-22 Jérémie LavalImprove fallback SpinWait to include the initial logic...
2010-11-22 Jérémie LavalDefine more correctly
2010-11-22 Jérémie LavalAdd a default implementation of SpinWait when SplitOrde...
2010-11-22 Marek SafarRemoved SetCharSet
2010-11-22 Marek SafarFix retrieving of StructLayoutAttribute.Pack
2010-11-22 Jérémie LavalRemove AreTasksFinished in Scheduler and directly use...
2010-11-22 Jérémie LavalIncrease the deepSleepTime of ThreadWorker
2010-11-22 Marek SafarComment out no longer used code
2010-11-22 Marek SafarAdd comment details to DefineUnmanagedResource
2010-11-21 Gonzalo Paniagua... [File.ReadLines] Dispose the StreamReader in the right...
2010-11-20 Gonzalo Paniagua... [Timer] Use a WaitHandle instead of Wait/Pulse
2010-11-20 Zoltan VargaAdd support for the processorArchitecture field in...
2010-11-19 Atsushi EnoMerge branch 'myeisha-xml-fixes'
2010-11-19 Atsushi EnoMerge branch 'xml-fixes' of https://github.com/myeisha...
2010-11-18 Mark Probst[fix] Fix build.
2010-11-18 Jérémie LavalRevert the CER-like changes made to SpinLock.Enter...
2010-11-18 Jérémie LavalProtect TryEnter and Exit methods of SpinLock against...
2010-11-17 Jérémie Laval[Task scheduler] Refactoring and cleanup. Removed a...
2010-11-17 Jérémie Laval[Partitioner] Use custom made enumerator for GetPartiti...
2010-11-17 Jérémie Laval[CancellationToken] Speed up ThrowIfCancellationRequest...
2010-11-12 Jérémie LavalThrow an an exception when Break and Stop are used...
2010-11-12 Jérémie LavalSimplify Parallel.ForEach loop execution
2010-11-12 Jérémie LavalCleanup ForEach overloads in Parallel
2010-11-12 Jérémie LavalDirectory cleanup for System.Collections.Concurrent...
2010-11-11 Sebastien PouliotAdd internal SetCompatibilitySwitch to AppDomain
2010-11-11 Sebastien Pouliot[moon] Allow creating AES with the fully qualified...
2010-11-11 Jérémie LavalRefine precedent algorithm for Parallel.For index stealing.
2010-11-11 Jérémie LavalAdd a new lightweight stealing algorithm to Parallel.For
2010-11-11 Jérémie LavalIn Parallel.For, returns immediately if the initial...
2010-11-11 Jérémie LavalSmall logic fix in choosing step in Parallel.For
2010-11-11 Marek Habersack[corlib] Fix for bug #652807. Handle RegistryValueKind...
2010-11-10 Jérémie LavalSimplify Parallel.For execution.
2010-11-10 Jérémie LavalFinal performance improvement on ReaderWriterLockSlim
2010-11-10 Alex FortAdd support for the CancelKeyPress event on Windows
2010-11-09 Zoltan VargaFix the previous change.
2010-11-09 Zoltan VargaSpeed up Thread.ManagedThreadId.
2010-11-09 Rodrigo KumperaFix handling of LastIndexOf and empty strings.
2010-11-09 Jérémie LavalUse ulong to represent element hashes internally allowi...
2010-11-08 Marek SafarAPI compatibility work
2010-11-04 Sebastien PouliotMove assignation earlier to ensure value is available...
2010-11-04 Marek SafarFor some strange reason Console.Write(Line) allows...
2010-11-04 Jérémie LavalConcurrentDictionary performance improvements
2010-11-04 Jérémie LavalManualResetEventSlim performance improvements
2010-11-04 Jérémie LavalSpinLock performance improvements
2010-11-03 Jérémie LavalFixicate net_4_0_bootstrap build.
2010-11-03 Sebastien PouliotFix condition so the new feature is available outside...
2010-11-03 Jérémie LavalImplement Partitioner.Create int and long overloads...
2010-11-03 Jérémie LavalAdd TaskExtensions class and Unwrap extension methods
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-03 Marek HabersackFix mixed newlines
2010-11-02 Sebastien PouliotFix bootstrapping issue wrt moonlight profile
2010-11-02 Pablo Ruiz Garcia[API] X509 related enhacemnts to allow 1) associating...
2010-11-02 Gonzalo Paniagua... Revert change in FromBinary
2010-11-02 Jérémie LavalUse Task helper methods in TaskCompletionSource instead...
2010-10-30 Alex FortDon't use a buffer size of 1 for zero-length buffers
2010-10-30 Alex Fort[Fix] Don't enforce a minimum size for zero-length...
2010-10-27 Rodrigo KumperaLoad less stuff when resolving MethodInfo::Attributes.
2010-10-26 Rodrigo KumperaImplemenent v4 Monitor::TryEnter overloads.
2010-10-26 Sebastien PouliotAdd missing 'same-module' check for GetConstructorToken
2010-10-26 Rodrigo KumperaFix exception message
2010-10-26 Rodrigo KumperaCheck for declaring type.
2010-10-25 Rodrigo KumperaAdd regression test for #649017.
2010-10-25 Rodrigo KumperaEncode all gtd as open instantiations by default.
2010-10-25 Marek SafarKeep only 1 Dispose implementation
2010-10-25 Marek Habersack[corlib] added a few missing Environment.SpecialFolder...
2010-10-24 Gonzalo Paniagua... BinaryWriter.BaseStream calls Flush()
2010-10-23 Zoltan VargaFix another regression in the Array.Sort () methods...
2010-10-22 Rodrigo KumperaChecks the constructor declaring type.
2010-10-22 Jérémie LavalUse test-and-test-and-set pattern in LazyInitializer...
2010-10-21 Gonzalo Paniagua... FromBinary does not need ToLocalTime
next