Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ustar: Fix read buffer | Patrick McDermott | 2023-04-15 | 1 | -19/+22 |
* | Eliminate magic numbers | Patrick McDermott | 2023-04-14 | 1 | -12/+14 |
* | gzip, ustar: Add *_free() functions | Patrick McDermott | 2023-04-14 | 1 | -1/+6 |
* | ustar: Rewrite | Patrick McDermott | 2023-04-14 | 1 | -36/+111 |
* | ustar: Improve end detection | Patrick McDermott | 2023-04-13 | 1 | -2/+7 |
* | ustar: Size field (and all other ints) is octal | Patrick McDermott | 2023-04-13 | 1 | -1/+1 |
* | ustar: Verify magic | Patrick McDermott | 2023-04-13 | 1 | -0/+5 |
* | ustar: Implement | Patrick McDermott | 2023-04-13 | 1 | -0/+109 |