Lines Matching refs:lz4
27 cli : fix : `lz4 -d --rm` preserves timestamp (#441)
47 doc : lz4 api manual, by Przemyslaw Skibinski
79 cli : fix : -t correctly validates lz4-compressed files, by Nick Terrell
102 Changed: New lz4 and lz4hc compression API. Previous function prototypes still supported.
116 New : lz4 cli supports long commands (suggested by Takayuki Matsuoka)
120 New : lz4 cli supports "pass-through" mode, requested by Neil Wilson
137 Changed : lz4 is C90 compatible
175 Updated : Makefile : synchronize library version number with lz4.h, thanks to Takayuki Matsuoka
178 Makefile : lz4-test only test native binaries, as suggested by Michał Górny (issue 136)
209 lz4.h : no more static inline prototypes (issue 116)
218 Version number into lz4.h (suggested by Francesc Alted)
228 lz4 & lz4hc : added capability to allocate state & stream state with custom allocator (issue 99)
236 lz4.c : corrected issue 98 (LZ4_compress_limitedOutput())
240 lz4.c : corrected compression efficiency issue 97 in 64-bits chained mode (-BD) for streams > 4 GB …
244 Makefile : make install installs both lz4 and lz4c (Jorge Aparicio)
247 lz4.h : introduced LZ4_MAX_INPUT_SIZE constant (Shay Green)
248 lz4.h : LZ4_compressBound() : unified macro and inline definitions (Shay Green)
249 lz4.h : LZ4_decompressSafe_partial() : clarify comments (Shay Green)
250 lz4.c : LZ4_compress() verify input size condition (Shay Green)