Insert the unregister call in the finally handler too
[mono.git] / mcs / class / corlib / System.IO /
2011-09-29 Gonzalo Paniagua... Merge pull request #167 from konrad-kruczynski/send_asy...
2011-09-28 Marek SafarImplement stream async methods
2011-09-26 Marek SafarClean up mixed tabs and spaces
2011-09-25 Jérémie LavalMove things around in Task and Task_T
2011-09-22 Marek SafarAdd a few new async stream methods
2011-09-19 Marek SafarAdd few new 4.5 overloads
2011-09-19 Marek SafarMove some async types to corlib
2011-09-18 Sebastien PouliotExpose Dispose under the NET_2_1 based profiles. Fix...
2011-09-13 Miguel de IcazaUpdate copyrights
2011-09-09 Sebastien PouliotThrowing IsolatedStorageException is a Moonlight-behavi...
2011-09-02 Marek SafarMake Stream BeginRead/BeginWrite asynchronous
2011-09-02 Marek SafarMake MemoryStream more .net compatible
2011-09-01 Marek SafarMerge pull request #168 from tomaszkubacki/master
2011-08-31 Atsushi EnoFix invalid path check for Windows regarding ':'.
2011-08-05 Miguel de IcazaMerge pull request #129 from grumpydev/CryptoFixo
2011-08-05 Miguel de IcazaMerge pull request #138 from eisnerd/bug-winforms-datag...
2011-08-05 Miguel de IcazaMerge pull request #141 from LogosBible/surrogtate
2011-08-04 Atsushi EnoMerge pull request #146 from flutos/207ce0bccceec3ff786...
2011-08-02 Alan McGovern[System.IO.Path] Fix potential infinite loop in Path...
2011-07-28 Miguel de IcazaMerge pull request #93 from konrad-kruczynski/dispatche...
2011-07-28 Miguel de IcazaMerge pull request #136 from spencerhakim/master
2011-07-28 Miguel de IcazaMerge pull request #139 from HorstKakuschke/master
2011-07-23 Sebastien PouliotExpose new ReadLines extension methods in the mobile...
2011-07-22 Atsushi EnoMerge pull request #137 from eisnerd/bug-xpath-reverse...
2011-07-20 Sebastien Pouliotanother case where the linker needs help to eliminate CAS
2011-06-24 Gonzalo Paniagua... Merge pull request #121 from LogosBible/processfixes
2011-06-13 Zoltan VargaMerge pull request #114 from XTZGZoReX/master
2011-06-13 Jb EvainStream.CopyTo is nice to have everywhere
2011-05-23 Rodrigo KumperaReorder fields to improve object layout since the runti...
2011-05-12 Rodrigo KumperaMerge pull request #82 from Unity-Technologies/master...
2011-04-27 Rodrigo KumperaMerged pull request #58 from XTZGZoReX/master.
2011-04-25 Gonzalo Paniagua... In *AllLines use WriteLine instead of Write.
2011-04-13 Marek Habersack[runtime,IO] Filesystem entries can only be sought...
2011-04-08 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-04-07 Marek Habersack[runtime] Linux support for statfs and improved drive...
2011-03-31 Gonzalo Paniagua... Revert "Fix a typo in Directory.GetFiles ()"
2011-03-28 Gonzalo Paniagua... Fix a typo in Directory.GetFiles ()
2011-03-23 Miguel de IcazaOSX, Win32: Implements support for DriveInfo
2011-03-17 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-17 Miguel de IcazaStyle changes as I edit this file
2011-03-17 Bret KieferSpeed up the StringReader by not scanning twice for...
2011-03-14 Mark ProbstMerge branch 'sgen-disable-gc'
2011-03-10 Sebastien PouliotFix API compatibility with SL4
2011-03-08 Gonzalo Paniagua... Avoid null refs when capacity set to 0
2011-03-01 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-02-25 Steve BjorgTextReader.Null should return "" on ReadToEnd()
2011-02-25 Miguel de IcazaBug fix, on EOF, return null from ReadLine
2011-02-24 Miguel de IcazaAdd default implementations to ReadLine() and ReadToEnd...
2011-02-22 Zoltan VargaFix a warning.
2011-02-13 Mark ProbstMerge branch 'bugfix-main-thread-root'
2011-01-26 Marek SafarImprove compatibility of BinaryReader with non-default...
2011-01-26 Marek SafarImprove FileStream block reading performance little bit
2011-01-26 Geoff NortonFurther .NET 4.0 ification of the mobile profile
2011-01-07 Thomas GoldsteinMerge branch 'master' of github.com:mono/mono
2011-01-06 Gonzalo Paniagua... [windows] Improve drive search
2011-01-06 Gonzalo Paniagua... [Windows] Implement GetDrives.
2011-01-06 Zoltan VargaChange some usages of ArrayList to List<T> to avoid...
2011-01-06 Elijah TaylorMerge remote branch 'upstream/master'
2011-01-03 Miguel de Icaza[mscorlib] New Path.Combine methods are exposed interna...
2010-12-29 Marek SafarRemove no longer used BOOTSTRAP conditionals
2010-11-22 Jb EvainMerge branch 'cecil-light'
2010-11-21 Gonzalo Paniagua... [File.ReadLines] Dispose the StreamReader in the right...
2010-11-04 Sebastien PouliotMove assignation earlier to ensure value is available...
2010-10-30 Alex FortDon't use a buffer size of 1 for zero-length buffers
2010-10-30 Alex Fort[Fix] Don't enforce a minimum size for zero-length...
2010-10-24 Gonzalo Paniagua... BinaryWriter.BaseStream calls Flush()
2010-10-15 Marek SafarWarnings cleanup
2010-10-07 Gonzalo Paniagua... Fix CryptoStream.Dispose
2010-09-20 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-09-10 Marek SafarMerge branch 'marek'
2010-09-10 Jb EvainAdd FileStream.Flush(bool) to the moonlight profile
2010-09-07 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-09-03 Gonzalo Paniagua... Use UTF8 instead of ASCII when reading mount info
2010-09-03 Gonzalo Paniagua... Linux /proc/mounts might have escaped characters
2010-07-31 tgiphilMerge branch 'master' of github.com/mono/mono
2010-07-25 Carlos Alberto CortezMerge branch 'master' of git://github.com/mono/mono
2010-07-25 Raja R HarinathFix a few cases of mixed line-endings
2010-07-25 Raja R HarinathEOL handling
2010-07-04 Gonzalo Paniagua... 2010-05-27 William Holmes <billholmes54@gmail.com>
2010-06-17 Rolf Bjarne Kvinge2010-06-18 Rolf Bjarne Kvinge <RKvinge@novell.com>
2010-06-16 Miguel de IcazaFix for 607585
2010-05-27 Marek SafarNew tests.
2010-05-20 Marek Habersack2010-05-20 Marek Habersack <mhabersack@novell.com>
2010-05-07 Marek Habersack2010-05-08 Marek Habersack <mhabersack@novell.com>
2010-05-05 Marek SafarNew tests.
2010-05-05 Gonzalo Paniagua... 2010-05-05 Gonzalo Paniagua Javier <gonzalo@novell...
2010-04-27 Marek SafarFlush (work in progress)
2010-04-27 Marek SafarNew tests.
2010-04-21 Sebastien Pouliot2010-04-21 Sebastien Pouliot <sebastien@ximian.com>
2010-04-21 Sebastien Pouliot2010-04-21 Sebastien Pouliot <sebastien@ximian.com>
2010-04-16 C.J. Adams-Colliercopied mono-api-diff.cs from mono-2-2 branch so new...
2010-04-16 Sebastien Pouliot2010-04-16 Sebastien Pouliot <sebastien@ximian.com>
2010-04-15 Jb Evain2010-04-15 Jb Evain <jbevain@novell.com>
2010-03-29 Sebastien Pouliot2010-03-29 Sebastien Pouliot <sebastien@ximian.com>
2010-03-26 Marek SafarNew test.
2010-03-25 Gonzalo Paniagua... 2010-03-25 Gonzalo Paniagua Javier <gonzalo@novell...
2010-03-22 Sebastien Pouliot2010-03-22 Sebastien Pouliot <sebastien@ximian.com>
2010-03-18 Gonzalo Paniagua... 2010-03-17 Gonzalo Paniagua Javier <gonzalo@novell...
2010-03-17 Sebastien Pouliot2010-03-17 Sebastien Pouliot <sebastien@ximian.com>
2010-03-16 Marek SafarNew tests.
next