summaryrefslogtreecommitdiff
path: root/packages/paszlib/src
Commit message (Expand)AuthorAgeFilesLines
* * Override virtual constructor instead of adding a static one so that it is ...joost2010-09-231-2/+4
* * fixed getting upper byte of "extra field" (patch by Brett, mantis #16887)jonas2010-07-091-2/+2
* * TZipper.ZipFiles should zip files, got broken in r13464joost2010-04-251-0/+1
* * Disable parts of commit 13378 for windows, since it blocks extracting zips...marco2010-03-211-1/+9
* * Onprogress added to .compress and .decompressmarco2010-01-051-1/+42
* * renamed ZStream to zstream in the uses clause so it matches the unit'sjonas2009-12-301-1/+1
* * TUnzipper now instrumentable with events to be usable with custom streamsmarco2009-11-221-21/+34
* * slight adjustment. Bug 14420 fixed.marco2009-11-031-1/+6
* * fix for windows compilation after last chances (mantis 14980)marco2009-11-031-1/+1
* * rearranged the append/rewrite slightlymarco2009-11-021-2/+2
* * add "append" mode, fixes 14420marco2009-11-021-13/+26
* * Changed to proposed eventsmichael2009-07-291-17/+18
* * Patch from Andrew Haines to allow unzipping to a streammichael2009-07-291-46/+91
* * Fixed TZipFileEntry.Assign and added convenience call for TZipper.ZipFilesmichael2009-07-261-1/+14
* * Added some convenience calls to TUnzippermichael2009-07-261-8/+14
* * Added Examine call, to examine contents of a zip file without extracting filesmichael2009-07-261-23/+74
* * patch by Tom Gregorovic (with some fixes by Alexander Grau) tojonas2009-07-111-59/+275
* * another patch for seeking in compressed streams by Danny Milosavljevic, res...florian2009-02-071-1/+7
* * fixed zipper unit for big endian systems (patch by Bent Normann Olsen,jonas2009-01-291-9/+77
* * reverted r12575ivost2009-01-201-1/+1
* * fixed paszlib (problem with getting crc32 table)ivost2009-01-201-1/+1
* * set result of tdecompressionstream.seek by Danny Milosavljevic, resolves #1...florian2008-12-241-0/+5
* * updated "pending" to longint, as a possible solution for bug 12514marco2008-12-091-1/+1
* * Fixed assignmichael2008-09-281-0/+20
* * Added possibility to set filename in archive, and added possibility to use ...michael2008-09-281-127/+249
* * mode objfpc in gzio to avoid 16-bit blocksize gzio as per #11611.marco2008-07-061-1/+1
* * fix buffer handling in flushpeter2008-01-281-5/+5
* * Use zerror rather than hardcoded error table.daniel2007-12-021-5/+5
* * Convert error messages to resourcestrings.daniel2007-12-021-15/+34
* * Reset resets stream to beginning to zstream, not beginning of file.daniel2007-12-021-1/+1
* * Should use Edecompressionerror in Tdecompresionstream.daniel2007-12-011-2/+2
* * Fix compression bug.daniel2007-12-011-9/+40
* * cleanroom implementation from Daniel Mantoinepeter2007-11-181-336/+277
* * fix unzipping of all filespeter2007-11-131-10/+12
* * new directory structurpeter2007-10-2520-0/+14839