summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorLines
2023-07-04Update CopyrightmainBirte Kristina Friesel-2/+2
2023-03-12inflate: make inputs constAndrew Jeddeloh-6/+6
2023-03-12inflate: move i declaration to for loopsAndrew Jeddeloh-3/+2
2021-02-01Add faster mode with huffman -> code look-up tableDaniel Friesel-3/+89
2021-01-30fix dictionary generation bug for static huffman blocksDaniel Friesel-7/+7
2021-01-26support multiple deflate blocks.Daniel Friesel-24/+44
2021-01-26huffman codes may be up to 16 bit longDaniel Friesel-19/+16
2021-01-26use correct signature for deflate_bitmaskDaniel Friesel-1/+1
2021-01-22inflate.c: fix include pathDaniel Friesel-1/+1
2021-01-21this library implements inflate, not deflateDaniel Friesel-6/+6
2021-01-21Fix illegal array accessDaniel Friesel-1/+1
2021-01-21Initial CommitDaniel Friesel-0/+488