Rivoreo Source Code Repositories
src.rivoreo.one
/
lz4
/
7a863abfc2da21cf69fc2db2ad92e9f8e2c72004
/
fuzzer.c
27efcd4
Removed dependency to "lz4_encoder.h" and "lz4hc_encoder.h"
by yann.collet.73@gmail.com
· 11 years ago
13e966d
lz4c : made display and arguments more compatible with gzip, for easier integration with tar (patch by Yaakov Selkowitz)
by yann.collet.73@gmail.com
· 11 years ago
16c0942
lz4.c no longer depends on lz4_decoder.h (removed)
by yann.collet.73@gmail.com
· 11 years ago
cd3bcd0
New experimental mode : compress blocks using data from previous blocks (option -BD) (limitation : -hc mode only)
by yann.collet.73@gmail.com
· 11 years ago
40ae704
- New naming : LZ4_decompress_safe() and LZ4_decompress_fast()
by yann.collet.73@gmail.com
· 12 years ago
a2e93db
Added : function LZ4_compressHC_limitedOutput()
by yann.collet.73@gmail.com
· 12 years ago
cbfd031
Added : LZ4 Streaming Format specification (v1.3)
by yann.collet.73@gmail.com
· 12 years ago
647baab
Updated : cmake/CMakeLists.txt, by Nobuhiro Iwamatsu
by yann.collet.73@gmail.com
· 12 years ago
633c519
- New cmake file, by Nobuhiro Iwamatsu, which can also produce shared and static libraries.
by yann.collet.73@gmail.com
· 12 years ago
26b82f3
Improved endianess detection
by yann.collet.73@gmail.com
· 12 years ago
ffb27d4
LZ4 HC : extended detection window. Thanks to Adrien Grand.
by yann.collet.73@gmail.com
· 12 years ago
7185dc0
Corrected Issue 34 (restrict) minor macro renaming (fuzzer.c)
by yann.collet.73@gmail.com
· 12 years ago
b1e707f
- Corrected issue 31 : LZ4 correctly accepts compressing data when the output buffer has exactly the required size (it was a bit over-cautious in previous version).
by yann.collet.73@gmail.com
· 12 years ago