aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-17[LZ4_compress_destSize] Allow 2 more bytes of match lengthNick Terrell
2019-07-16Merge pull request #752 from terrelln/fuzzersYann Collet
2019-07-15Merge pull request #755 from lz4/custom_distanceYann Collet
2019-07-15[ossfuzz] Improve the fuzzersNick Terrell
2019-07-15[lz4] Fix bugs in partial decodingNick Terrell
2019-07-15ensure conformance with custom LZ4_DISTANCE_MAXYann Collet
2019-07-15Merge pull request #753 from Hitatm/fix_LZ4_DISTANCE_MAXYann Collet
2019-07-15bugfix: correctly control the offset < LZ4_DISTANCE_MAX,when change the value...Hitatm
2019-07-11keep the "lorem ipsum" topic of the example stringYann Collet
2019-07-11Merge pull request #751 from hamidzr/simple-buffer-example-inputYann Collet
2019-07-11print the compression ratioHamid Zare
2019-07-11changed the input text to something more compression friendlyHamid Zare
2019-07-04Merge pull request #749 from sylvestre/patch-1Yann Collet
2019-07-04Remove an useless declarationSylvestre Ledru
2019-07-03Merge pull request #746 from lz4/circleciYann Collet
2019-07-03Merge pull request #743 from lz4/fuzzasan_fixedYann Collet
2019-07-03Merge pull request #748 from amchoukir/amchoukir-doublebuffer-docYann Collet
2019-07-03Update blockStreaming_doubleBuffer.mdAmine Choukir
2019-07-01Merge pull request #745 from lz4/bump_192Yann Collet
2019-07-01CircleCI : reduced test durationYann Collet
2019-07-01bumped version number to v1.9.2Yann Collet
2019-06-30fix minor cppcheck warningsYann Collet
2019-06-30updated frametestYann Collet
2019-06-30Merge branch 'fuzzasan' into fuzzasan_fixedYann Collet
2019-06-30frametest: added LZ4F decoder noise testYann Collet
2019-06-30Merge pull request #739 from cmeister2/cmeister2/ossfuzzYann Collet
2019-06-30Remove unnecessary call to Makefile.incMax Dymond
2019-06-30Merge pull request #741 from lzutao/meson-deprecated-warnYann Collet
2019-06-30Merge pull request #742 from lz4/fuzzasan_fixedYann Collet
2019-06-29meson: Rename options in travis configLzu Tao
2019-06-28Merge branch 'dev' into fuzzasan_fixedYann Collet
2019-06-28travisCI: added ASAN fuzzer testsYann Collet
2019-06-28moved noisy-src decoder test into cBuffer_exactYann Collet
2019-06-28fuzzer: added test to catch #738Yann Collet
2019-06-29meson: Always build gen_manual on build machineLzu Tao
2019-06-29meson: Fix deprecated warnings on build optionsLzu Tao
2019-06-28Merge pull request #740 from terrelln/fix2Yann Collet
2019-06-29More markups for style changesMax Dymond
2019-06-28Move to using C rather than C++ for compilationMax Dymond
2019-06-28Fix out-of-bounds read of up to 64 KB in the pastNick Terrell
2019-06-28Write a simple decompress target as wellMax Dymond
2019-06-28Code review markups:Max Dymond
2019-06-28Add a fuzzing target that compiles in the oss-fuzz environmentMax Dymond
2019-06-25Merge pull request #735 from lz4/versionOutYann Collet
2019-06-24fix #734 : --version should output to stdoutYann Collet
2019-06-06update simple_buffer exampleYann Collet
2019-06-06precise again that LZ4 decoder needs metadataYann Collet
2019-06-05Merge pull request #727 from ephiepark/devYann Collet
2019-06-05circleci : use custom docker image with pre-installed dependenciesEphraim Park
2019-06-04restored FORCE_INLINEYann Collet