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-11-28[sdks] Use runtime logging features to intercept Console.{Out,Error} and runt...Ludovic Henry
2017-11-17[System.IO] Directory.Exists() now resolves the full path first. Fixes #60267Alexis Christoforides
2017-10-24[coop-handles] System.IO.MonoIO.FindFirstFileJon Purdy
2017-10-24[coop-handles] System.IO.MonoIO.SetFileAttributesJon Purdy
2017-10-24[coop-handles] System.IO.MonoIO.SetCurrentDirectoryJon Purdy
2017-10-24[coop-handles] System.IO.MonoIO.ReplaceFileJon Purdy
2017-10-24[coop-handles] System.IO.MonoIO.RemoveDirectoryJon Purdy
2017-10-24[coop-handles] System.IO.MonoIO.OpenJon Purdy
2017-10-24[coop-handles] System.IO.MonoIO.MoveFileJon Purdy
2017-10-24[coop-handles] System.IO.MonoIO.GetFileStatJon Purdy
2017-10-24[coop-handles] System.IO.MonoIO.GetFileAttributesJon Purdy
2017-10-24[coop-handles] System.IO.MonoIO.DeleteFileJon Purdy
2017-10-24[coop-handles] System.IO.MonoIO.CreateDirectoryJon Purdy
2017-10-24[coop-handles] System.IO.MonoIO.CopyFileJon Purdy
2017-09-29[w32file] Move MonoIO.Find{First,Next,Close} to managedLudovic Henry
2017-09-29[w32file] Remove dead codeLudovic Henry
2017-05-16[corlib] Remove the File.Exists check before opening the file.Rodrigo Kumpera
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