To header rewrite only happens in Adhoc mode.
[mono.git] / mcs / class / corlib /
2011-01-18 Jérémie LavalFix Task.Wait timeout regression
2011-01-18 Jérémie LavalExpose ThreadWorker in Mono.Parallel
2011-01-18 Jérémie LavalAdd support for external ParticipateUntil method call...
2011-01-14 Jérémie LavalMake use of the wait changes in the internal TaskSchedu...
2011-01-14 Jérémie LavalInternal ThreadWorker deque creation is now delegated...
2011-01-13 Jérémie LavalAdd CyclicDeque and doc
2011-01-13 Jérémie LavalMake ConcurrentSkipList implements IEnumerable and...
2011-01-13 Jérémie LavalMake ConcurrentOrderedList implements IEnumerable and...
2011-01-13 Jérémie LavalRename namespaces and update docs
2011-01-13 Jérémie LavalAdd Comparer property to ConcurrentOrderedList
2011-01-13 Jérémie LavalFirst drop of a new Mono.Parallel assembly
2011-01-13 Jérémie LavalRework internal wait mechanism in thread workers partic...
2011-01-13 Jérémie LavalUse more modern method in older Task code path
2011-01-13 Jérémie LavalUpdate Watch to a struct
2011-01-13 Jérémie LavalFix continuation not being scheduled because of too...
2011-01-11 Sebastien PouliotAllow RSACryptoServiceProvider.SignHash to work with...
2011-01-09 Sebastien PouliotAdd NIE stubs for new 4.0 methods to ease running IronP...
2011-01-07 Thomas GoldsteinMerge branch 'master' of github.com:mono/mono
2011-01-07 Rodrigo KumperaProperly search overwrites for custom attributes.
2011-01-07 Jérémie LavalRemove now unused internal classes
2011-01-06 Gonzalo Paniagua... [windows] Improve drive search
2011-01-06 Gonzalo Paniagua... [Windows] Implement GetDrives.
2011-01-06 Jérémie LavalAdd missing Debugger and ReliabilityContract attributes...
2011-01-06 Jérémie LavalAvoid random failure in CountdownEvent unit test
2011-01-06 Jérémie LavalUse while loop instead of if for removing as much stall...
2011-01-06 Jérémie LavalFix comments
2011-01-06 Jérémie LavalProtect SpinLock's Enter method against asynchronous...
2011-01-06 Zoltan VargaChange some usages of ArrayList to List<T> to avoid...
2011-01-06 Jérémie LavalAdd unit test for nested Parallel.For execution
2011-01-06 Jérémie LavalExplicitely attach loop underlying tasks to their event...
2011-01-06 Jérémie LavalUse wider acceptance criteria to cope with nested child...
2011-01-06 Elijah TaylorMerge remote branch 'upstream/master'
2011-01-05 Jérémie LavalEnsure task wait chain isn't executed out of order...
2011-01-05 Zoltan VargaAdd missing files to dist.
2011-01-04 Rodrigo KumperaFix operator != handling of LHS null
2011-01-04 Rodrigo KumperaFix test suite as boehm doesn't support ephemerons
2011-01-05 Marek SafarFix invalid test constraint
2011-01-04 Sebastien Pouliot[moon] String.Join needs 'params' on MOONLIGHT profile too
2011-01-04 Jérémie LavalUse correct exception when a key is not found in Concur...
2011-01-04 Jérémie LavalUse proper pattern for executing synchronous Task
2011-01-04 Jérémie LavalUpdate ThreadLocal to use default(T) for initialization...
2011-01-03 Gonzalo Paniagua... Add a case-insensitive hashtable
2011-01-03 Miguel de Icaza[mscorlib/getfolderpath] Special-case MacOS X.
2011-01-03 Miguel de Icaza[mscorlib] New Path.Combine methods are exposed interna...
2011-01-03 Miguel de Icaza[mscorlib/getfolderpath] Remove MonoTODO
2011-01-03 Miguel de Icaza[GetFolderPath] Handful of .NET 4 changes
2011-01-03 Miguel de Icaza[mscorlib] inside mscorlib Platform's value will be...
2011-01-03 Marek Habersack[corlib] Fix for bug #659061. Adjust size of the last...
2010-12-29 Marek SafarRemove no longer used BOOTSTRAP conditionals
2010-12-29 Marek SafarRemove no longer used bootstrap profiles
2010-12-23 Marek SafarFixed wrong AttributeUsageAttribute
2010-12-23 Marek SafarImplement missing v4 attribute types
2010-12-23 Marek SafarFixed corlib tests to run on en-gb
2010-12-22 Marek SafarFixed NumberFormatInfo.InvariantInfo currency symbol
2010-12-17 Jérémie LavalRemove a leftover debugging scwl
2010-12-17 Marek SafarAdd an error to obsolete attribute to get consistent...
2010-12-16 Jérémie LavalClean and finish TaskFactory
2010-12-16 Jérémie LavalAdd support for storing elements with the same hashcode...
2010-12-16 Marek SafarSwitch to single mcs compiler for all managed code...
2010-12-16 Marek SafarSome 4.0 API tweaks
2010-12-15 Jb EvainMake sure AppdDomain.PermissionSet doesn't return null
2010-12-15 Jérémie LavalAdd missing members in AggregateException
2010-12-15 Jérémie LavalAdd prototype for Parallel.For long overloads
2010-12-15 Jérémie LavalYet more parameter manual fixup
2010-12-15 Jérémie LavalMore parameter renaming
2010-12-15 Sebastien Pouliot[moon] Return true for IsolatedStorageFile.IsEnabled
2010-12-15 Sebastien PouliotTest case for security issue
2010-12-15 Jérémie LavalUpdate Task parameter names
2010-12-15 Marek SafarKeep only single Dispose implementation in ResourceReader
2010-12-15 Marek SafarSome .net 4.0 api compatibility fixes
2010-12-13 Jérémie LavalIncrement Count even on single-processor in SpinWait...
2010-12-13 Marek SafarRe-enable EmbedResourceFile overload used by al.exe
2010-12-10 Marek SafarRemoved compiler generated attributes
2010-12-09 Jérémie LavalFix semantic of CountdownEvent Reset methods. Fix ...
2010-12-09 Marek SafarFix parameter name
2010-12-09 Jérémie LavalFix behavior of Partitioner.Create when more than one...
2010-12-07 vvaradhanMerge branch 'master' of github.com:mono/mono into...
2010-12-03 Jérémie LavalFixicate some unit test
2010-12-03 Jérémie Laval[Task scheduler] Change waiting layout/wakeup point...
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
next