zstd/programs
2016-07-04 00:42:58 +02:00
..
legacy added legacy decoder for v0.6 format 2016-06-09 17:59:18 +02:00
.gitignore Explicit error message when dst file cannot be created / opened 2016-07-02 00:12:14 +02:00
bench.c Introduced ZSTD_getParams() 2016-06-27 15:12:26 +02:00
bench.h Added : ability to create compressed frames without dictID 2016-05-31 02:29:45 +02:00
COPYING Initial release 2015-01-24 01:58:16 +01:00
datagen.c removes Visual warning on strerror() 2016-07-03 00:20:03 +02:00
datagen.h fixed benchmark autogen 2015-12-01 01:31:17 +01:00
datagencli.c fixed minor visual warning 2016-07-03 19:03:13 +02:00
dibio.c Added : ability to manually select the dictionary ID of a newly created dictionary 2016-05-30 21:18:52 +02:00
dibio.h merged zdict_static.h into zdict.h. Now requires ZDICT_STATIC_LINKING_ONLY macro. 2016-06-04 18:56:23 +02:00
fileio.c fileio.c no longer depends on zstd_internal.h 2016-07-03 01:36:57 +02:00
fileio.h Added command --rm : remove source file after successful de/compression 2016-06-09 23:01:19 +02:00
fullbench.c Merged fse_static into fse.h . Now requires FSE_STATIC_LINKING_ONLY macro. 2016-06-05 00:58:01 +02:00
fuzzer.c use ZSTD_getParams() to simplify code 2016-06-27 15:28:45 +02:00
Makefile Add OpenBSD to the Makefile test. 2016-07-03 22:16:00 +02:00
paramgrill.c Merged zstd_static.h into zstd.h . Now requires ZSTD_STATIC_LINKING_ONLY macro 2016-06-04 19:47:02 +02:00
playTests.sh fix : segfault in command line during automatic overwrite protection mode 2016-06-21 17:06:25 +02:00
roundTripCrash.c roundTripCrash automatic compression level now depends on first 128 bytes 2016-06-20 16:18:19 +02:00
util.h zstdcli: -r (operate recursively on directories) works with dictBuilder and compression 2016-05-25 15:30:55 +02:00
zbufftest.c use ZSTD_getParams() to simplify code 2016-06-27 15:28:45 +02:00
zstd.1 Redundant entry for options in the man page. 2016-07-03 22:15:26 +02:00
zstdcli.c updated doc 2016-07-04 00:42:58 +02:00