Go to file
yann.collet.73@gmail.com 3e65c1e0c6 New command line utility, lz4 (notice the missing final 'c'), with gzip-style arguments (issue 83)
lz4c still there, supports additional gzip arguments, but also keep compatibility with legacy commands
lz4 (& lz4c) display version number
Fix : Sun Studio : compatible #pragma directive (issue 81)
Fix : compatible with Objective-C (iOS) (issue 79)
Fix : minor warnings using Visual Studio x64 (issue 80)
Changed : source file lz4c.c renamed lz4cli.c

git-svn-id: https://lz4.googlecode.com/svn/trunk@103 650e7d94-2a16-8b24-b05c-7c0b3f6821cd
2013-09-09 09:06:21 +00:00
cmake New command line utility, lz4 (notice the missing final 'c'), with gzip-style arguments (issue 83) 2013-09-09 09:06:21 +00:00
bench.c New command line utility, lz4 (notice the missing final 'c'), with gzip-style arguments (issue 83) 2013-09-09 09:06:21 +00:00
bench.h lz4c : made display and arguments more compatible with gzip, for easier integration with tar (patch by Yaakov Selkowitz) 2013-07-27 11:19:31 +00:00
fullbench.c New command line utility, lz4 (notice the missing final 'c'), with gzip-style arguments (issue 83) 2013-09-09 09:06:21 +00:00
fuzzer.c Removed dependency to "lz4_encoder.h" and "lz4hc_encoder.h" 2013-08-12 08:35:52 +00:00
lz4_format_description.txt Added : LZ4 Streaming Format specification (v1.3) 2013-04-13 09:31:22 +00:00
lz4.c New command line utility, lz4 (notice the missing final 'c'), with gzip-style arguments (issue 83) 2013-09-09 09:06:21 +00:00
lz4.h New command line utility, lz4 (notice the missing final 'c'), with gzip-style arguments (issue 83) 2013-09-09 09:06:21 +00:00
lz4cli.c New command line utility, lz4 (notice the missing final 'c'), with gzip-style arguments (issue 83) 2013-09-09 09:06:21 +00:00
lz4hc.c LZ4 compression supports block dependency (argument -BD within lz4c command line) 2013-08-16 10:46:08 +00:00
lz4hc.h LZ4 compression supports block dependency (argument -BD within lz4c command line) 2013-08-16 10:46:08 +00:00
LZ4 Streaming Format.odt - New naming : LZ4_decompress_safe() and LZ4_decompress_fast() 2013-04-26 14:37:46 +00:00
Makefile New command line utility, lz4 (notice the missing final 'c'), with gzip-style arguments (issue 83) 2013-09-09 09:06:21 +00:00
xxhash.c Bugfix release 2013-08-07 17:14:03 +00:00
xxhash.h lz4.c no longer depends on lz4_decoder.h (removed) 2013-06-10 17:29:13 +00:00