Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2021-01-24 | deflatetest: add benchmark script | Daniel Friesel | -4/+7 | |
2021-01-24 | deflatetest: Move data to separate file; add deflate helper | Daniel Friesel | -28/+2 | |
2021-01-21 | actually, it's inflate, not deflate | Daniel Friesel | -7/+4 | |
2021-01-21 | deflate: return number of bytes written to output | Daniel Friesel | -1/+1 | |
2021-01-21 | rename udeflate to deflate | Daniel Friesel | -8/+3 | |
2021-01-20 | Turn udeflate into a proper library | Daniel Friesel | -351/+7 | |
2021-01-19 | add naive adler32 checksum verification | Daniel Friesel | -10/+57 | |
2021-01-18 | deflatetest: add static huffman support | Daniel Friesel | -5/+54 | |
2021-01-18 | type 2 is working \o/ | Daniel Friesel | -17/+60 | |
2021-01-17 | add deflatetest (wip) | Daniel Friesel | -0/+274 | |