Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
... | |||||
* | main: Cast function type | Patrick McDermott | 2023-04-15 | 3 | -3/+7 |
| | |||||
* | main: Simplify/improve error handling | Patrick McDermott | 2023-04-15 | 1 | -18/+25 |
| | |||||
* | ustar: Fix read buffer | Patrick McDermott | 2023-04-15 | 3 | -21/+24 |
| | |||||
* | [WIP] main: Print control file and list data files | Patrick McDermott | 2023-04-14 | 1 | -18/+92 |
| | |||||
* | Eliminate magic numbers | Patrick McDermott | 2023-04-14 | 4 | -17/+29 |
| | |||||
* | gzip, ustar: Add *_free() functions | Patrick McDermott | 2023-04-14 | 5 | -6/+22 |
| | |||||
* | main: List outer archive members | Patrick McDermott | 2023-04-14 | 1 | -5/+49 |
| | |||||
* | ustar: Rewrite | Patrick McDermott | 2023-04-14 | 2 | -40/+127 |
| | |||||
* | gzip: Rewrite | Patrick McDermott | 2023-04-14 | 2 | -102/+51 |
| | |||||
* | design.txt: Rework | Patrick McDermott | 2023-04-13 | 1 | -12/+37 |
| | |||||
* | design.txt: New file | Patrick McDermott | 2023-04-13 | 1 | -0/+31 |
| | |||||
* | ustar: Improve end detection | Patrick McDermott | 2023-04-13 | 1 | -2/+7 |
| | |||||
* | ustar: Fix EOF logic | Patrick McDermott | 2023-04-13 | 1 | -7/+11 |
| | |||||
* | ustar: Size field (and all other ints) is octal | Patrick McDermott | 2023-04-13 | 1 | -1/+1 |
| | |||||
* | main: Free zlib buffers | Patrick McDermott | 2023-04-13 | 1 | -0/+1 |
| | |||||
* | gzip: Set windowBits for gzip | Patrick McDermott | 2023-04-13 | 1 | -1/+1 |
| | |||||
* | ustar: Verify magic | Patrick McDermott | 2023-04-13 | 1 | -0/+5 |
| | |||||
* | main: List archive members | Patrick McDermott | 2023-04-13 | 3 | -9/+38 |
| | |||||
* | ustar: Implement | Patrick McDermott | 2023-04-13 | 3 | -1/+142 |
| | |||||
* | gzip: Split out return value constants | Patrick McDermott | 2023-04-13 | 4 | -17/+42 |
| | |||||
* | gzip: Implement | Patrick McDermott | 2023-04-13 | 3 | -0/+176 |
| | |||||
* | build: Link against zlib | Patrick McDermott | 2023-04-12 | 2 | -2/+7 |
| | |||||
* | Initial commit | Patrick McDermott | 2023-04-12 | 19 | -0/+1782 |