Lines Matching full:lz4
31 cli : fix : -t correctly validates lz4-compressed files, by Nick Terrell
54 Changed: New lz4 and lz4hc compression API. Previous function prototypes still supported.
56 New : LZ4 CLI improved performance compressing/decompressing multiple files (#86, kind contribut…
68 New : lz4 cli supports long commands (suggested by Takayuki Matsuoka)
72 New : lz4 cli supports "pass-through" mode, requested by Neil Wilson
87 Fixed : bug within LZ4 HC streaming mode, reported by James Boyle
89 Changed : lz4 is C90 compatible
102 New : LZ4 HC streaming mode
127 Updated : Makefile : synchronize library version number with lz4.h, thanks to Takayuki Matsuoka
130 Makefile : lz4-test only test native binaries, as suggested by Michał Górny (issue 136)
137 New : LZ4 Streaming API (Fast version), special thanks to Takayuki Matsuoka
161 lz4.h : no more static inline prototypes (issue 116)
170 Version number into lz4.h (suggested by Francesc Alted)
180 lz4 & lz4hc : added capability to allocate state & stream state with custom allocator (issue 99)
188 lz4.c : corrected issue 98 (LZ4_compress_limitedOutput())
192 lz4.c : corrected compression efficiency issue 97 in 64-bits chained mode (-BD) for streams > 4 GB …
196 Makefile : make install installs both lz4 and lz4c (Jorge Aparicio)
199 lz4.h : introduced LZ4_MAX_INPUT_SIZE constant (Shay Green)
200 lz4.h : LZ4_compressBound() : unified macro and inline definitions (Shay Green)
201 lz4.h : LZ4_decompressSafe_partial() : clarify comments (Shay Green)
202 lz4.c : LZ4_compress() verify input size condition (Shay Green)