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
2016-10-31[System] Disable a test that reads a file on mobileAlexander Köplinger
2016-10-28[System.IO.Compression] Fixed DeflateStream input stream EOF condition.Joao Matos
2016-10-27[System.IO.Compression] Fixed DeflateStream inflate() decompression loop.Joao Matos
2016-08-23[mcs] Remove NET_4_5 ifdef from the source filesAlexander Köplinger
2016-02-23[System.IO.Compression.DeflateStream] Fixed end condition in decompression loop.João Matos
2016-01-29Remove ChangeLog files from the repoAlexander Köplinger
2015-09-28[tests] Enable tests for xambug #28777 on AndroidMarek Habersack
2015-07-15[tests] System zlib errors out for these on AndroidMarek Habersack
2015-04-07[System] Fix DeflateStream throw on empty flush, double flush. Fixes #28777Gabriel Garcia
2015-04-05Test: Check for buffer overrunGabriel Garcia
2015-01-17[bcl] Remove more NET_2_0 checks from class libsAlexander Köplinger
2014-12-16[System.IO.Compression] Fixed DeflateStream native error when handling empty ...João Matos
2014-08-12[System] Restrict GZip/DeflateStream tests to .NET 4.5.João Matos
2014-08-12[System] Implemented .NET 4.5 overloads for GZipStream and DeflateStream.João Matos
2014-06-02Test that DeflateStream.Read does read an empty stream. Covers #19313.marcos henrich
2013-08-17Fixes GZipStream dispose order. Fixes #14032Marek Safar
2013-02-23Mobile tests updateMarek Safar
2009-10-242009-10-24 Gonzalo Paniagua Javier <gonzalo@novell.com>Gonzalo Paniagua Javier
2007-09-22* DeflateStreamTest.cs: Improved CanRead, CanSeek and CanWrite tests.Gert Driesen
2007-05-082007-05-08 Jonathan Chambers <joncham@gmail.com>Jonathan Chambers
2006-05-082006-05-08 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
2005-06-27remove svn:executable from .cs filesBen Maurer
2005-05-182005-05-18 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
2005-02-022005-02-02 Zoltan Varga <vargaz@freemail.hu>Zoltan Varga
2005-02-02svn path=/trunk/mcs/; revision=40003Zoltan Varga
2004-12-03In Test:Raja R Harinath
2004-10-04* System.IO.Compression/DeflateStreamTest.cs: NET_2_0 only.Raja R Harinath
2004-10-02Add System.IO.Compression from Chris Lahey (clahey@ximian.com)Miguel de Icaza