summaryrefslogtreecommitdiffstats
path: root/src/ustar.h
Commit message (Collapse)AuthorAgeFilesLines
* ustar, main: Show size of member filesPatrick McDermott2023-04-171-1/+4
| | | | Also fix integer type (maximum file size is 8^12-1 = 68719476735).
* ustar: Search for multiple member namesPatrick McDermott2023-04-171-1/+1
|
* ustar: Fix read bufferPatrick McDermott2023-04-151-1/+1
|
* Eliminate magic numbersPatrick McDermott2023-04-141-1/+5
|
* gzip, ustar: Add *_free() functionsPatrick McDermott2023-04-141-0/+3
|
* ustar: RewritePatrick McDermott2023-04-141-4/+16
|
* ustar: ImplementPatrick McDermott2023-04-131-0/+30