Lines Matching full:by
4 cli : new command --fast, by @jennifermliu
6 build : added Haiku target, by @fbrosson, and MidnightBSD, by @laffer1
10 perf: *much* faster dictionary compression on small files, by @felixhandte
11 perf: improved decompression speed and binary size, by Alexey Tourbin (@svpv)
15 fix : decompression segfault when provided with NULL input, by @terrelln
18 fullbench : can bench _destSize() variants, by @felixhandte
19 doc : clarified block format parsing restrictions, by Alexey Tourbin (@svpv)
24 perf : fix bad degenerative case, reported by @c-morgenstern
25 …g a combination of extDict + low memory address (#397), reported and fixed by Julian Scheid (@jsch…
26 cli : support for dictionary compression (`-D`), by Felix Handte @felixhandte
28 cli : fix : do not modify /dev/null permission as root, by @aliceatlas
30 build : `make` and `make test` compatible with `-jX`, reported by @mwgamera
31 build : can control LZ4LIB_VISIBILITY macro, by @mikir
32 install: fix man page directory (#387), reported by Stuart Cardall (@itoffshore)
35 cli : fix : do not modify /dev/null permissions, reported by @Maokaman1
37 API : added LZ4_compress_HC_destSize(), by Oleg (@remittor)
39 API : lz4frame : negative compression levels trigger fast acceleration, request by Lawrence Chan
41 API : fix : expose obsolete decoding functions, reported by Chen Yufei
43 build : fix : static lib installation, by Ido Rosen
47 doc : lz4 api manual, by Przemyslaw Skibinski
50 lz4hc : new high compression mode : levels 10-12 compress more and slower, by Przemyslaw Skibinski
51 lz4cat : fix : works with relative path (#284) and stdin (#285) (reported by @beiDei8z)
54 doc : markdown version of man page, by Takayuki Matsuoka (#279)
56 build : cmake : improvements by Michał Górny (#296)
59 …ed compilation directives provided through environment variables (#274, reported by Antoine Martin)
64 fix : compilation on gcc 4.4 (#272), reported by Antoine Martin
73 Improved cmake build script, by Evan Nemerson
74 New liblz4-dll project, by Przemyslaw Skibinki
77 cli : new : preserved file attributes, by Przemyslaw Skibinki
79 cli : fix : -t correctly validates lz4-compressed files, by Nick Terrell
83 Added : doc/lz4_manual.html, by Przemyslaw Skibinski
84 Added : dictionary compression and frame decompression examples, by Nick Terrell
85 Added : Debianization, by Evgeniy Polyakov
89 Added : Example using lz4frame library, by Zbigniew Jędrzejewski-Szmek (#118)
93 Fixed : incompatibility sparse mode vs console, reported by Yongwoon Cho (#105)
94 Fixed : LZ4IO exits too early when frame crc not present, reported by Yongwoon Cho (#106)
95 Fixed : incompatibility sparse mode vs append mode, reported by Takayuki Matsuoka (#110)
97 New : cross-version test, by Takayuki Matsuoka
103 Changed: Sparse file support enabled by default
105 Fixed : GCC 4.9+ optimization bug - Reported by Markus Trippelsdorf, Greg Slazinski & Evan Nemerson
106 Changed: Enums converted to LZ4F_ namespace convention - by Takayuki Matsuoka
107 Added : AppVeyor CI environment, for Visual tests - Suggested by Takayuki Matsuoka
108 Modified:Obsolete functions generate warnings - Suggested by Evan Nemerson, contributed by Takayuki…
109 Fixed : Bug #75 (unfinished stream), reported by Yongwoon Cho
113 New : lz4cli sparse file support (Requested by Neil Wilson, and contributed by Takayuki Matsuoka)
114 New : command -m, to compress multiple files in a single command (suggested by Kyle J. Harper)
116 New : lz4 cli supports long commands (suggested by Takayuki Matsuoka)
118 New : lz4frame supports skippable frames, as requested by Sergey Cherepanov
119 Changed: Default "make install" directory is /usr/local, as notified by Ron Johnson
120 New : lz4 cli supports "pass-through" mode, requested by Neil Wilson
122 New : scan-build tests, thanks to kind help by Takayuki Matsuoka
124 New : arm cross-compilation test, thanks to kind help by Takayuki Matsuoka
125 Fixed : Fuzzer + frametest compatibility with NetBSD (issue #48, reported by Thomas Klausner)
134 Fixed : GCC 4.9 bug on highest performance settings, reported by Greg Slazinski
135 Fixed : bug within LZ4 HC streaming mode, reported by James Boyle
136 Fixed : older compiler don't like nameless unions, reported by Cheyi Lin
178 Makefile : lz4-test only test native binaries, as suggested by Michał Górny (issue 136)
218 Version number into lz4.h (suggested by Francesc Alted)
231 cmake : improved version by Mika Attila, building programs and libraries (issue 100)
260 Makefile : New install script and man page, contributed by Prasad Pandit