Commit Graph

15 Commits (022ef81f3855dc755f5ca753d35640a0b1a1c43d)

Author SHA1 Message Date
an 022ef81f38 styling 2019-05-30 21:29:37 -04:00
an 959930cede updates for rust 1.34 2019-04-11 16:01:39 -04:00
an 6bc4ca36f4 lint and format 2019-04-01 09:05:06 -04:00
an a523d6f8d4 Merge branch 'gui-branch' 2019-03-31 20:28:13 -04:00
an 135e9c688a clippy saves the day part 5 2019-03-22 21:55:13 -04:00
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