Commit Graph

10 Commits (32855fa2138b6e73e2528c53f39b28d68dc30c1a)

Author SHA1 Message Date
an 32855fa213 redundant optimization; don't use extend_from_slice 2019-03-18 17:28:07 -04:00
an 7e5375f32c change read_data API 2019-03-18 15:31:14 -04:00
an 53b1e703ab fix load_zlib_header 2019-03-12 16:28:34 -04:00
an 0c0591f5ce make deflate functions non-recursive (sad) 2019-03-12 06:21:29 -04:00
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