Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Eliminate magic numbers | Patrick McDermott | 2023-04-14 | 1 | -2/+5 |
| | |||||
* | gzip, ustar: Add *_free() functions | Patrick McDermott | 2023-04-14 | 1 | -3/+7 |
| | |||||
* | gzip: Rewrite | Patrick McDermott | 2023-04-14 | 1 | -84/+47 |
| | |||||
* | ustar: Fix EOF logic | Patrick McDermott | 2023-04-13 | 1 | -7/+11 |
| | |||||
* | gzip: Set windowBits for gzip | Patrick McDermott | 2023-04-13 | 1 | -1/+1 |
| | |||||
* | main: List archive members | Patrick McDermott | 2023-04-13 | 1 | -8/+0 |
| | |||||
* | gzip: Split out return value constants | Patrick McDermott | 2023-04-13 | 1 | -13/+14 |
| | |||||
* | gzip: Implement | Patrick McDermott | 2023-04-13 | 1 | -0/+134 |