| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- 2009-07-20 Gonzalo Paniagua Javier <[email protected]>
- * GzipStream.cs: fixed Dispose (bool).
- * DeflateStream.cs: simplify the interface with unmanaged code, big
- reduction of managaed<->unmanaged round trips.
- Also fixes bug #523418.
- 2007-09-22 Gert Driesen <[email protected]>
- * DeflateStream.cs: Avoid double free. Fixes bug #327480.
- 2006-10-22 Zoltan Varga <[email protected]>
- * DeflateStream.cs: Throw a more meaningfull exception when zlib initialization
- fails.
- 2006-09-28 Andrew Skiba <[email protected]>
- * DeflateStream.cs: TARGET_JVM
- 2006-09-19 Miguel de Icaza <[email protected]>
- * GzipStream.cs: Only dispose, do not try to use internal routines.
- 2006-04-04 Atsushi Enomoto <[email protected]>
- * DeflateStream.cs GzipStream.cs : updated API to 2.0 RTM.
- Dispose() should certainly release resources than the finalizer.
- 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.
|