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-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
2015-02-12[encoding] as part of referencesource import, use new EncodingHelper class.Atsushi Eno
2015-01-29[runtime] MonoIO methods using SafeHandle now prevent handle reuse.Marcos Henrich
2015-01-26[corlib] FileStream now uses SafeFileHandle.Marcos Henrich
2015-01-26[corlib] Changed some MonoIO methods to use SafeHandle.Marcos Henrich
2015-01-16[TPL] Replace implementation by Microsoft reference sourcesLudovic Henry
2015-01-14[bcl] Remove NET_4_5 defines from class libs.Zoltan Varga
2015-01-14[bcl] Remove NET_4_0 defines from class libs.Zoltan Varga
2015-01-13[corlib] Close underlying synchronized stream. Fixes #25498Marek Safar
2015-01-12do not use liblog's absolute path in DllImportRadek Doulik
2014-09-11[corlib] Enumerate all subdirectories including the first one. Fixes #22857Marek Safar
2014-08-25[corlib] corcompare updateMarek Safar
2014-08-12[corlib] Remove heavyweight EndsWith from 1bff9d890f95e72e4145d48980a05908c87...Marek Safar
2014-08-08Fixed Path.GetFullPath to work correctly when the current path is '/'.João Matos
2014-05-30FileInfo members that rely on System.Security.AccessControl are now inside a ...marcos henrich
2014-05-28Removed NET_2_1 conditional blocks from FileInfo. Fixes #19862.marcos henrich
2014-05-08[corlib] Use invariant culture for GetTempFileName generatorMarek Safar
2014-05-05[corlib] Remove stale commentsMiguel de Icaza
2014-02-12[mscorlib] Path: fix GetFullPath (/../bin/bash) to return /bin/bash, not bin/...Miguel de Icaza
2014-02-05[corlib] Path.Combine with variable arguments length where one is empty shoul...Marek Safar
2014-02-05[corlib] Use shared version of utf8 encoding in stream readerMarek Safar
2014-02-04[corlib] Initialize null stream readerMarek Safar
2014-01-20Merge pull request #876 from knocte/masterMarek Safar
2014-01-19Fix very sticky typo in numerous placesAndrés G. Aragoneses
2014-01-18[corlib] BinaryStream sting reading from custom stream uses correct count. Fi...Marek Safar
2013-10-04Fix inacurrate referenceMiguel de Icaza
2013-09-22Pass cancellation token to CopyAsync read blockMarek Safar
2013-07-05Correctly reset buffer for nested asynchronous file stream writes. Fixes #12777Marek Safar
2013-06-28Fix for bug 12892 - Path.GetFullPath() may return incorrect relative path und...TalAloni
2013-06-05Make sure the behavior between GetFiles and EnumerateFiles are the same regar...Rodrigo Kumpera
2013-06-04[corlib] Don't throw UnauthorizedAccessException from Path.GetTempFileNameJonathan Pryor
2013-05-16revert my 2 last commitsRadek Doulik
2013-05-16add System.Net.Http.Formatting to monodroid buildRadek Doulik
2013-05-09StreamWriter async methods cannot call base TextWriter async methods. Fixes #...Marek Safar
2013-04-24Remove double verification checksMarek Safar