Bring TaskExtensions to the mobile profile. Fix bug #2769
[mono.git] / mcs / class / corlib /
2012-01-11 Marek SafarMerge pull request #214 from QuickJack/cd2c570c5543963d...
2012-01-09 Gonzalo Paniagua... Merge pull request #211 from symform/master
2012-01-06 Zoltan VargaAllow enum->basetype argument conversion in CreateDeleg...
2012-01-05 Rodrigo Kumperadisassemble the agressive-inlining flag correctly.
2012-01-04 Rolf Bjarne KvingeFileStream: use 4k as the default buffer size
2012-01-04 Sebastien PouliotImplement new FX4 methods to add new algorithms/oids...
2012-01-02 Zoltan VargaMerge pull request #203 from Jester01/jester/mmap
2011-12-20 Rodrigo KumperaAdd a missing StructLayout attribute to MonoAsync.
2011-12-19 Zoltan VargaFix List.LastIndexOf () on empty lists. Fixes #2558.
2011-12-13 Rodrigo KumperaSwitch to precise scanning of corlib.
2011-12-13 Rodrigo KumperaAdd all missing sequential layout directives to corlib...
2011-12-13 Marek HabersackMerge pull request #201 from QuickJack/master
2011-12-12 Marek SafarMerge pull request #200 from ch5oh/master
2011-12-11 Rodrigo KumperaPass the paramerer name to ArgumentException constructor.
2011-12-11 Rodrigo KumperaTuple structural compare shold return false instead...
2011-12-08 Zoltan VargaMerge branch 'master' of github.com:mono/mono
2011-12-07 Rodrigo KumperaFix parameter name in the exception constructor.
2011-12-07 Ankit JainMerge pull request #199 from slide/master
2011-12-07 Zoltan VargaFix argument checking order in GetInterfaceMap ().
2011-12-07 Gonzalo Paniagua... Merge pull request #194 from QuickJack/master
2011-12-05 Zoltan VargaDisable some unstable Task tests.
2011-12-02 Miguel de IcazaInclude System.IO.MemoryMappedFiles in the MOBILE profile
2011-11-30 Marek SafarAdd tests for InternalArray::GetIndex
2011-11-30 Marek SafarFix Array::Contains for null items via ICollection...
2011-11-30 Sebastien PouliotEnsure that [Parameterized]ThreadStart code is always...
2011-11-24 Miguel de IcazaUpdated with Xamarin copyrights
2011-11-22 Rodrigo KumperaScan all ephemeron arrays during nursery collections.
2011-11-22 Paolo MolaroFixed StringBuilder.Clear() to properly clear the cache...
2011-11-21 Jonathan Pryor[MonoDroid] Only alias stdout/stderr on Android devices.
2011-11-21 Jonathan Pryor[corlib] On Android, alias stdout/stderr to logcat.
2011-11-20 Miguel de IcazaFix the Stderr StreamWriter
2011-11-11 Marek SafarFix few warnings
2011-11-09 Miguel de IcazaUpdate two days worth of copyrights, many more missing
2011-11-09 Zoltan VargaMerge branch 'master' of github.com:mono/mono
2011-11-08 Neale FergusonMerge branch 'master' of ssh://github.com/mono/mono
2011-11-08 Marek SafarAdd optimization for Timeout.Infinite
2011-11-08 Sebastien PouliotWorkaround AOT limitation for bug #1443. Patch by Rodri...
2011-11-08 Sebastien PouliotMonoTouch specific initialization for TimeZone (devices...
2011-11-07 Marek SafarFix subtle issues with CancellationTokenSource and...
2011-11-06 Zoltan VargaGet rid of IsCompilerContext, mcs no longer uses SRE.
2011-11-06 alexrpDon't allow invoking methods that return by-ref types...
2011-11-06 Gonzalo Paniagua... Merge pull request #188 from damageboy/exposed-handle...
2011-11-05 Dan ShechterMatched FileStream behaviour with MS.NET
2011-11-04 Zoltan VargaDefine MONO_PATH as an absolute dir for the 'run-test...
2011-11-04 Zoltan VargaAdd a 'captured_traces' field to Exception, holding...
2011-11-04 Zoltan VargaIgnore ExceptionDispatchInfoTest:Throw() until it is...
2011-11-04 Marek SafarFix sbyte/short parse of hexadecimal values. Fixes...
2011-11-04 Marek SafarDon't ignore Inherited flag in Attribute.IsDefined...
2011-11-04 Marek SafarFix LazyInitializer
2011-11-03 Marek SafarImporove ExceptionDispatchInfo unit test
2011-11-03 Marek SafarPartially implement ExceptionDispatchInfo
2011-11-03 Marek SafarAdd type forwarding for ExtensionAttribute
2011-11-02 Marek SafarAdd few 4.5 types to compile MEF2
2011-10-29 Marek SafarRemove never used Task::Execute parameter
2011-10-28 Alex Rønne PetersenMerge pull request #186 from QuickJack/master
2011-10-28 Jeremie LavalAlso disable selectively this test at runtime
2011-10-28 Jeremie LavalRefactor unit test a bit
2011-10-27 Marek SafarMove TrySet method from TaskCompletionSource to Task...
2011-10-26 Marek SafarDon't allocate TaskActionInvoker for TaskCompletionSource
2011-10-26 Jeremie LavalRun unobserved task exception processing on the finaliz...
2011-10-25 Marek SafarRemove unwanted WaitHandle finalizer
2011-10-25 Jérémie LavalRemove TaskScheduler useless finalizer
2011-10-24 Marek SafarAdd System.Reflection.ReflectionContext
2011-10-24 Marek SafarAdd some missing methods
2011-10-22 Gonzalo Paniagua... Merge pull request #185 from QuickJack/master
2011-10-22 Jeremie LavalUse only one class hierarchy for task continuations
2011-10-21 Marek SafarImplement ContinueWhenAny/ContinueWhenAll with less...
2011-10-21 Marek SafarSetup await continuation without extra task
2011-10-21 Marek SafarDon't create wrapper anonymous method for Task.Factory...
2011-10-21 Marek SafarEnable volatile tests
2011-10-21 Marek SafarCreate Task continuation with less intermediate delegates
2011-10-20 Zoltan VargaAdd tests for Thread.VolatileRead/Write
2011-10-20 Jeremie LavalAdd a memory barrier after each status change
2011-10-20 Jeremie LavalMove Thread.MemoryBarrier call into Task for every...
2011-10-19 Marek SafarFix make dist
2011-10-19 Marek SafarFix 4.5 conditional
2011-10-19 Marek SafarImplement System.Threading.Volatile
2011-10-19 Marek SafarFix a race in underlying Task.Wait infrastructure
2011-10-18 Marek SafarFix few races in ManualResetEventSlim and make it compa...
2011-10-17 Marek SafarCompatibility fixes to CountdownEvent
2011-10-17 Marek SafarDon't run expensive WaitAll when there is nothing to...
2011-10-17 Zoltan VargaAdd locking to EventWaitHandle.Set/Reset to avoid crash...
2011-10-15 Jérémie LavalMake ManualResetEventSlim Dispose/(Set,Reset) combo...
2011-10-15 Jérémie LavalMove files around
2011-10-15 Jérémie LavalRemove need for a delegate instance in CountdownEvent...
2011-10-15 Jérémie LavalFirst take at an updated Task.WaitAll
2011-10-15 Jérémie LavalUpdate lastest two task unit tests
2011-10-15 Jérémie LavalFix ListPop
2011-10-15 Jérémie LavalInsert the unregister call in the finally handler too
2011-10-15 Jérémie LavalClean event registration when wait is unsuccessful
2011-10-15 Jérémie LavalAdd unit test for when multiple wait are registered...
2011-10-15 Jérémie LavalEnsure there is no mutually exclusive TaskContinuationO...
2011-10-15 Jérémie LavalMove CompletionContainer to use ConcurrentOrderedList...
2011-10-15 Jérémie LavalAdd a pop front operation to ConcurrentOrderedList
2011-10-15 Jérémie LavalRemove schedWait event since it's not needed anymore...
2011-10-14 Jérémie LavalUpdate Wait and WaitAny with event disposal and single...
2011-10-14 Jérémie LavalCall correctly Dipose in CoutdownEvent
2011-10-14 Jérémie LavalUpdate ManualResetEventSlim to handle disposal correctly
2011-10-14 Marek SafarAdd more Task tests
2011-10-14 Jérémie LavalDon't special casee adding a TaskCanceledException...
next