deflate: better check for zlib header
[nihav.git] / nihav-core / src / compr / deflate.rs
2021-05-20 Kostya Shishkovdeflate: better check for zlib header
2021-05-20 Kostya Shishkovdeflate: fix align() in inflate
2021-05-18 Kostya Shishkovnihav_core: add deflate compression
2021-05-18 Kostya Shishkovdeflate: fix zlib stream magic detection
2021-04-04 Kostya Shishkovfix clippy warnings for update to rustc 1.46
2020-07-06 Kostya Shishkovdeflate: fix output indexing
2020-06-27 Kostya Shishkovnihav_core/deflate: fix handling large buffers
2020-06-25 Kostya Shishkovnihav_core/deflate: recognize deflated stream header...
2020-06-16 Kostya Shishkovcore: fix or silence clippy warnings
2020-04-15 Kostya Shishkovremove trailing whitespaces
2020-04-13 Kostya Shishkovcore: add a new (de)compression module