Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gzip: Fix write buffer | Patrick McDermott | 2023-04-30 | 1 | -2/+2 |
| | |||||
* | gzip: Get write buffer after init | Patrick McDermott | 2023-04-30 | 1 | -13/+19 |
| | |||||
* | gzip: Add write direction | Patrick McDermott | 2023-04-28 | 1 | -15/+136 |
| | |||||
* | gzip: Cast to avoid warnings | Patrick McDermott | 2023-04-18 | 1 | -2/+3 |
| | |||||
* | gzip: Make more robust | Patrick McDermott | 2023-04-17 | 1 | -4/+17 |
| | |||||
* | main: Cast function type | Patrick McDermott | 2023-04-15 | 1 | -1/+1 |
| | |||||
* | 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 |