aboutsummaryrefslogtreecommitdiffstats
path: root/nihav-core/src/compr
Commit message (Expand)AuthorAgeFilesLines
* core/compr: fix documentation commentsKostya Shishkov2023-08-182-46/+46
* fix clippy warningsKostya Shishkov2023-07-262-8/+6
* core/compr: make code length limiting in deflate actually workKostya Shishkov2023-05-251-17/+17
* core/compr: fix clippy warningsKostya Shishkov2023-05-251-3/+2
* core/compr: improve deflate match searchKostya Shishkov2023-05-251-64/+46
* core/compr: make a faster version of Inflate::uncompress()Kostya Shishkov2022-12-231-2/+224
* fix some clippy warningsKostya Shishkov2022-09-221-5/+2
* core/compr: allow inflate work with a custom dictionaryKostya Shishkov2021-11-011-0/+8
* core: replace vec.truncate(0) with vec.clear()Kostya Shishkov2021-10-291-3/+3
* deflate: allow writing compressed data to byte-aligned chunksKostya Shishkov2021-05-221-0/+14
* core: support DeflateMode option settingKostya Shishkov2021-05-221-0/+43
* deflate: make Deflate Send-ableKostya Shishkov2021-05-221-5/+5
* deflate: add function for decoding just input chunkKostya Shishkov2021-05-201-1/+22
* deflate: fix copy block length checkKostya Shishkov2021-05-201-1/+1
* deflate: better check for zlib headerKostya Shishkov2021-05-201-2/+10
* deflate: fix align() in inflateKostya Shishkov2021-05-201-1/+1
* nihav_core: add deflate compressionKostya Shishkov2021-05-181-1/+997
* deflate: fix zlib stream magic detectionKostya Shishkov2021-05-181-1/+1
* fix clippy warnings for update to rustc 1.46Kostya Shishkov2021-04-041-0/+1
* deflate: fix output indexingKostya Shishkov2020-07-061-1/+5
* nihav_core/deflate: fix handling large buffersKostya Shishkov2020-06-271-4/+4
* nihav_core/deflate: recognize deflated stream header in uncompress()Kostya Shishkov2020-06-251-1/+2
* core: fix or silence clippy warningsKostya Shishkov2020-06-161-11/+18
* remove trailing whitespacesKostya Shishkov2020-04-151-1/+1
* core: add a new (de)compression moduleKostya Shishkov2020-04-132-0/+1062