1
0
mirror of https://github.com/facebook/zstd.git synced 2025-07-05 15:09:03 +02:00
Commit Graph

29 Commits

Author SHA1 Message Date
d7ad99b2ab Merge branch 'longRangeMatcher' into dev 2017-08-31 18:08:37 -07:00
c88fb9267f Replace 'byReference' with enum 2017-08-29 11:55:02 -07:00
232d62b637 fixed a few headers that were too hastily copy/pasted during last license change 2017-08-21 11:24:32 -07:00
32fb407c9d updated a bunch of headers
for the new license
2017-08-18 16:52:05 -07:00
7bd1a2900e added ZSTD_dictMode_e to control dictionary loading mode 2017-06-21 11:50:33 -07:00
31533bacce Changed ZSTD_createCDict_advanced()
It now only uses compressionParameters as argument.
It produces many changes throughout user code,
though hopefully they tend to be simple :
just provide the cParams part from existing ZSTD_parameters.

Some programs might depend on ZSTD_createCDict_advanced() to pass frame parameters.
This change will force them to revisit this strategy and fix it,
since frame parameters are effectively silently ignored in current version.
2017-04-27 00:29:04 -07:00
4f818182b8 clarified frame parameters for ZSTD_compress*_usingCDict()
created ZSTD_compressBegin_usingCDict_internal(),
which gives direct control to frame Parameters.
ZSTD_resetCStream_internal() now points into it.
2017-04-17 18:29:06 -07:00
680e4e0953 Ignore symbolic links unless --force specified 2017-03-23 11:52:09 -07:00
042ba122ae Change g_displayLevel to int and fix DISPLAYUPDATE flush 2017-03-23 11:21:59 -07:00
e052c60540 introduce UTIL_freq_t 2017-02-20 11:27:11 +01:00
94abd6a26c SET_REALTIME_PRIORITY 2017-02-07 16:36:19 +01:00
9ceb49e097 fixed zlib_wrapper conversion warnings 2016-12-22 15:26:33 +01:00
1f57c2ed32 added : ZSTD_createCDict_byReference() 2016-12-21 16:20:11 +01:00
96fca2bd2d improved zwrapbench.c 2016-11-25 14:36:27 +01:00
6cecb35f98 zwrapbench uses z_const 2016-11-04 17:49:17 +01:00
d007eb5f9f fixed clang warnings in zlibWrapper 2016-11-04 11:20:58 +01:00
20859afb4c renamed to ZWRAP_deflateReset_keepDict 2016-09-27 17:27:43 +02:00
706876f09a added ZWRAP_deflateResetWithoutDict and ZWRAP_inflateResetWithoutDict 2016-09-27 16:56:07 +02:00
a03b7a7f1b zwrapbench: improved tests with a dictionary 2016-09-26 22:11:55 +02:00
2bb83e8271 zlibWrapper\README.md: Reusing contexts 2016-09-23 18:59:53 +02:00
b88accfb5f use valgrind with a dynamic zstd library 2016-09-23 13:38:02 +02:00
68cd4766c9 initialization of strm->adler 2016-09-23 12:42:21 +02:00
cf3ec08840 ZWRAP_setPledgedSrcSize not required with Z_FINISH 2016-09-23 10:30:26 +02:00
252c20dd34 a new ZWRAP API 2016-09-23 09:08:40 +02:00
f7ab3adaaa zwrapbench: testing reusing of a context 2016-09-22 17:59:10 +02:00
f71828f2c4 zwrapbench: testing speed of ZSTD_decompressStream 2016-09-22 15:55:01 +02:00
8e8b046f64 zwrapbench benchmarks zlibWrapper 2016-09-22 14:42:32 +02:00
54320ce905 zwrapbench tests zlib 2016-09-22 11:52:53 +02:00
dfef5ddc9e added zwrapbench.c 2016-09-22 10:23:26 +02:00