| 123456789101112131415161718192021222324 |
- 2006-03-11 Miguel de Icaza <[email protected]>
- * DeflateStream.cs: Comment out DllImport that was not being
- used.
- 2005-05-18 Sebastien Pouliot <[email protected]>
- * DeflateStream.cs: Fixed some changed/missing exceptions.
- * GzipStream.cs: Renamed to GZipStream (from beta2).
- 2004-12-03 Raja R Harinath <[email protected]>
- * DeflateStream.cs, GzipStream.cs, CompressionMode.cs: Make class public.
- 2004-11-10 Martin Baulig <[email protected]>
- * DeflateStream.cs, GzipStream.cs: `System.IO.Stream.Length' doesn't
- have any setter.
- 2004-10-02 Christopher Lahey ([email protected])
- * DeflateStream.cs GzipStream.cs: Implemented the DeflateStream
- and GzipStream using zlib.
|