Commit Graph

6 Commits (499c25fb9385ebada4e5cebb5703ab2a69e49968)

Author SHA1 Message Date
an 499c25fb93 fix large window sizes 2019-03-12 05:52:31 -04:00
an f832a45f36 add static huffman tables
as it turns out, the static huffman tables are completely and utterly
useless, and I don't think any modern compressor actually uses them, but
we should probably implement them instead of panicking
2019-03-12 04:35:51 -04:00
an bd13092188 add DEFLATE decoder 2019-03-12 03:42:45 -04:00
an 9b73cb3513 load_zlib_header 2019-03-10 01:28:22 -05:00
an 25488e7faa more concise range error handling 2019-03-09 20:27:19 -05:00
an b33dc356c4 gzip header loading 2019-03-09 17:07:18 -05:00