Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2023-07-04 | Update Copyrightmain | Birte Kristina Friesel | -2/+2 |
2023-03-12 | inflate: make inputs const | Andrew Jeddeloh | -6/+6 |
2023-03-12 | inflate: move i declaration to for loops | Andrew Jeddeloh | -3/+2 |
2021-02-01 | Add faster mode with huffman -> code look-up table | Daniel Friesel | -3/+89 |
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 |
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 |