zstd/lib/compress
Yann Collet 4ee6b15dac force contentSizeFlag=0 when using ZSTD_initCStream_usingCDict()
because by definition srcSize is not known when using this prototype.
added relevant test

Note : this use was already working, because at a later stage
(both ZSTD_compressBegin_usingCDict() and ZSTD_copyCCtx())
pledgedSrcSize=0 is translated into "unknown", no matter the frame parameter.
This is not correct, but of little importance,
as the medium term plan is to no longer set fParams within CDict
2017-04-11 11:59:44 -07:00
..
fse_compress.c Explicitly convert scratchBuffer to unsigned* 2017-04-04 16:35:31 -07:00
huf_compress.c Always check Huffman tables for ZSTD_lazy+ 2017-03-03 16:49:38 -08:00
zstd_compress.c force contentSizeFlag=0 when using ZSTD_initCStream_usingCDict() 2017-04-11 11:59:44 -07:00
zstd_opt.h Convert all tabs to spaces 2017-03-29 18:51:58 -07:00
zstdmt_compress.c optimize ZSTDMT_compress() memory usage 2017-03-31 18:27:03 -07:00
zstdmt_compress.h Merge pull request #527 from facebook/zstdmt 2017-01-31 16:36:46 -08:00