summaryrefslogtreecommitdiffstats
path: root/src/gzip.c
Commit message (Expand)AuthorAgeFilesLines
* gzip: Add write directionPatrick McDermott2023-04-281-15/+136
* gzip: Cast to avoid warningsPatrick McDermott2023-04-181-2/+3
* gzip: Make more robustPatrick McDermott2023-04-171-4/+17
* main: Cast function typePatrick McDermott2023-04-151-1/+1
* Eliminate magic numbersPatrick McDermott2023-04-141-2/+5
* gzip, ustar: Add *_free() functionsPatrick McDermott2023-04-141-3/+7
* gzip: RewritePatrick McDermott2023-04-141-84/+47
* ustar: Fix EOF logicPatrick McDermott2023-04-131-7/+11
* gzip: Set windowBits for gzipPatrick McDermott2023-04-131-1/+1
* main: List archive membersPatrick McDermott2023-04-131-8/+0
* gzip: Split out return value constantsPatrick McDermott2023-04-131-13/+14
* gzip: ImplementPatrick McDermott2023-04-131-0/+134