Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2021-01-30 | fix dictionary generation bug for static huffman blocks | Daniel Friesel | -7/+7 | |
2021-01-26 | support multiple deflate blocks. | Daniel Friesel | -24/+44 | |
this library is now fully RFC 1950 and RFC 1951 compliant | ||||
2021-01-26 | huffman codes may be up to 16 bit long | Daniel Friesel | -19/+16 | |
2021-01-26 | use correct signature for deflate_bitmask | Daniel Friesel | -1/+1 | |
2021-01-22 | inflate.c: fix include path | Daniel Friesel | -1/+1 | |
2021-01-21 | this library implements inflate, not deflate | Daniel Friesel | -6/+6 | |
2021-01-21 | Fix illegal array access | Daniel Friesel | -1/+1 | |
2021-01-21 | Initial Commit | Daniel Friesel | -0/+488 | |