Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2021-01-20 | udeflate: fix off-by-one in static huffman dictionary generation | Daniel Friesel | -6/+6 | |
2021-01-20 | udeflate: add support for uncompressed blocks | Daniel Friesel | -3/+30 | |
2021-01-20 | udeflate: Verify zlib FCHECK | Daniel Friesel | -0/+4 | |
2021-01-20 | udeflate: Fix FDICT check | Daniel Friesel | -1/+1 | |
2021-01-20 | add some bounds checks | Daniel Friesel | -3/+10 | |
2021-01-20 | Turn udeflate into a proper library | Daniel Friesel | -0/+454 | |