Go to file
yann.collet.73@gmail.com 13e966d968 lz4c : made display and arguments more compatible with gzip, for easier integration with tar (patch by Yaakov Selkowitz)
Correction : large files support on 32-bits unix (reported by Karthik Rajeswaran)
lz4c : reduce the amount of displayed information in default mode; introduce a verbose mode
lz4c : changed help message
Updated xxHash to r31
Made bench.c compatible with tcc
Corrected : a few minor warnings found by CppCheck, as suggested by Brian White
lz4.c : Pushed BIG_ENDIAN_NATIVE_BUT_INCOMPATIBLE farther in the code, since it is reported as providing little benefit
Corrected : minor 64K input condition, detected by Mat Hostetter

git-svn-id: https://lz4.googlecode.com/svn/trunk@99 650e7d94-2a16-8b24-b05c-7c0b3f6821cd
2013-07-27 11:19:31 +00:00
cmake Added : LZ4 Streaming Format specification (v1.3) 2013-04-13 09:31:22 +00:00
bench.c 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
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 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
fuzzer.c 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
lz4_encoder.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
lz4_format_description.txt Added : LZ4 Streaming Format specification (v1.3) 2013-04-13 09:31:22 +00:00
lz4.c 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
lz4.h Corrected issue 70, 'pack' instruction on IBM AIX 2013-07-01 07:50:40 +00:00
lz4c.c 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
lz4hc_encoder.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
lz4hc.c 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
lz4hc.h Corrected issue 70, 'pack' instruction on IBM AIX 2013-07-01 07:50:40 +00:00
LZ4 Streaming Format.odt - New naming : LZ4_decompress_safe() and LZ4_decompress_fast() 2013-04-26 14:37:46 +00:00
Makefile Corrected issue 70, 'pack' instruction on IBM AIX 2013-07-01 07:50:40 +00:00
xxhash.c 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
xxhash.h lz4.c no longer depends on lz4_decoder.h (removed) 2013-06-10 17:29:13 +00:00