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-05-12Fix System.dll mobile builds.Atsushi Eno
2015-05-11[bcl] Fix Process.OnExited multiple call with the MS ThreadPoolLudovic Henry
2015-05-11[system] CompilerParameters from reference sourcesMarek Safar
2015-04-30Fix spelling of number in IOException messageAaron Hoffman
2015-04-24Upadate socket and add OSSupportsIPv4 in net 4.0anikilatorbeta
2015-04-21Merge pull request #1699 from ludovic-henry/threadpool-managedRodrigo Kumpera
2015-04-21Merge pull request #1721 from jaredpar/fix-attribute-genAlexander Köplinger
2015-04-21Emit assembly attributes after Import statementsjaredpar
2015-04-21[System] Replaced System.Process lock(this)Marcos Henrich
2015-04-21[System] Process.Exited is now thread safe.Marcos Henrich
2015-04-20[Socket] Add DualMode property and adjust to Mono semantics (continuation to ...Miguel de Icaza
2015-04-20[threadpool-io] Move Mono(Socket)RuntimeWorkItem ExecuteWorkItem code to (Soc...Ludovic Henry
2015-04-20Merge pull request #1691 from esdrubal/exiteventMarcos Henrich
2015-04-20Merge pull request #1222 from LogosBible/uri-trycreateMarcos Henrich
2015-04-19[Socket] Fix the socket ctor base call, and document the reason; Fixes #20048Miguel de Icaza
2015-04-17[system] Fixes mobile buildMarek Safar
2015-04-17[corlib] More exceptions from reference sourcesMarek Safar
2015-04-15remove unused CodeDom sources.Atsushi Eno
2015-04-14[CodeDom] disable wrong test (see [Ignore] comment).Atsushi Eno
2015-04-14Import CodeDom types and Compiler.CodeGenerator class from referencesource.Atsushi Eno
2015-04-13[Socket] Fix SocketTest.TtlChangeOverflow test failing on non Mac platformLudovic Henry
2015-04-10[System] Added missing files to mobile_System.dll.sources.Marcos Henrich
2015-04-10[System] Removed SafeSocketHandle unused code.Marcos Henrich
2015-04-09[Socket] Use type specific read and write queue for SocketAsyncWorkerLudovic Henry
2015-04-09[Socket] Cleanup of SocketAsyncWorker, SocketAsyncResult and SocketAsyncEvent...Ludovic Henry
2015-04-09[Socket] Refactor SocketAsyncResult enqueuingLudovic Henry
2015-04-09[Socket] Move remaining icalls and struct from Socket_2_1.cs to Socket.csLudovic Henry
2015-04-09[Socket] Inline InvalidAsyncOp into ValidateEndIAsyncResultLudovic Henry
2015-04-09[Socket] Move Dispose related methods to their regionLudovic Henry
2015-04-09[Socket] Move Shutdown related methods to their regionLudovic Henry
2015-04-09[Socket] Move Close related methods to their regionLudovic Henry
2015-04-09[Socket] Move IOControl related methods to their regionLudovic Henry
2015-04-09[Socket] Move Poll related methods to their regionLudovic Henry
2015-04-09[Socket] Move SetSocketOption related methods to their regionLudovic Henry
2015-04-09[Socket] Move GetSocketOption related methods to their regionLudovic Henry
2015-04-09[Socket] Move SendPackets related methods to their regionLudovic Henry
2015-04-09[Socket] Move Listen related methods to their regionLudovic Henry
2015-04-09[Socket] Move DuplicateAndClose related methods to their regionLudovic Henry
2015-04-09[Socket] Remove unused CheckRange methodLudovic Henry
2015-04-09[Socket] Move Bind related methods to their regionLudovic Henry
2015-04-09[Socket] Move SendFile related methods to their regionLudovic Henry
2015-04-09[Socket] Move SendTo related methods to their regionLudovic Henry
2015-04-09[Socket] Move Send related methods to their regionLudovic Henry
2015-04-09[Socket] Move ReceiveMessageFrom related methods to their regionLudovic Henry
2015-04-09[Socket] Move ReceiveFrom related methods to their regionLudovic Henry
2015-04-09[Socket] Move Receive related methods to their regionLudovic Henry
2015-04-09[Socket] Move Disconnect related methods to their regionLudovic Henry
2015-04-09[Socket] Move Connect related methods to their regionLudovic Henry
2015-04-09[Socket] Move Accept related methods to their own regionLudovic Henry
2015-04-09[Socket] Move properties to their own regionLudovic Henry