Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2021-01-30 | README: [x] tests | Daniel Friesel | -3/+1 | |
2021-01-30 | add deflate utility | Daniel Friesel | -0/+64 | |
2021-01-30 | add tests | Daniel Friesel | -0/+72 | |
2021-01-30 | fix dictionary generation bug for static huffman blocks | Daniel Friesel | -7/+7 | |
2021-01-28 | Fix markdown | Daniel Friesel | -2/+2 | |
2021-01-28 | README: Update memory requirements and performance numbers | Daniel Friesel | -11/+39 | |
2021-01-26 | support multiple deflate blocks. | Daniel Friesel | -34/+58 | |
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 | -25/+16 | |
2021-01-26 | use correct signature for deflate_bitmask | Daniel Friesel | -1/+1 | |
2021-01-24 | update performance measurements | Daniel Friesel | -11/+13 | |
2021-01-22 | inflate.c: fix include path | Daniel Friesel | -1/+1 | |
2021-01-21 | this library implements inflate, not deflate | Daniel Friesel | -25/+30 | |
2021-01-21 | README: all numbers rounded up to 16B mulitples | Daniel Friesel | -2/+1 | |
2021-01-21 | Fix illegal array access | Daniel Friesel | -1/+1 | |
2021-01-21 | Initial Commit | Daniel Friesel | -0/+771 | |