Rivoreo Source Code Repositories
src.rivoreo.one
/
lz4
/
4791cda04af2fdf19f1a1ea7c2d1187ad82cc547
/
lib
4791cda
fixed strict warnings
by Yann Collet
· 8 years ago
258a5e7
updated comments
by Yann Collet
· 8 years ago
84cedb4
updated links to LZ4 repository
by Przemyslaw Skibinski
· 8 years ago
88cef26
documentation moved to doc/
by Przemyslaw Skibinski
· 8 years ago
6750014
Clarified license (#115, #244)
by Yann Collet
· 8 years ago
7e112cf
fixes static compilation under Windows (#246)
by Yann Collet
· 8 years ago
52cdb4a
Merge pull request #241 from vapier/dev
by Yann Collet
· 8 years ago
43b6312
add a flag to disable static libs
by Mike Frysinger
· 8 years ago
59771f4
Use different prefix for each file to avoid conflict
by Kouhei Sutou
· 8 years ago
012c665
Add LZ4LIB_API
by Kouhei Sutou
· 8 years ago
3b9439c
updated uninstall
by Yann Collet
· 8 years ago
8eae132
Merge pull request #236 from inikep/dev
by Yann Collet
· 8 years ago
3399354
removed test artefacts
by Yann Collet
· 8 years ago
3eb143f
fix bug #232 at https://github.com/Cyan4973/lz4/issues/232
by inikep
· 8 years ago
28f9864
lz4 version source from lz4.h
by Yann Collet
· 8 years ago
64f556e
lz4cli version number from lz4.h
by Yann Collet
· 8 years ago
5871585
coding style change
by Yann Collet
· 8 years ago
2cf32ef
-b# and -e# options from zstd
by inikep
· 8 years ago
681d501
use gnu c99 to get both c99 and POSIX
by Georg Sauthoff
· 8 years ago
5bd3eaa
minor comments
by Yann Collet
· 8 years ago
9578ff5
minor refactor
by Yann Collet
· 8 years ago
a7672dc
minor decompression speed gains
by Yann Collet
· 8 years ago
63d22e7
minor comments clarifications
by Yann Collet
· 8 years ago
74e6afc
minor comments clarification
by Yann Collet
· 8 years ago
2ac9ece
Fixed #157 : LZ4F_getFrameInfo() fails on valid null-content frame
by Yann Collet
· 8 years ago
d3e2d80
Use https wherever possible
by Ben Wiederhake
· 8 years ago
6540030
Use correct 'repository' hostname
by Ben Wiederhake
· 8 years ago
91cce75
Updated xxhash library to v0.6.1
by Yann Collet
· 8 years ago
5540f4f
stronger compilation flags
by Yann Collet
· 8 years ago
19e585c
modified : some more deprecated functions from lz4hc.h generate warnings
by Yann Collet
· 8 years ago
6b1600f
changed : default benchmark LZ4_decompress_safe()
by Yann Collet
· 8 years ago
6923f3e
Minor refactoring (code style)
by Yann Collet
· 8 years ago
410ec81
Fixed : alignment warning
by Yann Collet
· 8 years ago
bc342ab
minor refactoring
by Yann Collet
· 8 years ago
c8a573d
very minor decompression speed gain
by Yann Collet
· 8 years ago
e27e731
minor code refactoring
by Yann Collet
· 8 years ago
8938e10
minor compression speed improvement
by Yann Collet
· 8 years ago
c77c0c1
minor refactoring
by Yann Collet
· 8 years ago
3c03326
minor refactoring (coding style)
by Yann Collet
· 8 years ago
7bfbccb
Add FreeBSD to install targets
by Martin Waschbüsch
· 9 years ago
bc70a4b
fixed non-C99 compilers
by Irwan Djajadi
· 9 years ago
10e3eec
fixed non-C99 compiler
by Irwan Djajadi
· 9 years ago
973baa2
Merge branch 'heapmode_alloc_failure_fix' into dev
by Irwan Djajadi
· 9 years ago
3e5bb67
alloc failure fix
by Irwan Djajadi
· 9 years ago
cf6652f
lz4cli: print library version
by John Zhuge
· 9 years ago
dc868cd
Allow for safe in-place decoding
by Julius Werner
· 9 years ago
4fcb2e1
Remove whitespace from ends of lines
by Julius Werner
· 9 years ago
2c80138
heapmode macro option for lz4hc
by Yann Collet
· 9 years ago
ff3324b
Fix : compiler-independent macro to remove deprecation warnings
by Yann Collet
· 9 years ago
cd18ed3
create link to dynamic library without using `cp -a` (#147)
by Yann Collet
· 9 years ago
fb6fece
Updated Makefile and .travis
by Yann Collet
· 9 years ago
9aa5504
New unalign access method
by Yann Collet
· 9 years ago
e5aee60
updated xxhash
by Yann Collet
· 9 years ago
d15ac1f
Slightly improved compression speed on ARMv6
by Yann Collet
· 9 years ago
0f2bf0c
Improved performance on ARMv6
by Yann Collet
· 9 years ago
4b43847
Updated xxhash to r41
by Yann Collet
· 9 years ago
60119e2
Makefile : generates *.o for faster processing
by Yann Collet
· 9 years ago
9517bd9
minor simplification lz4_readarch()
by Yann Collet
· 9 years ago
00eedb3
minor refactor
by Yann Collet
· 9 years ago
3e579af
Slightly improved decompression speed
by Yann Collet
· 9 years ago
795a2cd
sligthly improved decompression speed
by Yann Collet
· 9 years ago
a3c6dab
liblz4 : Moved XXH_NAMESPACE to CPPFLAGS
by Yann Collet
· 9 years ago
dfabec2
Fixed a few minor visual analyzer warnings
by Yann Collet
· 9 years ago
aa1350e
lz4hc : added one malloc test
by Yann Collet
· 9 years ago
0cc38f9
Updated lib readme
by Yann Collet
· 9 years ago
192ee72
Added namespace ability to xxhash
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
b17d322
Minor lib readme update
by Yann Collet
· 9 years ago
91c1b9a
Performance fix : big compression speed boost for clang (+30%)
by Yann Collet
· 10 years ago
05c3f66
Updated a few comments
by Yann Collet
· 10 years ago
672bfde
Updated comments
by Yann Collet
· 10 years ago
b4ef93a
Fixed typo
by Yann Collet
· 10 years ago
efbebd2
Added : LZ4_compress_destSize()
by Yann Collet
· 10 years ago
1c3e633
Added compilation flag -Wcast-qual
by Yann Collet
· 10 years ago
e05088d
Updated lz4hc API
by Yann Collet
· 10 years ago
b4348a4
Fixed minor Visual warning
by Yann Collet
· 10 years ago
1b17bf2
New lz4 API, using LZ4_compress_fast()
by Yann Collet
· 10 years ago
791512c
Fixed bug 9318
by Yann Collet
· 10 years ago
2a974d7
refactored lz4hc
by Yann Collet
· 10 years ago
ad2dd6d
moved lz4frame context types to incomplete typedef
by Yann Collet
· 10 years ago
c9cbb8f
Increased aligment requirement for lz4frame context pointer
by Yann Collet
· 10 years ago
ef55dfb
Modified lz4frame context typedef, to enforce stricter alignment condition
by Yann Collet
· 10 years ago
d6dc0a4
streaming API : Improved ring buffer management
by Yann Collet
· 10 years ago
9c6fb8b
Added LZ4_compress_fast_extState()
by Yann Collet
· 10 years ago
b05d3d7
Frame content size disabled by default when using LZ4F_compressFrame(), to be in better coherence with the advanced API LZ4F_compress_update()
by Yann Collet
· 10 years ago
b805d58
Removed obsolete functions from lz4 cli
by Yann Collet
· 10 years ago
f11afaf
Removed LZ4_compress() (obsolete) from lz4
by Yann Collet
· 10 years ago
72e6794
Updated LZ4F_freeDecompressionContext(), to provide stage hint as result
by Yann Collet
· 10 years ago
a01e10d
Changed LZ4F compressionLevel from unsigned to signed, in anticipation for LZ4_compress_fast() integration.
by Yann Collet
· 10 years ago
409f816
Updated LZ4F_getFrameInfo() behavior, related to uncomplete frame header decoding attempts
by Yann Collet
· 10 years ago
2cf8a19
minor header refactoring
by Yann Collet
· 10 years ago
d153aaa
Add LZ4F_OBSOLETE_ENUM() to describe obsolete enums
by Takayuki MATSUOKA
· 10 years ago
4e574e7
Updated lz4frame error names
by Yann Collet
· 10 years ago
d37926b
Merge pull request #95 from t-mat/issue/90
by Yann Collet
· 10 years ago
3d46d4b
Fix LZ4_DEPRECATED() in lz4hc.h
by Takayuki MATSUOKA
· 10 years ago
585bab8
Issue#90 : Change old enum to macro to maximize compatibility
by Takayuki MATSUOKA
· 10 years ago
081bcca
Issue#90 : Add LZ4F_ prefix
by Takayuki MATSUOKA
· 10 years ago
e1283c7
Fix LZ4_DEPRECATED() for older/non-gcc/clang/MSVC compilers
by Takayuki MATSUOKA
· 10 years ago
d7298d2
Replace GCC_VERSION with LZ4_GCC_VERSION
by Takayuki MATSUOKA
· 10 years ago
b664a72
Revert "Revert "Add more descriptive frame errors""
by Charles Allen
· 10 years ago
Next »