]> git.ipfire.org Git - thirdparty/zstd.git/commit
defined a minimum negative level
authorYann Collet <cyan@fb.com>
Thu, 20 Sep 2018 23:17:49 +0000 (16:17 -0700)
committerYann Collet <cyan@fb.com>
Thu, 20 Sep 2018 23:52:03 +0000 (16:52 -0700)
commita54c86cfc62c2b273aab96a5e2a50c241ab42d46
tree92c9fe968d65afb75634a806d4c3c8e2bd290f79
parentc8ff5200f93b3242417864e8802a10dacf702274
defined a minimum negative level

which can be probed using new function ZSTD_minCLevel().

Also : redefined ZSTD_TARGETLENGTH_MIN/MAX for consistency

used the opportunity to bump version number to v1.3.6
doc/zstd_manual.html
lib/compress/zstd_compress.c
lib/zstd.h
tests/fuzzer.c