]> git.ipfire.org Git - thirdparty/zstd.git/commit
added constant ZSTD_WINDOWLOG_LIMIT_DEFAULT
authorYann Collet <cyan@fb.com>
Wed, 14 Nov 2018 02:09:03 +0000 (18:09 -0800)
committerYann Collet <cyan@fb.com>
Wed, 14 Nov 2018 02:12:34 +0000 (18:12 -0800)
commitd7e10a774a7ade1deeb8b22e74a51e49edb3a6f0
treee29efad90fe6c16bcf719f3230ddfe8a24a397e8
parent2c8fde538faa229e05c9d7230cf462d8eef17743
added constant ZSTD_WINDOWLOG_LIMIT_DEFAULT

answering #1407.

Also : removed obsolete function ZSTD_setDStreamParameter()
which could only be used with one parameter (DStream_p_maxWindowSize).
Now replaced by ZSTD_DCtx_setWindowSize() (which exists since a few revisions)
doc/zstd_manual.html
lib/common/zstd_internal.h
lib/compress/zstd_ldm.h
lib/decompress/zstd_decompress.c
lib/dll/libzstd.def
lib/zstd.h
programs/fileio.c
tests/symbols.c
tests/zstreamtest.c