projects
/
platform
/
upstream
/
lz4.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/lz4.git
2019-09-23
Bimba Shrestha
Using size instead of LZ4_compressBound(size) <- causes...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-21
Yann Collet
Merge pull request #793 from nigeltao/dev
commit
|
commitdiff
|
tree
|
snapshot
2019-09-21
Nigel Tao
Have read_variable_length use fixed size types
commit
|
commitdiff
|
tree
|
snapshot
2019-09-18
Yann Collet
Merge pull request #790 from bimbashrestha/seperating_s...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-14
Bimba Shrestha
Retreiving 32 bits from the end for fuzzer
commit
|
commitdiff
|
tree
|
snapshot
2019-09-13
Bimba Shrestha
Addressing naming nits and moving size modification...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-13
Bimba Shrestha
Seperating the seed generation and use
commit
|
commitdiff
|
tree
|
snapshot
2019-09-10
Yann Collet
Merge pull request #770 from neheb/dev
commit
|
commitdiff
|
tree
|
snapshot
2019-09-10
Rosen Penev
util.h: Remove deprecated utime for non-Windows
commit
|
commitdiff
|
tree
|
snapshot
2019-09-09
Yann Collet
Merge pull request #785 from bimbashrestha/transfer_rem...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-30
Bimba Shrestha
Making fuzzers use dataProducer api instead of random...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-21
Yann Collet
fixed #778
commit
|
commitdiff
|
tree
|
snapshot
2019-08-20
Yann Collet
Merge pull request #779 from bimbashrestha/dev
commit
|
commitdiff
|
tree
|
snapshot
2019-08-17
bimbashrestha
Adding comments, fixing nit, and hiding the struct...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-16
bimbashrestha
Seperating fuzz data producer api impl and header,...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-16
bimbashrestha
Created a data producer API and used in decompress_fuzzer
commit
|
commitdiff
|
tree
|
snapshot
2019-08-16
bimbashrestha
Adding fuzz data producer for uint32 and using in decom...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-15
Yann Collet
fixed test error
commit
|
commitdiff
|
tree
|
snapshot
2019-08-10
Yann Collet
Merge pull request #777 from terrelln/off-by-one
commit
|
commitdiff
|
tree
|
snapshot
2019-08-09
Nick Terrell
[LZ4_compress_destSize] Fix off-by-one error
commit
|
commitdiff
|
tree
|
snapshot
2019-08-07
Yann Collet
Merge pull request #773 from felixhandte/attach-empty...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-06
W. Felix Handte
Only Bump Offset When Attaching Non-Null Dictionary
commit
|
commitdiff
|
tree
|
snapshot
2019-08-06
W. Felix Handte
Add Attach Dict Debug Log
commit
|
commitdiff
|
tree
|
snapshot
2019-08-06
W. Felix Handte
Make Attaching an Empty Dict Behave the Same as Using...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-06
Yann Collet
Merge pull request #772 from lz4/offset0
commit
|
commitdiff
|
tree
|
snapshot
2019-08-06
Yann Collet
silence msan warning when offset==0
commit
|
commitdiff
|
tree
|
snapshot
2019-08-01
Yann Collet
Merge pull request #771 from terrelln/rep-ext-fix
commit
|
commitdiff
|
tree
|
snapshot
2019-07-31
Nick Terrell
[lz4hc] Chain swap with acceleration
commit
|
commitdiff
|
tree
|
snapshot
2019-07-31
Nick Terrell
[lz4hc] Only allow chain swapping forwards
commit
|
commitdiff
|
tree
|
snapshot
2019-07-31
Nick Terrell
[lz4hc] Fix pattern detection end of dictionary
commit
|
commitdiff
|
tree
|
snapshot
2019-07-31
Nick Terrell
[lz4hc] Fix minor pessimization in extDict pattern...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-31
Nick Terrell
[lz4hc] Improve pattern detection in ext dict
commit
|
commitdiff
|
tree
|
snapshot
2019-07-24
Yann Collet
Merge pull request #768 from terrelln/rep-ext
commit
|
commitdiff
|
tree
|
snapshot
2019-07-24
Nick Terrell
[LZ4HC] Speed up pattern compression with external...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-23
Yann Collet
Merge pull request #766 from Low-power/cli-option-...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-23
WHR
lz4cli: add option '--best' as an alias of '-12'
commit
|
commitdiff
|
tree
|
snapshot
2019-07-19
Yann Collet
Merge pull request #763 from terrelln/unused
commit
|
commitdiff
|
tree
|
snapshot
2019-07-19
Yann Collet
Merge pull request #760 from terrelln/destSize
commit
|
commitdiff
|
tree
|
snapshot
2019-07-19
Nick Terrell
[lz4frame] Fix unused variable warnings in fuzzing...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-19
Yann Collet
Merge pull request #758 from dooxe/develop
commit
|
commitdiff
|
tree
|
snapshot
2019-07-19
Yann Collet
Merge pull request #762 from terrelln/frame-fuzz
commit
|
commitdiff
|
tree
|
snapshot
2019-07-19
Nick Terrell
[fuzz] Add LZ4 frame fuzzers
commit
|
commitdiff
|
tree
|
snapshot
2019-07-19
Nick Terrell
[lz4frame] Skip magic and checksums in fuzzing mode
commit
|
commitdiff
|
tree
|
snapshot
2019-07-18
Nick Terrell
Fix LZ4_attach_dictionary with empty dictionary
commit
|
commitdiff
|
tree
|
snapshot
2019-07-18
Nick Terrell
[fuzz] Add HC fuzzers for round trip, compress, and...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-18
Nick Terrell
[fuzzer] Update scripts for new fuzzers
commit
|
commitdiff
|
tree
|
snapshot
2019-07-18
Nick Terrell
[fuzz] Add a streaming round trip fuzzer
commit
|
commitdiff
|
tree
|
snapshot
2019-07-18
Nick Terrell
[LZ4_compress_destSize] Fix off-by-one error in fix
commit
|
commitdiff
|
tree
|
snapshot
2019-07-18
W. Felix Handte
Unconditionally Clear `dictCtx`
commit
|
commitdiff
|
tree
|
snapshot
2019-07-18
W. Felix Handte
Fix Data Corruption Bug when Streaming with an Attached...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-18
dooxe
Added BUNDLE DESTINATION in CMakeLists.txt so that...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-17
Yann Collet
Merge pull request #756 from terrelln/destSize
commit
|
commitdiff
|
tree
|
snapshot
2019-07-17
Nick Terrell
[LZ4_compress_destSize] Fix overflow condition
commit
|
commitdiff
|
tree
|
snapshot
2019-07-17
Nick Terrell
[LZ4_compress_destSize] Fix rare data corruption bug
commit
|
commitdiff
|
tree
|
snapshot
2019-07-17
Nick Terrell
[LZ4_compress_destSize] Allow 2 more bytes of match...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-16
Yann Collet
Merge pull request #752 from terrelln/fuzzers
commit
|
commitdiff
|
tree
|
snapshot
2019-07-15
Yann Collet
Merge pull request #755 from lz4/custom_distance
commit
|
commitdiff
|
tree
|
snapshot
2019-07-15
Nick Terrell
[ossfuzz] Improve the fuzzers
commit
|
commitdiff
|
tree
|
snapshot
2019-07-15
Nick Terrell
[lz4] Fix bugs in partial decoding
commit
|
commitdiff
|
tree
|
snapshot
2019-07-15
Yann Collet
ensure conformance with custom LZ4_DISTANCE_MAX
commit
|
commitdiff
|
tree
|
snapshot
2019-07-15
Yann Collet
Merge pull request #753 from Hitatm/fix_LZ4_DISTANCE_MAX
commit
|
commitdiff
|
tree
|
snapshot
2019-07-15
Hitatm
bugfix: correctly control the offset < LZ4_DISTANCE_MAX...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-12
Yann Collet
keep the "lorem ipsum" topic of the example string
commit
|
commitdiff
|
tree
|
snapshot
2019-07-12
Yann Collet
Merge pull request #751 from hamidzr/simple-buffer...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-11
Hamid Zare
print the compression ratio
commit
|
commitdiff
|
tree
|
snapshot
2019-07-11
Hamid Zare
changed the input text to something more compression...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-04
Yann Collet
Merge pull request #749 from sylvestre/patch-1
commit
|
commitdiff
|
tree
|
snapshot
2019-07-04
Sylvestre Ledru
Remove an useless declaration
commit
|
commitdiff
|
tree
|
snapshot
2019-07-03
Yann Collet
Merge pull request #746 from lz4/circleci
commit
|
commitdiff
|
tree
|
snapshot
2019-07-03
Yann Collet
Merge pull request #743 from lz4/fuzzasan_fixed
commit
|
commitdiff
|
tree
|
snapshot
2019-07-03
Yann Collet
Merge pull request #748 from amchoukir/amchoukir-double...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-03
Amine Choukir
Update blockStreaming_doubleBuffer.md
commit
|
commitdiff
|
tree
|
snapshot
2019-07-01
Yann Collet
Merge pull request #745 from lz4/bump_192
commit
|
commitdiff
|
tree
|
snapshot
2019-07-01
Yann Collet
CircleCI : reduced test duration
commit
|
commitdiff
|
tree
|
snapshot
2019-07-01
Yann Collet
bumped version number to v1.9.2
commit
|
commitdiff
|
tree
|
snapshot
2019-06-30
Yann Collet
fix minor cppcheck warnings
commit
|
commitdiff
|
tree
|
snapshot
2019-06-30
Yann Collet
updated frametest
commit
|
commitdiff
|
tree
|
snapshot
2019-06-30
Yann Collet
Merge branch 'fuzzasan' into fuzzasan_fixed
commit
|
commitdiff
|
tree
|
snapshot
2019-06-30
Yann Collet
frametest: added LZ4F decoder noise test
commit
|
commitdiff
|
tree
|
snapshot
2019-06-30
Yann Collet
Merge pull request #739 from cmeister2/cmeister2/ossfuzz
commit
|
commitdiff
|
tree
|
snapshot
2019-06-30
Max Dymond
Remove unnecessary call to Makefile.inc
commit
|
commitdiff
|
tree
|
snapshot
2019-06-30
Yann Collet
Merge pull request #741 from lzutao/meson-deprecated...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-30
Yann Collet
Merge pull request #742 from lz4/fuzzasan_fixed
commit
|
commitdiff
|
tree
|
snapshot
2019-06-29
Lzu Tao
meson: Rename options in travis config
commit
|
commitdiff
|
tree
|
snapshot
2019-06-29
Yann Collet
Merge branch 'dev' into fuzzasan_fixed
commit
|
commitdiff
|
tree
|
snapshot
2019-06-29
Yann Collet
travisCI: added ASAN fuzzer tests
commit
|
commitdiff
|
tree
|
snapshot
2019-06-29
Yann Collet
moved noisy-src decoder test into cBuffer_exact
commit
|
commitdiff
|
tree
|
snapshot
2019-06-29
Yann Collet
fuzzer: added test to catch #738
commit
|
commitdiff
|
tree
|
snapshot
2019-06-29
Lzu Tao
meson: Always build gen_manual on build machine
commit
|
commitdiff
|
tree
|
snapshot
2019-06-29
Lzu Tao
meson: Fix deprecated warnings on build options
commit
|
commitdiff
|
tree
|
snapshot
2019-06-29
Yann Collet
Merge pull request #740 from terrelln/fix2
commit
|
commitdiff
|
tree
|
snapshot
2019-06-28
Max Dymond
More markups for style changes
commit
|
commitdiff
|
tree
|
snapshot
2019-06-28
Max Dymond
Move to using C rather than C++ for compilation
commit
|
commitdiff
|
tree
|
snapshot
2019-06-28
Nick Terrell
Fix out-of-bounds read of up to 64 KB in the past
commit
|
commitdiff
|
tree
|
snapshot
2019-06-28
Max Dymond
Write a simple decompress target as well
commit
|
commitdiff
|
tree
|
snapshot
2019-06-28
Max Dymond
Code review markups:
commit
|
commitdiff
|
tree
|
snapshot
2019-06-28
Max Dymond
Add a fuzzing target that compiles in the oss-fuzz...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-25
Yann Collet
Merge pull request #735 from lz4/versionOut
commit
|
commitdiff
|
tree
|
snapshot
2019-06-24
Yann Collet
fix #734 : --version should output to stdout
commit
|
commitdiff
|
tree
|
snapshot
2019-06-06
Yann Collet
update simple_buffer example
commit
|
commitdiff
|
tree
|
snapshot
next