zstd/programs
2016-06-15 23:33:52 +02:00
..
legacy added legacy decoder for v0.6 format 2016-06-09 17:59:18 +02:00
.gitignore removed HUF_readStats() from public space 2016-06-05 01:33:55 +02:00
bench.c Integrated new dictionary API into bench module 2016-06-07 01:40:49 +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 removed msan tests, due to issues with datagen.c 2016-06-06 19:42:47 +02:00
datagen.h fixed benchmark autogen 2015-12-01 01:31:17 +01:00
datagencli.c added datagen in Visual Studio project 2016-05-19 12:16:14 +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 Added command --rm : remove source file after successful de/compression 2016-06-09 23:01:19 +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 Merged zstd_static.h into zstd.h . Now requires ZSTD_STATIC_LINKING_ONLY macro 2016-06-04 19:47:02 +02:00
Makefile Added -Wdeclaration-after-statement compilation flag 2016-06-02 17:56: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 fixed dictionary tests 2016-06-15 23:33:38 +02:00
roundTripCrash.c Added : utility roundTripCrash 2016-05-28 15:30:01 +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 new frame format, allowing custom window size 2016-06-06 00:26:38 +02:00
zstd.1 Fix Max Compression Level in zstd.1 2016-06-15 22:20:46 +02:00
zstdcli.c Added command --rm : remove source file after successful de/compression 2016-06-09 23:01:19 +02:00