Lines Matching full:by
2 …were reading a few bytes beyond input size (introduced in v1.9.0, reported by @ppodolsky and @danl…
3 api : fix : lz4frame initializers compatibility with c++, reported by @degski
4 cli : added command --list, based on a patch by @gabrielstedman
5 build: improved Windows build, by @JPeterMugaas
6 build: AIX, by Norman Green
9 perf: large decompression speed improvement on x86/x64 (up to +20%) by @djwatson
13 cli : support custom block sizes, by @blezsan
14 build: source code can be amalgamated, by Bing Xu
15 build: added meson build, by @lzutao
17 install: MidnightBSD, by @laffer1
18 install: msys2 on Windows 10, by @vtorri
23 cli : new command --fast, by @jennifermliu
26 build : added Haiku target, by @fbrosson, and MidnightBSD, by @laffer1
30 perf: *much* faster dictionary compression on small files, by @felixhandte
31 perf: improved decompression speed and binary size, by Alexey Tourbin (@svpv)
35 fix : decompression segfault when provided with NULL input, by @terrelln
38 fullbench : can bench _destSize() variants, by @felixhandte
39 doc : clarified block format parsing restrictions, by Alexey Tourbin (@svpv)
44 perf : fix bad degenerative case, reported by @c-morgenstern
45 …g a combination of extDict + low memory address (#397), reported and fixed by Julian Scheid (@jsch…
46 cli : support for dictionary compression (`-D`), by Felix Handte @felixhandte
48 cli : fix : do not modify /dev/null permission as root, by @aliceatlas
50 build : `make` and `make test` compatible with `-jX`, reported by @mwgamera
51 build : can control LZ4LIB_VISIBILITY macro, by @mikir
52 install: fix man page directory (#387), reported by Stuart Cardall (@itoffshore)
55 cli : fix : do not modify /dev/null permissions, reported by @Maokaman1
57 API : added LZ4_compress_HC_destSize(), by Oleg (@remittor)
59 API : lz4frame : negative compression levels trigger fast acceleration, request by Lawrence Chan
61 API : fix : expose obsolete decoding functions, reported by Chen Yufei
63 build : fix : static lib installation, by Ido Rosen
67 doc : lz4 api manual, by Przemyslaw Skibinski
70 lz4hc : new high compression mode : levels 10-12 compress more and slower, by Przemyslaw Skibinski
71 lz4cat : fix : works with relative path (#284) and stdin (#285) (reported by @beiDei8z)
74 doc : markdown version of man page, by Takayuki Matsuoka (#279)
76 build : cmake : improvements by Michał Górny (#296)
79 …ed compilation directives provided through environment variables (#274, reported by Antoine Martin)
84 fix : compilation on gcc 4.4 (#272), reported by Antoine Martin
93 Improved cmake build script, by Evan Nemerson
94 New liblz4-dll project, by Przemyslaw Skibinki
97 cli : new : preserved file attributes, by Przemyslaw Skibinki
99 cli : fix : -t correctly validates lz4-compressed files, by Nick Terrell
103 Added : doc/lz4_manual.html, by Przemyslaw Skibinski
104 Added : dictionary compression and frame decompression examples, by Nick Terrell
105 Added : Debianization, by Evgeniy Polyakov
109 Added : Example using lz4frame library, by Zbigniew Jędrzejewski-Szmek (#118)
113 Fixed : incompatibility sparse mode vs console, reported by Yongwoon Cho (#105)
114 Fixed : LZ4IO exits too early when frame crc not present, reported by Yongwoon Cho (#106)
115 Fixed : incompatibility sparse mode vs append mode, reported by Takayuki Matsuoka (#110)
117 New : cross-version test, by Takayuki Matsuoka
123 Changed: Sparse file support enabled by default
125 Fixed : GCC 4.9+ optimization bug - Reported by Markus Trippelsdorf, Greg Slazinski & Evan Nemerson
126 Changed: Enums converted to LZ4F_ namespace convention - by Takayuki Matsuoka
127 Added : AppVeyor CI environment, for Visual tests - Suggested by Takayuki Matsuoka
128 Modified:Obsolete functions generate warnings - Suggested by Evan Nemerson, contributed by Takayuki…
129 Fixed : Bug #75 (unfinished stream), reported by Yongwoon Cho
133 New : lz4cli sparse file support (Requested by Neil Wilson, and contributed by Takayuki Matsuoka)
134 New : command -m, to compress multiple files in a single command (suggested by Kyle J. Harper)
136 New : lz4 cli supports long commands (suggested by Takayuki Matsuoka)
138 New : lz4frame supports skippable frames, as requested by Sergey Cherepanov
139 Changed: Default "make install" directory is /usr/local, as notified by Ron Johnson
140 New : lz4 cli supports "pass-through" mode, requested by Neil Wilson
142 New : scan-build tests, thanks to kind help by Takayuki Matsuoka
144 New : arm cross-compilation test, thanks to kind help by Takayuki Matsuoka
145 Fixed : Fuzzer + frametest compatibility with NetBSD (issue #48, reported by Thomas Klausner)
154 Fixed : GCC 4.9 bug on highest performance settings, reported by Greg Slazinski
155 Fixed : bug within LZ4 HC streaming mode, reported by James Boyle
156 Fixed : older compiler don't like nameless unions, reported by Cheyi Lin
198 Makefile : lz4-test only test native binaries, as suggested by Michał Górny (issue 136)
238 Version number into lz4.h (suggested by Francesc Alted)
251 cmake : improved version by Mika Attila, building programs and libraries (issue 100)
280 Makefile : New install script and man page, contributed by Prasad Pandit