Lines Matching +full:fullbench +full:- +full:dll
10 api : fix alignment test on 32-bit systems (state initialization)
12 cli : `-l` legacy format is now compatible with `-m` multiple files, by Filipe Calasans
14 cli : fix --fast with large argument, detected by @picoHz
15 build: link to user-defined memory functions with LZ4_USER_MEMORY_FUNCTIONS, suggested by Yuriy Lev…
24 fix : out-of-bound read in exceptional circumstances when using decompress_partial(), by @terrelln
25 fix : slim opportunity for out-of-bound write with compress_fast() with a large enough input and wh…
31 api: better in-place decompression and compression support
32 cli : --list supports multi-frames files, by @gstedman
33 cli: --version outputs to stdout
34 cli : add option --best as an alias of -12 , by @Low-power
35 misc: Integration into oss-fuzz by @cmeister2, expanded list of scenarios by @terrelln
40 cli : added command --list, based on a patch by @gabrielstedman
59 cli : new command --fast, by @jennifermliu
60 cli : fixed elapsed time, and added cpu load indicator (on -vv) (#555)
72 cli : new command --favor-decSpeed
74 fullbench : can bench _destSize() variants, by @felixhandte
80 perf : fix bad degenerative case, reported by @c-morgenstern
82 cli : support for dictionary compression (`-D`), by Felix Handte @felixhandte
83 cli : fix : `lz4 -d --rm` preserves timestamp (#441)
86 build : `make` and `make test` compatible with `-jX`, reported by @mwgamera
92 cli : added GNU separator -- specifying that all following arguments are files
102 doc : Updated LZ4 Frame format to v1.6.0, restoring Dictionary-ID field
106 lz4hc : new high compression mode : levels 10-12 compress more and slower, by Przemyslaw Skibinski
108 cli : fix minor notification when using -r recursive mode
111 build : Makefile : fix make -jX lib+exe concurrency (#277)
118 Improved : much better speed in -mx32 mode
119 cli : fix : Large file support in 32-bits mode on Mac OS-X
125 Improved: Small compression speed improvement on 64-bits systems
128 Fix : better ratio on 64-bits big-endian targets
130 New liblz4-dll project, by Przemyslaw Skibinki
132 cli : new : --rm and --help commands
135 cli : fix : -t correctly validates lz4-compressed files, by Nick Terrell
137 cli : bench : new : -r recursive mode
145 Added : Example using lz4frame library, by Zbigniew Jędrzejewski-Szmek (#118)
153 New : cross-version test, by Takayuki Matsuoka
161 Fixed : GCC 4.9+ optimization bug - Reported by Markus Trippelsdorf, Greg Slazinski & Evan Nemerson
162 Changed: Enums converted to LZ4F_ namespace convention - by Takayuki Matsuoka
163 Added : AppVeyor CI environment, for Visual tests - Suggested by Takayuki Matsuoka
164 Modified:Obsolete functions generate warnings - Suggested by Evan Nemerson, contributed by Takayuki…
170 New : command -m, to compress multiple files in a single command (suggested by Kyle J. Harper)
176 New : lz4 cli supports "pass-through" mode, requested by Neil Wilson
178 New : scan-build tests, thanks to kind help by Takayuki Matsuoka
180 New : arm cross-compilation test, thanks to kind help by Takayuki Matsuoka
194 Changed : added -pedantic option, fixed a few mminor warnings
214 Fix : test mode (-t) no longer requires confirmation, thanks to Thary Nguyen
218 Fix : mips 64-bits support (lew van)
225 Fix : Makefile : install for OS-X and BSD, thanks to Takayuki Matsuoka
230 Fix : OS-X : library install name, thanks to Clemens Lang
233 Added : pkg-config, thanks to Zbigniew Jędrzejewski-Szmek (issue 135)
234 Makefile : lz4-test only test native binaries, as suggested by Michał Górny (issue 136)
238 Fix : Issue 134 : extended malicious address space overflow in 32-bits mode for some specific confi…
245 fix : Issue 52 (malicious address space overflow in 32-bits mode when using large custom format)
251 fix : block-dependency command line (issue 127)
259 OS-X compatible compilation of dynamic library (issue 115)
262 Makefile : library correctly compiled with -O3 switch (issue 114)
271 Large decompression speed improvement for GCC 32-bits. Thanks to Valery Croizier !
285 fuzzer & fullbench : updated to test new functions
286 man : documented -l command (Legacy format, for Linux kernel compression) (issue 102)
296 lz4.c : corrected compression efficiency issue 97 in 64-bits chained mode (-BD) for streams > 4 GB …
301 Makefile : removed -Wno-implicit-declaration compilation switch