Rivoreo Source Code Repositories
src.rivoreo.one
/
lz4
/
r131
/
NEWS
14064be
Updated NEWS
by Yann Collet
· 9 years ago
caba2cc
staticAnalyze use same compilation flags as normal build
by Yann Collet
· 9 years ago
c04df7e
Changed : static library is no longer compiled with -fPIC by default (this option can still be added on the command line) See #53
by Yann Collet
· 9 years ago
6f50184
Updated NEWS
by Yann Collet
· 10 years ago
91c1b9a
Performance fix : big compression speed boost for clang (+30%)
by Yann Collet
· 10 years ago
26065c3
Fixed : LZ4IO exits too early when frame crc not present, reported by Yongwoon Cho (#106)
by Yann Collet
· 10 years ago
f02c467
Added a few more interoperability tests (32bits vs 64 bits)
by Yann Collet
· 10 years ago
05b0aa6
Updated readme
by Yann Collet
· 10 years ago
197982e
Fixed unfinished frame (issue #75)
by Yann Collet
· 10 years ago
973e385
Implemented obsolete warning message
by Yann Collet
· 10 years ago
be9d248
Update lz4hc API : LZ4_compressHC_safe()
by Yann Collet
· 10 years ago
886b199
Modified files rights
by Yann Collet
· 10 years ago
7db6678
Restored proper credit
by Yann Collet
· 10 years ago
f174964
Added : Frame documentation in MarkDown format
by Yann Collet
· 10 years ago
4783cb8
Updated readme
by Yann Collet
· 10 years ago
b4755c7
Added : arm cross-compilation test
by Yann Collet
· 10 years ago
7f436a1
lz4 cli supports frame content size
by Yann Collet
· 10 years ago
7cf4e5c
Updates tests & Man pages
by Yann Collet
· 10 years ago
7ee7256
frame content size support
by Yann Collet
· 10 years ago
859fe3b
Updated LZ4 frame format documentation
by Yann Collet
· 10 years ago
e7fb4d1
lz4 utility supports "pass-through" mode
by Yann Collet
· 10 years ago
3a68324
skippable frames support
by Yann Collet
· 10 years ago
45b0642
scan-build tests
by Yann Collet
· 10 years ago
e38c268
Fixed minor g++ warnings
by Yann Collet
· 10 years ago
ceec6fa
g++ compatibility
by Yann Collet
· 10 years ago
32a85fc
NetBSD compatibility (#48)
by Yann Collet
· 10 years ago
488029e
Updated : compress multiple files
by Yann Collet
· 10 years ago
f68eead
Added : -pedantic compilation option
by Yann Collet
· 10 years ago
0569a68
C90 compatibility
by Yann Collet
· 10 years ago
8a9fb8c
Fixed : older compiler don't like nameless unions, reported by Cheyi Lin
by Yann Collet
· 10 years ago
95cc6ce
Fixed : bug within LZ4 HC streaming mode, reported by James Boyle
by Yann Collet
· 10 years ago
7a8cd69
Fixed : GCC 4.9 bug on highest performance settings, reported by Greg Slazinski
by Yann Collet
· 10 years ago
daa320f
New : lz4frame integrated into liblz4 (v1.5.0)
by Yann Collet
· 10 years ago
3060277
updated NEWS
by Yann Collet
· 10 years ago
fc4a615
fixed : pkg version
by Yann Collet
· 10 years ago
b827ecf
Clarified a few comments
by Yann Collet
· 10 years ago
d008c87
New directory structure : library source files into /lib directory
by Yann Collet
· 10 years ago
b3b207c
New endian & alignment code
by Yann Collet
· 10 years ago
2ab6f9a
Updated : xxHash to r37
by Yann Collet
· 10 years ago
abb6f78
Added : suooirt for s390x, thanks to Nobuhiro Iwamatsu
by Yann Collet
· 10 years ago
d71b9e2
small improvements to lz4frame compression
by Yann Collet
· 10 years ago
bb902d8
Updated : NEWS to r122
by Yann Collet
· 10 years ago
7ac18ad
fix : HC streaming mode
by Yann Collet
· 10 years ago
a50c102
Added : Makefile : install for kFreeBSD and Hurd (Nobuhiro Iwamatsu)
by Yann Collet
· 10 years ago
f9e16d2
updated NEWS
by Yann Collet
· 10 years ago
2f93f3a
Updated xxHash to r35
by Yann Collet
· 10 years ago
070b335
Fix : OS-X : library install name, thanks to Clemens Lang
by Yann Collet
· 10 years ago
fd51d05
updated fuzzer, faster and cleaner overflow tests
by Yann Collet
· 10 years ago
bdb5bce
update to r119
by Yann Collet
· 10 years ago
93e589c
updated NEWS
by Yann Collet
· 10 years ago
30a41b5
updated NEWS
by Yann Collet
· 11 years ago
5b91330
Added lz4c & lz4cat man pages
by Yann Collet
· 11 years ago
374d6ac
Fixed issue 127 & 128
by Yann Collet
· 11 years ago
37be467
quickfix (issue 124 & 125)
by yann.collet.73@gmail.com
· 11 years ago
848fdf3
Added : lz4cat utility for posx systems
by yann.collet.73@gmail.com
· 11 years ago
a9d8640
Makefile : library correctly compiled with -O3 switch (issue 114)
by yann.collet.73@gmail.com
· 11 years ago
69dc85b
Large decompression speed improvement for GCC 32-bits. Thanks to Valery Croizier !
by yann.collet.73@gmail.com
· 11 years ago
96a60a5
quickfix (issue 107 & issue 103)
by yann.collet.73@gmail.com
· 11 years ago
6486787
Makefile : added capability to install libraries
by yann.collet.73@gmail.com
· 11 years ago
fb38dda
lz4 & lz4hc : added capability to allocate state & stream state with custom allocator (issue 99)
by yann.collet.73@gmail.com
· 11 years ago
8ac549f
lz4.c : corrected issue 98 within LZ4_compress_limitedOutput()
by yann.collet.73@gmail.com
· 11 years ago
7a863ab
lz4.c : corrected compression efficiency issue 97 in 64-bits chained mode (-BD) for streams > 4 GB (thanks Roman Strashkin for reporting)
by yann.collet.73@gmail.com
· 11 years ago
a78db58
Makefile : support DESTDIR for staged installs. Thanks Jorge Aparicio.
by yann.collet.73@gmail.com
· 11 years ago
82bf5be
by yann.collet.73@gmail.com
· 11 years ago
c63f81c
Makefile : New install script and man page, contributed by Prasad Pandit
by yann.collet.73@gmail.com
· 11 years ago