To header rewrite only happens in Adhoc mode.
[mono.git] / mcs / class / corlib /
2011-02-22 Rodrigo KumperaProperly check arguments in List<T> ICollection.CopyTo.
2011-02-22 Zoltan VargaFix a warning.
2011-02-22 Zoltan VargaFix the windows build.
2011-02-19 Gonzalo Paniagua... Fix the check for version and PublicKeyToken
2011-02-19 Marek SafarFix cygwin build
2011-02-18 Rodrigo KumperaHandle overrides on events when retrieving cattrs.
2011-02-17 Marek SafarDon't use runtime flag for basic compiler (it still...
2011-02-17 Jeffrey StedfastFixed exception string (spaces between words = good)
2011-02-17 Marek SafarSet correct runtime version for corlib now when mcs...
2011-02-17 Jérémie LavalAllow people to optionally fallback to the old schedule...
2011-02-17 Jérémie LavalRemove ctors in TpScheduler
2011-02-17 Jérémie LavalMake TryExecuteTaskInline a bit smarter
2011-02-17 Jérémie LavalRefactor common code block of TpScheduler and SyncConte...
2011-02-17 Jérémie LavalKill old IScheduler interface.
2011-02-17 Jérémie LavalWhen finding best worker number in Parallel loops use...
2011-02-17 Jérémie LavalAdapt TpScheduler to the new API in TaskScheduler
2011-02-17 Jérémie LavalCache callback delegate in TpScheduler when passing...
2011-02-17 Jérémie LavalDon't create a new lambda everytime when queuing Task...
2011-02-17 Jérémie LavalTry to execute task inline when they are ready to run...
2011-02-17 Jérémie LavalThreadpool Task scheduler
2011-02-17 Jérémie LavalReturn a new object in ObjectPool when too much time...
2011-02-16 Jb Evainfix the mobile build
2011-02-16 Jérémie LavalTrack what task is currently executed by a ThreadWorker...
2011-02-16 Jérémie LavalImplement properly TaskScheduler's FromCurrentSynchroni...
2011-02-15 Jérémie LavalFix test failure in SplitOrderedList
2011-02-15 Jérémie LavalImplement TaskFactory.FromAsync
2011-02-14 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-02-14 Jérémie LavalCorrectly add ObjectPool to the build
2011-02-14 Jérémie LavalUse ObjectPool in SplitOrderedList
2011-02-14 Jérémie LavalFix wrong CAS check in SplitOrderedList
2011-02-14 Jérémie LavalUse ObjectPool in ConcurrentStack
2011-02-14 Jérémie LavalUse ObjectPool in ConcurrentQueue
2011-02-14 Jérémie LavalAdd concurrent implementation of an ObjectPool to reuse...
2011-02-14 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-02-13 Rodrigo KumperaMake Int32.Parse respect current culture.
2011-02-13 Mark ProbstMerge branch 'bugfix-main-thread-root'
2011-02-13 Miguel de IcazaAdd solution files
2011-02-11 Sebastien PouliotContinue X509Chain processing even if the local machine...
2011-02-11 Rodrigo KumperaMake maxStackSize behavior compatible with MS.
2011-02-10 Rodrigo KumperaAdd regression test for #668506
2011-02-10 Marek SafarFixes build
2011-02-10 Marek SafarFix restore typo
2011-02-09 Miguel de IcazaDo not throw if we get a RunAndCollect
2011-02-09 Miguel de IcazaStyle
2011-02-09 Gonzalo Paniagua... Move some code into their own methods.
2011-02-09 Gonzalo Paniagua... [Thread] Avoid using BinarySerialization
2011-02-09 Gonzalo Paniagua... Attempt 1
2011-02-09 Marek SafarFix corlib test
2011-02-09 Rolf Bjarne KvingeAdd MonoCQItem to the moonlight build, otherwise we...
2011-02-09 Rodrigo KumperaMerge branch 'master' of github.com:mono/mono
2011-02-08 Gonzalo Paniagua... [threadpool] Added dynamic concurrent queue implementation
2011-02-08 Miguel de IcazaAdd new test
2011-02-08 Miguel de IcazaFix Enum.HasValue, previous version crashed with negati...
2011-02-07 Marek Habersack[crypto] Added missing 4.0 algorithm names
2011-02-06 Zoltan VargaFix a warning/bug.
2011-02-03 Marek Habersack[reflection] Default binder's AdjustArguments method...
2011-02-02 Jérémie LavalSteal more agressively once we have found a potential...
2011-02-02 Jérémie LavalMove call to Set a bit higher to avoid calling them...
2011-02-02 Jérémie LavalAdjust some ThreadWorker constants
2011-02-02 Jérémie LavalDon't reset ThreadWorker event when it's not needed
2011-02-02 Jérémie LavalAvoid wrapping task body given as Action into Action...
2011-02-02 Jérémie LavalAlso check directly Task.IsCompleted when we are waiting
2011-02-02 Jérémie LavalAvoid possible races in ManualResetEventSlim in case...
2011-02-02 Jérémie LavalCache ChildWorkAdder delegate object in ThreadWorker
2011-02-02 Jérémie LavalLazy creation of the continuation queue in Task
2011-02-02 Jérémie LavalInline read and write calls in CyclicDeque
2011-02-02 Jérémie LavalMake some CyclicDeque operation faster
2011-02-01 Rodrigo KumperaDon't use finalization to cleanup dynamic methods.
2011-02-01 Jérémie LavalAdapt Parallel.For stealing to all processor flavors
2011-01-31 Jb Evainunbreak the build
2011-01-27 Jérémie LavalWorkaround stealing failure by disabling it in 32bits
2011-01-26 Kyle Ambroffversion tolerant serialization fails with missing primi...
2011-01-26 Kenneth BellImplement RawSecurityDescriptor.
2011-01-26 Kenneth BellImplement SecurityIdentifier and improve NTAccount.
2011-01-26 Marek SafarAvoid linear scan in GetEncoding and make the initializ...
2011-01-26 Marek SafarImprove compatibility of BinaryReader with non-default...
2011-01-26 Marek SafarImprove FileStream block reading performance little bit
2011-01-26 Geoff NortonFurther .NET 4.0 ification of the mobile profile
2011-01-25 Marek Habersack[corlib,crypto] RandomNumberGenerator implements IDispo...
2011-01-25 Geoff NortonAdd pfx to the mobile profile
2011-01-24 Mark ProbstMerge branch 'sgen-android'
2011-01-24 Jérémie LavalAdd a quirk for Parallel.For stealing
2011-01-24 Jérémie LavalRevert stealing changes in ListPartitioner, too much...
2011-01-24 Jérémie LavalFix range in ListPartitioner when initial division...
2011-01-24 Jérémie LavalTrack the end of the underlying enumerator in Enumerabl...
2011-01-24 Jérémie LavalSanitize parent-child relation in continuations
2011-01-24 Jérémie LavalDon't put back stuff in the shared work pool when walki...
2011-01-24 Jérémie LavalDon't execute self task so ravenously when waiting
2011-01-24 Jérémie LavalMake sure a synchronous continuation get executed synch...
2011-01-22 Gonzalo Paniagua... Fix Dispose()
2011-01-21 Jérémie LavalRestore test to its original state
2011-01-21 Jérémie LavalAdd a last resort mode to ThreadWorker participative...
2011-01-21 Jérémie LavalAllow multiple invocation of Task Execute method to...
2011-01-21 Jérémie LavalThrow when trying to ExecuteSynchronously a task that...
2011-01-21 Jérémie LavalMake NestedFuture test faster
2011-01-21 Zoltan VargaAdd NET 4.0 Assembly.UnsafeLoadFrom () method.
2011-01-20 Jérémie LavalBackport stealing fixups to Parallel.For
2011-01-20 Jérémie Laval[ListPartitioner] Borrow stealing algorithm from Parall...
2011-01-20 Jb EvainAdd test for bug 665788
2011-01-18 Jérémie LavalExpose ThreadWorker fields
next