zstd/programs
Yann Collet 32990b5dae Added tests for Sparse mode support
Fixed : complex cli arg case involving a mix of `stdin` and `-o`
2016-05-23 17:48:57 +02:00
..
legacy CLI supports dictionary decompression in legacy mode v0.5.x 2016-05-08 08:11:24 +02:00
.gitignore Fix infinite loop with invalid data (fuzzer test) 2016-04-10 14:42:26 +02:00
bench.c minor simplification 2016-05-20 11:35:00 +02:00
bench.h bench.c: experimental -r (operate recursively on directories) for Windows and _POSIX_C_SOURCE >= 200112L 2016-05-10 14:22:55 +02:00
COPYING Initial release 2015-01-24 01:58:16 +01:00
datagen.c fixed minor conversion warnings 2016-05-18 17:26:23 +02:00
datagen.h fixed benchmark autogen 2015-12-01 01:31:17 +01:00
datagencli.c datagencli uses mem.h 2016-05-11 11:42:51 +02:00
dibio.c bench.c: experimental -r (operate recursively on directories) for Windows and _POSIX_C_SOURCE >= 200112L 2016-05-10 14:22:55 +02:00
dibio.h separation of lib/ into common/, compress/, decompress/, dictBuilder/, legacy/ 2016-04-22 12:43:18 +02:00
fileio.c Added : Sparse write support 2016-05-23 16:56:56 +02:00
fileio.h Added : Sparse write support 2016-05-23 16:56:56 +02:00
fullbench.c all programs use ZSTD_VERSION_STRING from zstd.h to display their version 2016-05-20 12:34:40 +02:00
fuzzer.c all programs use ZSTD_VERSION_STRING from zstd.h to display their version 2016-05-20 12:34:40 +02:00
Makefile changed version to 0.6.2 2016-05-20 12:20:12 +02:00
paramgrill.c all programs use ZSTD_VERSION_STRING from zstd.h to display their version 2016-05-20 12:34:40 +02:00
playTests.sh Added tests for Sparse mode support 2016-05-23 17:48:57 +02:00
util.h Minor changes needed for OpenVMS 2016-05-21 12:15:48 +01:00
xxhash.c spelling-fixes, as of lintian.debian.org 2016-05-16 22:23:24 +02:00
xxhash.h updated xxhash 2016-01-06 01:37:46 +01:00
zbufftest.c all programs use ZSTD_VERSION_STRING from zstd.h to display their version 2016-05-20 12:34:40 +02:00
zstd.1 Updated man zstd 2016-02-16 14:42:08 +01:00
zstdcli.c Added tests for Sparse mode support 2016-05-23 17:48:57 +02:00