]> git.ipfire.org Git - thirdparty/zstd.git/commit
implemented ZSTD_DCtx_loadDictionary*()
authorYann Collet <cyan@fb.com>
Tue, 20 Mar 2018 20:40:29 +0000 (13:40 -0700)
committerYann Collet <cyan@fb.com>
Tue, 20 Mar 2018 20:40:29 +0000 (13:40 -0700)
commit353117c5d77f937394e43daef133f70763f884d5
tree1f03cf5980863e72ec1273cbfe4b78ca15bce00f
parent9e6ba883638006e100b82e06760793159a5d7622
implemented ZSTD_DCtx_loadDictionary*()

this required updating ZSTD_createDDict_advanced()
to accept a dictContentType parameter (raw, full, auto).
doc/zstd_manual.html
lib/decompress/zstd_decompress.c
lib/zstd.h
programs/platform.h