fix clippy warnings
[nihav.git] / nihav-core / src / compr / deflate.rs
2023-07-26 Kostya Shishkovfix clippy warnings
2023-05-25 Kostya Shishkovcore/compr: make code length limiting in deflate actual...
2023-05-25 Kostya Shishkovcore/compr: fix clippy warnings
2023-05-25 Kostya Shishkovcore/compr: improve deflate match search
2022-12-23 Kostya Shishkovcore/compr: make a faster version of Inflate::uncompress()
2022-09-22 Kostya Shishkovfix some clippy warnings
2021-11-01 Kostya Shishkovcore/compr: allow inflate work with a custom dictionary
2021-10-29 Kostya Shishkovcore: replace vec.truncate(0) with vec.clear()
2021-05-22 Kostya Shishkovdeflate: allow writing compressed data to byte-aligned...
2021-05-22 Kostya Shishkovcore: support DeflateMode option setting
2021-05-22 Kostya Shishkovdeflate: make Deflate Send-able
2021-05-20 Kostya Shishkovdeflate: add function for decoding just input chunk
2021-05-20 Kostya Shishkovdeflate: fix copy block length check
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