Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |