zstd/programs
2016-05-09 12:28:20 +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 Fixed BMI behavior on x86 and x32 targets, reported by @tycho (#178) 2016-05-01 10:26:30 +02:00
bench.h added ZSTD_compressBegin_targetSrcSize 2016-03-23 20:30:26 +01:00
COPYING Initial release 2015-01-24 01:58:16 +01:00
datagen.c fixed datagen 2016-05-09 12:28:20 +02:00
datagen.h fixed benchmark autogen 2015-12-01 01:31:17 +01:00
datagencli.c Fixed a few issues found by AFL (American Fuzzy Lop) 2015-08-24 20:17:11 +01:00
dibio.c Reduced console display on loading lots of files with zstd --train. Reported by @KrzysFR, see #177 2016-05-09 04:44:45 +02:00
dibio.h separation of lib/ into common/, compress/, decompress/, dictBuilder/, legacy/ 2016-04-22 12:43:18 +02:00
fileio.c Reduced console display on loading lots of files with zstd --train. Reported by @KrzysFR, see #177 2016-05-09 04:44:45 +02:00
fileio.h implemented --ultra mode protection 2016-03-10 21:02:25 +01:00
fullbench.c util.h must the the first include to #define _POSIX_C_SOURCE 2016-04-29 15:19:40 +02:00
fuzzer.c Fixed : contentSize + copyCCtx() 2016-04-12 19:13:08 +02:00
Makefile fix for g++ compilation 2016-04-22 18:54:05 +02:00
paramgrill.c Added gnu90 test 2016-05-05 03:01:13 +02:00
playTests.sh Fixed : cli error on stdin + stdout, as detected by Alexey Spiridonov 2016-04-10 20:40:26 +02:00
xxhash.c No stdint.h on OpenVMS. 2016-05-04 15:42:25 +01:00
xxhash.h updated xxhash 2016-01-06 01:37:46 +01:00
zbufftest.c Fixed 32-bits windowLog limitation 2016-04-04 04:22:53 +02:00
zstd.1 Updated man zstd 2016-02-16 14:42:08 +01:00
zstdcli.c Fixed BMI behavior on x86 and x32 targets, reported by @tycho (#178) 2016-05-01 10:26:30 +02:00