Move some async types to corlib
[mono.git] / mcs / class /
2011-09-19 Marek SafarMove some async types to corlib
2011-09-19 Marek SafarUpdate public corlib api
2011-09-19 Michael Hutchinson[Mono.Debugger.Soft] Support custom transports
2011-09-18 Sebastien PouliotFix typo (bug #808)
2011-09-18 Sebastien PouliotExpose Dispose under the NET_2_1 based profiles. Fix...
2011-09-16 Paolo MolaroGetMarshalledDomainObjRef() is needed also in the 2...
2011-09-16 Sebastien PouliotAllow commit/rollback/update events to work under MonoT...
2011-09-15 Paolo MolaroAdded the new mobile profile to the build.
2011-09-15 Gonzalo Paniagua... Remove duplicate 'using' statement
2011-09-14 Gonzalo Paniagua... Stop lying in the comments
2011-09-14 Gonzalo Paniagua... Report compilation errors when the type named in 'class...
2011-09-13 Miguel de IcazaUpdate copyrights
2011-09-13 Tom HindleStore current threads Synchronization Context, if prese...
2011-09-13 Rolf Bjarne Kvinge[System.Data] Delay column expression evaluation after...
2011-09-13 Rolf Bjarne Kvinge[System.Data] Properly clone a column's extended proper...
2011-09-13 Gonzalo Paniagua... Delay initialization of the stream until first read
2011-09-13 Gonzalo Paniagua... Internal worker is kept while there is an ongoing operation
2011-09-12 Sebastien PouliotMore fixes for running unit tests under NET_2_1 profile
2011-09-10 Miguel de IcazaVarious fixes to the Expression parser, the fixes include:
2011-09-09 Sebastien PouliotAdjust corlib unit tests to reduce failures when execut...
2011-09-09 Sebastien Pouliotfix FileStream test failures under Mac OSX
2011-09-09 Sebastien PouliotThrowing IsolatedStorageException is a Moonlight-behavi...
2011-09-09 Sebastien PouliotEnsure we can roundtrip 'Local' (special case) timezone...
2011-09-09 Sebastien PouliotReturn null instead of catching Activator exception...
2011-09-07 Marek SafarAssign uninitialized out parameter
2011-09-07 Sebastien PouliotAdd null-check on 'partDesc'. Fix bug #612 (WCF regression)
2011-09-06 Jérémie LavalRework TaskFactory.FromAsync, it was a bit messy.
2011-09-06 Jérémie LavalUse a TaskCompletionSource in non-generic ContinueWhenA...
2011-09-06 Marek SafarAdd more async extensions
2011-09-06 Marek Safarmake test public
2011-09-06 Marek SafarRevert part of 4a17e24982852fc0d939 which broke most...
2011-09-06 Marek SafarRemove NET_2_0
2011-09-06 Marek SafarFix ResourceSet regression caused by 4a17e24982852fc0d939
2011-09-06 Marek SafarRemove NET_2_0
2011-09-06 Marek SafarFix wrong string unit test
2011-09-06 Marek SafarRemove NET_2_0
2011-09-05 Marek SafarFew corcompare fixes
2011-09-05 Marek SafarRemove NET_2_0
2011-09-05 Jérémie LavalRevert 12fdfa365c2aa449c132bf0e04f59393792479f0 and...
2011-09-04 Zoltan VargaImplement AppDomain.ResourceResolve. Fixes #579.
2011-09-02 Marek SafarImplement Stream ReadAsync/WriteAsync
2011-09-02 Marek SafarMake Stream BeginRead/BeginWrite asynchronous
2011-09-02 Marek SafarMake MemoryStream more .net compatible
2011-09-02 Marek SafarRemove NET_2_0 conditional
2011-09-02 Marek SafarAdd new test
2011-09-03 Atsushi EnoXDocument could also be filled IXmlLineInfo.
2011-09-01 Marek SafarMerge pull request #168 from tomaszkubacki/master
2011-09-01 Marek SafarFix wrong condition
2011-09-01 Marek SafarImplement properly TaskFactory::FromAsync
2011-09-01 Marek SafarAdd missing finalizer
2011-09-01 Marek SafarMake Task debugging more pleasant
2011-09-01 Atsushi EnoDiffLoader didn't handle encoded name and caused mismat...
2011-08-31 Atsushi EnoFix invalid path check for Windows regarding ':'.
2011-08-31 Atsushi EnoAdd test for bug #545.
2011-08-31 Atsushi EnoEncoderReplacementFallbackBuffer.Reset() did not really...
2011-08-31 Zoltan VargaDisable some invalid string ctor tests
2011-08-31 Zoltan VargaFix the namespace of some corlib tests
2011-08-31 Chris Toshokprepend $(CURDIR) to jay input files so that the debugg...
2011-08-30 Atsushi EnoImplement IXmlLineInfo on XLinq node reader.
2011-08-30 Atsushi EnoLineInfo on namespace nodes were missing.
2011-08-29 Zoltan VargaFix the taken==true argument check in the v4 monitor...
2011-08-29 Jb EvainUpdate Mono.Cecil
2011-08-29 Jb EvainComplete README
2011-08-29 Jb EvainAdd README to specify Cecil's update procedure
2011-08-29 Jb EvainDelete deprecated solution file
2011-08-29 Sebastien PouliotFix bug #380. Patch from bnc#605795 were not committed...
2011-08-28 Jérémie LavalDo not set WaitingToRun status when trying to run synch...
2011-08-28 Jérémie LavalCheck and throw if a task reportedly executed isn't...
2011-08-28 Jérémie LavalCheck that CancellationToken coming from OperationCance...
2011-08-24 Alexander ChebaturkinThe base architecture for code-contracts analysis
2011-08-24 Marek SafarCheck TaskFactory continuation options
2011-08-25 Atsushi EnoRevert GET switch for serializing requests. BodyWriter...
2011-08-24 Atsushi Enofor GET request, just skip the member. It does not...
2011-08-24 Atsushi EnoSkip serialization when the return type is void.
2011-08-24 Atsushi EnoDo not try to output empty message body to logs.
2011-08-24 Atsushi EnoWhen there is void return, the common message formatter...
2011-08-24 Atsushi EnoReturnValue in MessageDescription was missing when...
2011-08-24 Atsushi EnoDifferentiate GET query parameter binding from another...
2011-08-24 Atsushi EnoWhen there was no path parameter, it ignored the whole...
2011-08-24 Atsushi EnoThis filter should ignore port, and should not filter...
2011-08-23 Jérémie LavalAdd System.Threading.Tasks.Dataflow assembly to the...
2011-08-23 Marek SafarRemove wrong assembly attribute
2011-08-23 Marek SafarMerge pull request #162 from garuma/tpl-dataflow-blocks
2011-08-23 Atsushi EnoUriTemplate should not be mandatory, make it optional...
2011-08-22 Jérémie LavalUse events to wait for completion (where applicable...
2011-08-22 Jérémie LavalFix file name in source comment
2011-08-22 Jérémie LavalRemove #if NET_4_0 and add MonoTODO attribute
2011-08-22 Jérémie LavalAdd blocks implementation
2011-08-22 Atsushi EnoFix mobile builds in the latest Tasks change.
2011-08-20 Jérémie LavalUpdate System build too
2011-08-20 Jérémie LavalSplit internal types in their own files
2011-08-20 Jérémie LavalThrow when a non-finished task is started
2011-08-20 Jérémie LavalMake TaskCompletionSource methods thread-safe
2011-08-20 Jérémie LavalMove old default task scheduler to Mono.Parallel
2011-08-20 Jérémie LavalRevert "Remove the old PFX Scheduler from the build"
2011-08-20 Miguel de IcazaRemove the old PFX Scheduler from the build
2011-08-19 Rodrigo KumperaFix variance test involving nullable types.
2011-08-19 Marek SafarSplit TaskFactory.cs file
2011-08-19 Marek SafarTaskCompletionSource.SetException cannot be used with...
2011-08-18 Marek SafarRun scheduled continuation on current context
next