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
2017-03-12[corlib] FileStream::Name needs to include fully qualified normalized name. F...Marek Safar
2017-01-25Enabling Windows specific code paths with WIN_PLATFORMHenric Müller
2017-01-20[io-layer] Extract file (#4255)Ludovic Henry
2016-12-06[corlib] Put back Directory.GetDirectoryRoot() which was accidentally removedAlexander Köplinger
2016-12-01[corlib] Use Directory.GetFiles/GetDirectories implementation from references...Alexander Köplinger
2016-09-23[bcl] Add missing APIs for netstandard parity and expose a few APIs on mobileAlexander Köplinger
2016-09-15[bcl] Fix few warningsMarek Safar
2016-08-24Path.CleanPath() does not always replace AltDirectorySeparatorCharNiklas Therning
2016-08-23Merge pull request #3426 from ntherning/fix-handle-leak-in-DirectoryInfo.Enum...Niklas Therning
2016-08-23Fixes a handle leak in DirectoryInfo.EnumerateFileSystemInfos()Niklas Therning
2016-08-23[corlib] EventWaitHandle from referencesourceMarek Safar
2016-08-19Fixes MonoTests.System.IO.DirectoryTest.DeleteDirectoryOnExistingFileName onNiklas Therning
2016-08-18[mcs] Replace NET_2_1 by MOBILELudovic Henry
2016-07-26[bcl] Update some of .net apisMarek Safar
2016-07-14Move check for slash inside of existing short path check and do a char compar...Jonathan Chambers
2016-07-13Fix Path.GetFullPath for roots on WindowsJosh Peterson
2016-04-22[corlib] FileInfo from referencesourceMarek Safar
2016-04-22[corlib] FileSystemInfo from reference sourceMarek Safar
2016-04-14Support SerializeObjectState for System.Exception (bug #39824)Andi McClure
2016-04-12[corlib] Handle CreateDirectory with relative paths. Fixes #40187Marek Safar
2016-03-16[corlib] Fix FileInfo.ToString after MoveToMarcos Henrich
2016-02-25[corlib] Fixed MonoIO.Write loop.Marcos Henrich
2016-02-25[corlib] Fixed FileStream Write after Read issueMarcos Henrich
2016-02-16[corlib] Fix FileInfo.MoveTo with same name.Marcos Henrich
2016-01-29Remove ChangeLog files from the repoAlexander Köplinger
2015-11-26[mscorlib] Do not include a win32-p/invoke call (GetFullPathName) for the mob...Sebastien Pouliot
2015-11-13[IO] Dump handle when we run out of themLudovic Henry
2015-10-06[System] Make process pipe creation exception more verboseLudovic Henry
2015-08-20Fixes mobile buildMarek Safar
2015-08-19[corlib] Add underlying Console stream specialization to FileStreamMarek Safar
2015-08-19[corlib] Remove unused icallMarek Safar
2015-08-19[corlib] Remove unused fileMarek Safar
2015-08-19[corlib] Add FileStream safe handle argument checkMarek Safar
2015-07-29[corlib] Fix out of range FileStream position error messageMarek Safar
2015-06-03[corlib] Referencesource UnmanagedMemoryAccessor.Marcos Henrich
2015-04-09[corlib] Buffer from reference sourcesMarek Safar
2015-04-08[corlib] IO exceptions from reference sourcesMarek Safar
2015-04-08[corlib] TypeLoadException from reference sourcesMarek Safar
2015-03-25[corlib] String from reference sources, fixes mostly string.format issuesMarek Safar
2015-03-23[corlib] System.Resources from reference sourcesMarek Safar
2015-02-24[corlib] Use HGlobalUnmanagedMemoryStream directly from MonoTouch timezoneinfoMarek Safar
2015-02-24[corlib] BinaryWriter/BinaryReader from reference sourcesMarek Safar
2015-02-24[corlib] UnmanagedMemoryStream from reference sourcesMarek Safar
2015-02-20[corlib] Fixes build with old UnmanagedMemoryStreamMarek Safar
2015-02-19[corlib] BufferedStream from reference sourcesMarek Safar
2015-02-19[corlib] Text streams from reference sourcesMarek Safar
2015-02-19[corlib] Use public TextWriter.Synchronized for Console synchronization and l...Marek Safar
2015-02-19[corlib] Stream, MemoryStream from reference sourcesMarek Safar
2015-02-19[corlib] Rename IsDirectorySeparator method to match reference sourcesMarek Safar
2015-02-18[corlib] Removes extra bufffer from FileStream async mode writes. Fixes #27086Marek Safar