summaryrefslogtreecommitdiffstats
path: root/src/gzip.h
Commit message (Collapse)AuthorAgeFilesLines
* gzip: Separate last compression from freeingPatrick McDermott2023-05-081-0/+3
|
* gzip: Count and report bytes writtenPatrick McDermott2023-05-071-0/+3
|
* gzip: Write compressed output to file directlyPatrick McDermott2023-05-071-6/+3
|
* gzip: Split init functionsPatrick McDermott2023-05-071-2/+2
|
* gzip: Fix flushingPatrick McDermott2023-05-021-2/+1
| | | | | | deflate() apparently must be called with avail_in=0 and Z_FINISH after processing all input, not with Z_FINISH on the last non-empty input buffer.
* gzip: Get write buffer after initPatrick McDermott2023-04-301-2/+5
|
* gzip: Add write directionPatrick McDermott2023-04-281-2/+11
|
* gzip, ustar: Document functionsPatrick McDermott2023-04-181-0/+32
|
* main: Cast function typePatrick McDermott2023-04-151-1/+3
|
* gzip, ustar: Add *_free() functionsPatrick McDermott2023-04-141-0/+3
|
* gzip: RewritePatrick McDermott2023-04-141-18/+4
|
* main: List archive membersPatrick McDermott2023-04-131-1/+10
|
* gzip: Split out return value constantsPatrick McDermott2023-04-131-4/+0
|
* gzip: ImplementPatrick McDermott2023-04-131-0/+40