lz4/programs
2015-12-20 15:48:15 +01:00
..
.gitignore Make git ignore generated files 2015-06-15 21:50:00 -04:00
bench.c Updated lz4hc API 2015-05-03 20:57:21 +01:00
bench.h Improved sparse file support 2015-03-13 02:24:08 +01:00
COPYING Makefile : added capability to install libraries 2014-01-07 18:47:50 +00:00
datagen.c changed datagen to remove one malloc 2015-06-28 19:43:12 -08:00
datagen.h Updated datagen (can create sparse files) 2015-03-10 00:12:51 +01:00
datagencli.c Improved sparse files support 2015-03-13 20:36:59 +01:00
frametest.c Added compilation flag -Wcast-qual 2015-05-06 01:58:24 +01:00
fullbench.c New lz4 API, using LZ4_compress_fast() 2015-05-03 17:57:46 +01:00
fuzzer.c Fixed a few minor visual analyzer warnings 2015-06-29 00:31:41 -08:00
lz4.1 clarified man page as suggested in #170 2015-12-20 15:48:15 +01:00
lz4cli.c Tweak error message 2015-09-02 18:57:19 -07:00
lz4io.c Fixed a few minor visual analyzer warnings 2015-06-29 00:31:41 -08:00
lz4io.h Added new LZ4IO_decompressMultipleFilenames to allow decompression of multiple files with the -m switch added in r128 (ref: google code issue 151). Limitation: will only process files matching LZ4_EXTENSION macro, which for now seems reasonable. 2015-04-12 17:33:40 -05:00
Makefile Fix : compiler-independent macro to remove deprecation warnings 2015-10-21 12:58:06 +01:00