Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
... | |||||
* | 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 |
* | 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 |
* | Initial commit | Patrick McDermott | 2023-04-12 | 2 | -0/+7 |