Rivoreo Source Code Repositories
src.rivoreo.one
/
lz4
/
dev
/
lib
6654c2c
ensure conformance with custom LZ4_DISTANCE_MAX
by Yann Collet
· 6 years ago
8ac954a
bugfix: correctly control the offset < LZ4_DISTANCE_MAX,when change the value of LZ4_DISTANCE_MAX,
by Hitatm
· 6 years ago
12e5841
Remove an useless declaration
by Sylvestre Ledru
· 6 years ago
bb5c34a
bumped version number to v1.9.2
by Yann Collet
· 6 years ago
e72d442
Fix out-of-bounds read of up to 64 KB in the past
by Nick Terrell
· 6 years ago
1d75957
precise again that LZ4 decoder needs metadata
by Yann Collet
· 6 years ago
348e107
restored FORCE_INLINE
by Yann Collet
· 6 years ago
280fc08
Merge pull request #717 from lz4/inplace
by Yann Collet
· 6 years ago
5997e13
added more details for in-place documentation
by Yann Collet
· 6 years ago
33cb851
decompress: changed final memcpy() into memmove()
by Yann Collet
· 6 years ago
64b5917
FAST_DEC_LOOP: only did offset check in specific condition.
by Chenxi Mao
· 6 years ago
676d46d
updated LZ4_DECOMPRESS_INPLACE_MARGIN
by Yann Collet
· 6 years ago
22adbb1
add more doc on in-place (de)compression
by Yann Collet
· 6 years ago
7611649
some more minor conversion warnings fixes
by Yann Collet
· 6 years ago
444550d
ensure lz4.h can be included with or without LZ4_STATIC_LINKING_ONLY in any order
by Yann Collet
· 6 years ago
b17f578
added comments and macros for in-place (de)compression
by Yann Collet
· 6 years ago
2be2fe4
fix temporary buffer use when input size hint is respected
by Niko Dzhus
· 6 years ago
a715132
Merge pull request #708 from gabrielstedman/list
by Yann Collet
· 6 years ago
98a86c8
Add multiframe report to --list command
by gstedman
· 6 years ago
605d811
enable LZ4_FAST_DEC_LOOP build macro on aarch64/GCC by default
by George Prekas
· 6 years ago
9e056bc
Include block checksum in worst case scenario calculation of dstCapacity
by Brenden Eng
· 6 years ago
ba99eac
several minor style changes recommended by clang-tidy
by Yann Collet
· 6 years ago
f9781a6
Merge pull request #697 from ldv-alt/fixes/test-amalgamation
by Yann Collet
· 6 years ago
10726d4
test-amalgamation: use a single cat command
by Dmitry V. Levin
· 6 years ago
024216e
lib/Makefile: Fix detection of `Darwin`.
by Chongyu Zhu
· 6 years ago
7136489
More build imrpvements
by JPeterMugaas
· 6 years ago
c4fe7a2
Merge pull request #689 from JPeterMugaas/jpm-makefile
by Yann Collet
· 6 years ago
2acddd9
Fix a test for mingw
by JPeterMugaas
· 6 years ago
b48f823
Try to put some tests I made in ONE place. I also moved a test for "install" in one place to try to isolate it.
by JPeterMugaas
· 6 years ago
773b665
Initial commits from diff I submitted earlier
by JPeterMugaas
· 6 years ago
7a4e3b1
bumped version number
by Yann Collet
· 6 years ago
af35920
lz4frame: initializers compatibility with C++
by Yann Collet
· 6 years ago
ae19912
fixed read-after input in LZ4_decompress_safe()
by Yann Collet
· 6 years ago
0b876db
address a few minor Visual warnings
by Yann Collet
· 6 years ago
5acfb15
re-enable FORCE_INLINE
by Yann Collet
· 6 years ago
25d96f1
fix out-of-bound read within LZ4_decompress_fast()
by Yann Collet
· 6 years ago
1848ea5
Fix AIX errors/warnings
by Norm Green
· 6 years ago
6fc763c
ensure consistent definition and usage of FREEMEM
by Yann Collet
· 6 years ago
920c988
simplified output_directive
by Yann Collet
· 6 years ago
55f6f0d
fix comma for pedantic
by Yann Collet
· 6 years ago
474c17c
unified limitedOutput_directive
by Yann Collet
· 6 years ago
1f4a412
decompress*_fast() function do not generate deprecation warnings
by Yann Collet
· 6 years ago
481a37f
fixed lz4frame with linked blocks
by Yann Collet
· 6 years ago
3215069
Merge branch 'dev' of github.com:Cyan4973/lz4 into dev
by Yann Collet
· 6 years ago
749c340
fixed incorrect assertion condition
by Yann Collet
· 6 years ago
dd43b91
fix minor visual warning
by Yann Collet
· 6 years ago
f8b7605
fixed minor Visual warnings
by Yann Collet
· 6 years ago
21ff1a8
updated doc to underline difference between block and frame
by Yann Collet
· 6 years ago
bcb2656
improved documentation for LZ4 dictionary compression
by Yann Collet
· 6 years ago
8d76c8a
introduce LZ4_DISTANCE_MAX build macro
by Yann Collet
· 6 years ago
5580f43
Merge pull request #663 from lz4/headerSize
by Yann Collet
· 6 years ago
db60ed1
added versions in comments
by Yann Collet
· 6 years ago
9e50170
made LZ4F_getHeaderSize() public
by Yann Collet
· 6 years ago
d8d5f14
fixed loadDictHC
by Yann Collet
· 6 years ago
887e8a4
re-enable LZ4_resetStreamHC()
by Yann Collet
· 6 years ago
14c71df
modified LZ4_initStreamHC() to look like LZ4_initStream()
by Yann Collet
· 6 years ago
5ef4f3c
check some more initialization result
by Yann Collet
· 6 years ago
111df0f
removed LZ4_stream_t alignment test on Visual
by Yann Collet
· 6 years ago
c198a39
LZ4_initStream() checks alignment restriction
by Yann Collet
· 6 years ago
34f0004
added comment on initStream + _extState_
by Yann Collet
· 6 years ago
2ece0d8
created LZ4_initStream()
by Yann Collet
· 6 years ago
c3f8928
fixed strict iso C90
by Yann Collet
· 6 years ago
c491df5
created LZ4_initStreamHC()
by Yann Collet
· 6 years ago
7a39fb8
make `_fast*()` decoder generate a deprecation warning
by Yann Collet
· 6 years ago
ab91300
moved LZ4_decompress_fast*() into deprecated section
by Yann Collet
· 6 years ago
b5bedef
fixed an old bug in LZ4F_flush()
by Yann Collet
· 6 years ago
50f01d8
fixed doc
by Yann Collet
· 6 years ago
25da6cc
moved _destSize() into "stable API" status
by Yann Collet
· 6 years ago
f2755c9
minor comments and reformatting
by Yann Collet
· 6 years ago
753076b
fixed minor conversion warnings
by Yann Collet
· 6 years ago
2589c44
created LZ4_FAST_DEC_LOOP build macro
by Yann Collet
· 6 years ago
7d9d00f
fixed a few minor conversion warnings
by Yann Collet
· 6 years ago
c438548
Merge pull request #652 from vtorri/dev
by Yann Collet
· 6 years ago
0360981
Allow installation of lz4 for Windows 10 with MSYS2
by Vincent Torri
· 6 years ago
d85bdb4
Merge pull request #645 from djwatson/optimize_decompress_generic
by Yann Collet
· 6 years ago
5d7d116
decompress_generic: Limit fastpath to x86
by Dave Watson
· 6 years ago
75fb878
decompress_generic: Add fastpath for small offsets
by Dave Watson
· 6 years ago
faac110
decompress_generic: Unroll loops a bit more
by Dave Watson
· 6 years ago
1fbaf84
decompress_generic: remove msan write
by Dave Watson
· 6 years ago
28b8249
decompress_generic: re-add fastpath
by Dave Watson
· 6 years ago
232f1e2
decompress_generic: drop partial copy check in fast loop
by Dave Watson
· 6 years ago
59332a3
decompress_generic: Optimize literal copies
by Dave Watson
· 6 years ago
5dfa7d4
decompress_generic: optimize match copy
by Dave Watson
· 6 years ago
28356e0
decompress_generic: Add a loop fastpath
by Dave Watson
· 6 years ago
4da3360
decompress_generic: Refactor variable length fields
by Dave Watson
· 6 years ago
26e7635
Eliminate optimize attribute warning with clang on PPC64LE
by Jeremy Maitin-Shepard
· 6 years ago
81441e2
Make fact that certain variables that are passed into LZ4HC_encodeSequence are changed by the function call
by Tim Zakian
· 7 years ago
c750cbe
Merge pull request #631 from qiuyangs/dev
by Yann Collet
· 7 years ago
8193742
Make LZ4F_getBlockSize public and publis in experimental section
by Tim Zakian
· 7 years ago
660d212
lz4hc.c: change (length >> 8) to (length / 255)
by qiuyangs
· 7 years ago
4e3accc
Fix Dict Size Test in `LZ4_compress_fast_continue()`
by W. Felix Handte
· 7 years ago
535636f
Don't Attach Very Small Dictionaries
by W. Felix Handte
· 7 years ago
9021648
Merge remote-tracking branch 'upstream/dev' into dev
by Vincent Torri
· 7 years ago
b03714d
Windows: create import library with gcc directly, remove now useless def file
by Vincent Torri
· 7 years ago
6689dae
Merge pull request #610 from antinucleon/bootcamp
by Yann Collet
· 7 years ago
b192c86
[amalgamation] lz4frame.c
by Bing Xu
· 7 years ago
bd2b259
Uninstall DLL and import lib
by Vincent Torri
· 7 years ago
8e8b658
Add explanation for the installation of the DLL in the bin directory
by Vincent Torri
· 7 years ago
0314027
Allow installation of lz4 for Windows (MSYS2 or when cross-compiling)
by Vincent Torri
· 7 years ago
e057e94
update lib/README.md
by Vincent Torri
· 7 years ago
Next »