Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-12-02[csproj] Update order.xml and csproj filesAlexander Köplinger
2015-12-02[csproj] Remove *net_4_5.csproj files from the class libsAlexander Köplinger
2015-11-16[System.Threading.Tasks.Dataflow] Replace implementation with CoreFx versionAlexander Köplinger
2015-11-12[Dataflow] Fix flaky tests by bumping timeoutsAlexander Köplinger
2015-10-26[tests] Increase timeout before failingLudovic Henry
2015-09-14[build] Generated up-to-date net_4_x MSBuild projects.João Matos
2015-03-17[genproj] Re-generated the class library projects.João Matos
2015-03-08[Dataflow] Disable flaky FaultExecutingConsume () testAlexander Köplinger
2015-03-02[build] Add the assemblies in LIB_REFS to LIB_MCS_FLAGS automatically to redu...Zoltan Varga
2015-02-27[build] Add dependency information for class libraries using a LIB_REFS varia...Zoltan Varga
2015-01-29[build] Updated the class library MSBuild projects.João Matos
2015-01-17[bcl] Fix System.Threading.Tasks.Dataflow tests.Zoltan Varga
2015-01-16[System.Threading.Tasks.Dataflow] update atomicboolen locationMarek Safar
2015-01-13[build] Updated csproj files.Marcos Henrich
2014-12-03[bcl] Remove all uses of Thread.Volatile{Read,Write}.Alex Rønne Petersen
2014-05-25[build] the csproj files can now do a full class libraries buildMiguel de Icaza
2014-05-24[build] Fresh new csproj files based on the updated build system.Miguel de Icaza
2014-04-19Refreshed the CSProj files to use the new output build directoryMiguel de Icaza
2013-07-02Update csproj filesMarek Safar
2013-05-30Improve the reliability and error reporting of the TPL Dataflow test suite.Rodrigo Kumpera
2013-02-21Update 4.5 bcl solution filesMarek Safar
2013-02-07Update csproj filesMarek Safar
2012-09-26Upadte csproj filesMarek Safar
2012-08-20Fixed race condition in Receive()Petr Onderka
2012-08-20Project file changes by Visual StudioPetr Onderka
2012-08-20Fixed race condition in race condition testPetr Onderka
2012-08-20Finished adding documentation for non-public types and methodsPetr Onderka
2012-08-20Removed nonsensical lockPetr Onderka
2012-08-20Correctly implemented Choose()Petr Onderka
2012-08-20Started adding documentation for non-public types and methodsPetr Onderka
2012-08-20Fixed completion of PropagatorWrapperBlockPetr Onderka
2012-08-20Removed nonsensical call that didn't actually do anythingPetr Onderka
2012-08-20No need to start new Task if there is only one item in the queuePetr Onderka
2012-08-20Some tests need more timePetr Onderka
2012-08-20Work around issue with old NUnit and comparing collectionsPetr Onderka
2012-08-20Don't cancel unstarted Tasks on cancellationPetr Onderka
2012-08-20Fixed unit test to work with old NUnitPetr Onderka
2012-08-20Handle consumeToAccept with MaxNumberOfGroups correctlyPetr Onderka
2012-08-20Store multiple exceptions in Completion correctlyPetr Onderka
2012-08-20Added test for MaxMessages with BroadcastBlockPetr Onderka
2012-08-20consumeToAccept shouldn't reservePetr Onderka
2012-08-20Make sure cancellation behaves the same as faulting wrt output queuePetr Onderka
2012-08-20Implemented execution block ctors for async actionsPetr Onderka
2012-08-20Implemented NullTarget()Petr Onderka
2012-08-20Fixed declaration differencesPetr Onderka
2012-08-20Made block interfaces variantPetr Onderka
2012-08-20Fixed race condition in OfferMessage()Petr Onderka
2012-08-20Forgot to use AssertExPetr Onderka
2012-08-20Added forgotten files to sourcesPetr Onderka
2012-08-20Throw the correct exception if Receive() is cancelledPetr Onderka