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-04-06Protect against overflowGabriel Garcia
2015-04-05Check for buffer overrunGabriel Garcia
2015-02-18revises GZipStream ctor parameter namesLiam McSherry
2015-02-18Revert "revises GZipStream ctor parameter names"João Matos
2015-02-18revises GZipStream ctor parameter namesLiam McSherry
2015-01-14[bcl] Remove NET_4_5 defines from class libs.Zoltan Varga
2014-08-29Merge pull request #1200 from akoeplinger/remove-jvmZoltan Varga
2014-08-12[System] Implemented .NET 4.5 overloads for GZipStream and DeflateStream.João Matos
2014-08-08[Cleanup] Removed .jvm.cs files that are no longer usedAlexander Köplinger
2014-06-02Removed DeflateStream.UnmanagedRead Read loop. Fixes #19313.marcos henrich
2013-10-01[System]: Fix System.IO.Compression.CompressionLevel enum.Martin Baulig
2013-08-17Fixes GZipStream dispose order. Fixes #14032Marek Safar
2013-08-08Always release DeflateStream unmanaged resources. Fixes #13742Marek Safar
2013-03-13Add System.IO.Compression.FileSystem stubs.Martin Baulig
2012-06-02[System] Removal of the NET_2_0 in the source codeMiguel de Icaza
2011-01-07[monodroid] Look for zlib support functions from __Internal.Jonathan Pryor
2010-10-25Throw exceptions here instead of in DeflateStreamGonzalo Paniagua Javier
2010-04-142010-04-14 Gonzalo Paniagua Javier <gonzalo@novell.com>Gonzalo Paniagua Javier
2010-04-082010-04-07 Gonzalo Paniagua Javier <gonzalo@novell.com>Gonzalo Paniagua Javier
2010-03-102010-03-09 Gonzalo Paniagua Javier <gonzalo@novell.com>Gonzalo Paniagua Javier
2009-12-232009-12-23 Geoff Norton <gnorton@novell.com>Geoff Norton
2009-09-15fix monotouch buildGeoff Norton
2009-09-14 * DeflateStream.cs: MonoTouch reverse callbacks need to be staticJonathan Pryor
2009-09-11fix thebuild on monotouchGeoff Norton
2009-07-21movedGonzalo Paniagua Javier
2009-07-21do not nullify deflateStreamGonzalo Paniagua Javier
2009-07-212009-07-20 Gonzalo Paniagua Javier <gonzalo@novell.com>Gonzalo Paniagua Javier
2008-01-03implemented compression classesKonstantin Triger
2007-09-22* DeflateStreamTest.cs: Improved CanRead, CanSeek and CanWrite tests.Gert Driesen
2007-07-06Fix signature, fixes bug 82019, patch from Jason MaddenMiguel de Icaza
2007-02-05remove TARGET_JVM definesKonstantin Triger
2006-10-222006-10-22 Zoltan Varga <vargaz@gmail.com>Zoltan Varga
2006-09-28TARGET_JVMAndrew Skiba
2006-09-192006-09-19 Miguel de Icaza <miguel@novell.com>Miguel de Icaza
2006-04-042006-04-04 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
2006-03-112006-03-11 Miguel de Icaza <miguel@novell.com>Miguel de Icaza
2005-05-182005-05-18 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
2004-12-03In Test:Raja R Harinath
2004-11-10Ooops.Martin Baulig
2004-11-102004-11-10 Martin Baulig <martin@localhost>Martin Baulig
2004-10-02Add System.IO.Compression from Chris Lahey (clahey@ximian.com)Miguel de Icaza