Rivoreo Source Code Repositories
src.rivoreo.one
/
lz4
/
dev
81a14cc
Merge pull request #755 from lz4/custom_distance
by Yann Collet
· 6 years ago
dev
6654c2c
ensure conformance with custom LZ4_DISTANCE_MAX
by Yann Collet
· 6 years ago
a235414
Merge pull request #753 from Hitatm/fix_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
f1e8e80
keep the "lorem ipsum" topic of the example string
by Yann Collet
· 6 years ago
23bd369
Merge pull request #751 from hamidzr/simple-buffer-example-input
by Yann Collet
· 6 years ago
771a719
print the compression ratio
by Hamid Zare
· 6 years ago
658ab8f
changed the input text to something more compression friendly
by Hamid Zare
· 6 years ago
eb6b599
Merge pull request #749 from sylvestre/patch-1
by Yann Collet
· 6 years ago
12e5841
Remove an useless declaration
by Sylvestre Ledru
· 6 years ago
68d045e
Merge pull request #746 from lz4/circleci
by Yann Collet
· 6 years ago
3d68e32
Merge pull request #743 from lz4/fuzzasan_fixed
by Yann Collet
· 6 years ago
fb52a10
Merge pull request #748 from amchoukir/amchoukir-doublebuffer-doc
by Yann Collet
· 6 years ago
0e6ff83
Update blockStreaming_doubleBuffer.md
by Amine Choukir
· 6 years ago
4765da5
Merge pull request #745 from lz4/bump_192
by Yann Collet
· 6 years ago
9ea2835
CircleCI : reduced test duration
by Yann Collet
· 6 years ago
bb5c34a
bumped version number to v1.9.2
by Yann Collet
· 6 years ago
2cacdd2
fix minor cppcheck warnings
by Yann Collet
· 6 years ago
89e96e5
updated frametest
by Yann Collet
· 6 years ago
81dba19
Merge branch 'fuzzasan' into fuzzasan_fixed
by Yann Collet
· 6 years ago
4e87942
frametest: added LZ4F decoder noise test
by Yann Collet
· 6 years ago
9dc5981
Merge pull request #739 from cmeister2/cmeister2/ossfuzz
by Yann Collet
· 6 years ago
f3ec519
Remove unnecessary call to Makefile.inc
by Max Dymond
· 6 years ago
40bd616
Merge pull request #741 from lzutao/meson-deprecated-warn
by Yann Collet
· 6 years ago
bccbdb4
Merge pull request #742 from lz4/fuzzasan_fixed
by Yann Collet
· 6 years ago
84f98dd
meson: Rename options in travis config
by Lzu Tao
· 6 years ago
1ccca52
Merge branch 'dev' into fuzzasan_fixed
by Yann Collet
· 6 years ago
3b917ef
travisCI: added ASAN fuzzer tests
by Yann Collet
· 6 years ago
567b4e0
moved noisy-src decoder test into cBuffer_exact
by Yann Collet
· 6 years ago
62f59d5
fuzzer: added test to catch #738
by Yann Collet
· 6 years ago
ff27a15
meson: Always build gen_manual on build machine
by Lzu Tao
· 6 years ago
4c60f25
meson: Fix deprecated warnings on build options
by Lzu Tao
· 6 years ago
8b97fcd
Merge pull request #740 from terrelln/fix2
by Yann Collet
· 6 years ago
e2a33f1
More markups for style changes
by Max Dymond
· 6 years ago
02b5b3c
Move to using C rather than C++ for compilation
by Max Dymond
· 6 years ago
e72d442
Fix out-of-bounds read of up to 64 KB in the past
by Nick Terrell
· 6 years ago
60d71dc
Write a simple decompress target as well
by Max Dymond
· 6 years ago
88a7cfd
Code review markups:
by Max Dymond
· 6 years ago
a5cf079
Add a fuzzing target that compiles in the oss-fuzz environment
by Max Dymond
· 6 years ago
9a2a9f2
Merge pull request #735 from lz4/versionOut
by Yann Collet
· 6 years ago
baf9b0e
fix #734 : --version should output to stdout
by Yann Collet
· 6 years ago
798301b
update simple_buffer example
by Yann Collet
· 6 years ago
1d75957
precise again that LZ4 decoder needs metadata
by Yann Collet
· 6 years ago
3a3639e
Merge pull request #727 from ephiepark/dev
by Yann Collet
· 6 years ago
f7b52ec
circleci : use custom docker image with pre-installed dependencies
by Ephraim Park
· 6 years ago
348e107
restored FORCE_INLINE
by Yann Collet
· 6 years ago
d82a22b
Merge pull request #718 from lz4/fullbench
by Yann Collet
· 6 years ago
33a04fb
fullbench: ensure decompressionFunction and dName are initialized
by Yann Collet
· 6 years ago
280fc08
Merge pull request #717 from lz4/inplace
by Yann Collet
· 6 years ago
8008fdf
Merge pull request #719 from parheliamm/dev
by Yann Collet
· 6 years ago
99f1721
replaced while(1)
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
4eec64e
Makefile removed CFLAGS modifier
by Yann Collet
· 6 years ago
64b5917
FAST_DEC_LOOP: only did offset check in specific condition.
by Chenxi Mao
· 6 years ago
89c97d5
fullbench: added test scenario LZ4F_decompress_followHint
by Yann Collet
· 6 years ago
b77c9c0
Merge pull request #714 from dreambottle/fix-lz4f-input-buf-use
by Yann Collet
· 6 years ago
2f9d173
updated API manual
by Yann Collet
· 6 years ago
676d46d
updated LZ4_DECOMPRESS_INPLACE_MARGIN
by Yann Collet
· 6 years ago
6c69ae6
added test case for in-place decompression
by Yann Collet
· 6 years ago
22adbb1
add more doc on in-place (de)compression
by Yann Collet
· 6 years ago
b2ba857
fuzzer: changed internal buffer size
by Yann Collet
· 6 years ago
45eba5b
one more conversion warning
by Yann Collet
· 6 years ago
7611649
some more minor conversion warnings fixes
by Yann Collet
· 6 years ago
c5bcb4d
fixed minor conversion warning
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
4fc6b48
added test case for in-place compression
by Yann Collet
· 6 years ago
ab2248b
Merge pull request #715 from gabrielstedman/ret
by Yann Collet
· 6 years ago
729eef6
Handle file not existing case #704
by gabrielstedman
· 6 years ago
2be2fe4
fix temporary buffer use when input size hint is respected
by Niko Dzhus
· 6 years ago
2037af1
Merge pull request #709 from lz4/circle
by Yann Collet
· 6 years ago
e2527ad
updated tests
by Yann Collet
· 6 years ago
a715132
Merge pull request #708 from gabrielstedman/list
by Yann Collet
· 6 years ago
81081f9
List mode improvements.
by gstedman
· 6 years ago
98a86c8
Add multiframe report to --list command
by gstedman
· 6 years ago
df24514
Merge pull request #707 from prekageo/dev
by Yann Collet
· 6 years ago
605d811
enable LZ4_FAST_DEC_LOOP build macro on aarch64/GCC by default
by George Prekas
· 6 years ago
0291430
Merge pull request #700 from lzutao/meson-non-failures
by Yann Collet
· 6 years ago
cb1be75
meson: Rely only on extracted version in lz4.h
by Lzu Tao
· 6 years ago
dd54ea0
contrib: Make Meson build non optional
by Lzu Tao
· 6 years ago
ce55e7e
Merge pull request #699 from brendene/compressBound
by Yann Collet
· 6 years ago
9e056bc
Include block checksum in worst case scenario calculation of dstCapacity
by Brenden Eng
· 6 years ago
8453e07
Merge pull request #698 from lz4/tidy
by Yann Collet
· 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
49c20c4
Merge pull request #696 from lz4/mactest
by Yann Collet
· 6 years ago
0d3f85d
test-amalgamation: split the rule
by Dmitry V. Levin
· 6 years ago
8069d2a
test-amalgamation: fix compilation options
by Dmitry V. Levin
· 6 years ago
10726d4
test-amalgamation: use a single cat command
by Dmitry V. Levin
· 6 years ago
7937e86
test-amalgamation: fix the list of prerequisites
by Dmitry V. Levin
· 6 years ago
8c2ab86
Merge pull request #695 from lembacon/makefile-os
by Yann Collet
· 6 years ago
2b68501
added library build test on Mac OS-X
by Yann Collet
· 6 years ago
024216e
lib/Makefile: Fix detection of `Darwin`.
by Chongyu Zhu
· 6 years ago
f665291
Merge pull request #693 from JPeterMugaas/master
by Yann Collet
· 6 years ago
7136489
More build imrpvements
by JPeterMugaas
· 6 years ago
229b016
Merge branch 'dev' of github.com:Cyan4973/lz4 into dev
by Yann Collet
· 6 years ago
1e700b6
updated NEWS for v1.9.1
by Yann Collet
· 6 years ago
291b3d8
Merge pull request #691 from lz4/list
by Yann Collet
· 6 years ago
35b83a9
fix: no leak when LZ4F_dctx creation fails
by Yann Collet
· 6 years ago
Next »