Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix license notices | Patrick McDermott | 2023-06-18 | 1 | -1/+1 |
* | gzip: Add pure attribute | Patrick McDermott | 2023-05-11 | 1 | -1/+1 |
* | gzip: Separate last compression from freeing | Patrick McDermott | 2023-05-08 | 1 | -0/+3 |
* | gzip: Count and report bytes written | Patrick McDermott | 2023-05-07 | 1 | -0/+3 |
* | gzip: Write compressed output to file directly | Patrick McDermott | 2023-05-07 | 1 | -6/+3 |
* | gzip: Split init functions | Patrick McDermott | 2023-05-07 | 1 | -2/+2 |
* | gzip: Fix flushing | Patrick McDermott | 2023-05-02 | 1 | -2/+1 |
* | gzip: Get write buffer after init | Patrick McDermott | 2023-04-30 | 1 | -2/+5 |
* | gzip: Add write direction | Patrick McDermott | 2023-04-28 | 1 | -2/+11 |
* | gzip, ustar: Document functions | Patrick McDermott | 2023-04-18 | 1 | -0/+32 |
* | main: Cast function type | Patrick McDermott | 2023-04-15 | 1 | -1/+3 |
* | gzip, ustar: Add *_free() functions | Patrick McDermott | 2023-04-14 | 1 | -0/+3 |
* | gzip: Rewrite | Patrick McDermott | 2023-04-14 | 1 | -18/+4 |
* | main: List archive members | Patrick McDermott | 2023-04-13 | 1 | -1/+10 |
* | gzip: Split out return value constants | Patrick McDermott | 2023-04-13 | 1 | -4/+0 |
* | gzip: Implement | Patrick McDermott | 2023-04-13 | 1 | -0/+40 |