]> git.ipfire.org Git - thirdparty/zstd.git/commit
Added ZSTD_initCStream_srcSize().
authorYann Collet <cyan@fb.com>
Tue, 13 Dec 2016 15:39:36 +0000 (16:39 +0100)
committerYann Collet <cyan@fb.com>
Tue, 13 Dec 2016 16:00:14 +0000 (17:00 +0100)
commite795c8a5f6cf07e913bf0766e44e4b8a5fad9ef0
tree884d29d82943f42bfa2095cb3ec66bb82105493d
parent5397a66b19400255623494acd2caa7847b775700
Added ZSTD_initCStream_srcSize().
Added relevant test cases in zstreamtest
lib/compress/zstd_compress.c
lib/deprecated/zbuff.h
lib/zstd.h
tests/Makefile
tests/zbufftest.c
tests/zstreamtest.c