summaryrefslogtreecommitdiffstats
path: root/src/gzip.h
Commit message (Expand)AuthorAgeFilesLines
* Fix license noticesPatrick McDermott2023-06-181-1/+1
* gzip: Add pure attributePatrick McDermott2023-05-111-1/+1
* 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
* 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