summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge pull request #755 from lz4/custom_distanceYann Collet2019-07-155-8/+18
|\ \ \ \
| * | | | ensure conformance with custom LZ4_DISTANCE_MAXYann Collet2019-07-155-8/+18
|/ / / /
* | | | Merge pull request #753 from Hitatm/fix_LZ4_DISTANCE_MAXYann Collet2019-07-151-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | bugfix: correctly control the offset < LZ4_DISTANCE_MAX,when change the value...Hitatm2019-07-151-1/+1
|/ / /
* | | keep the "lorem ipsum" topic of the example stringYann Collet2019-07-121-1/+1
* | | Merge pull request #751 from hamidzr/simple-buffer-example-inputYann Collet2019-07-121-2/+3
|\ \ \
| * | | print the compression ratioHamid Zare2019-07-111-1/+2
| * | | changed the input text to something more compression friendlyHamid Zare2019-07-111-1/+1
|/ / /
* | | Merge pull request #749 from sylvestre/patch-1Yann Collet2019-07-041-1/+1
|\ \ \
| * | | Remove an useless declarationSylvestre Ledru2019-07-041-1/+1
|/ / /
* | | Merge pull request #746 from lz4/circleciYann Collet2019-07-031-6/+4
|\ \ \
| * | | CircleCI : reduced test durationYann Collet2019-07-011-6/+4
* | | | Merge pull request #743 from lz4/fuzzasan_fixedYann Collet2019-07-032-100/+210
|\ \ \ \
| * | | | fix minor cppcheck warningsYann Collet2019-06-302-3/+3
| * | | | updated frametestYann Collet2019-06-301-16/+27
| * | | | Merge branch 'fuzzasan' into fuzzasan_fixedYann Collet2019-06-302-89/+188
| |\ \ \ \
| | * | | | frametest: added LZ4F decoder noise testYann Collet2019-06-302-89/+188
* | | | | | Merge pull request #748 from amchoukir/amchoukir-doublebuffer-docYann Collet2019-07-031-3/+3
|\ \ \ \ \ \
| * | | | | | Update blockStreaming_doubleBuffer.mdAmine Choukir2019-07-031-3/+3
|/ / / / / /
* | | | | | Merge pull request #745 from lz4/bump_192Yann Collet2019-07-015-14/+14
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | bumped version number to v1.9.2Yann Collet2019-07-015-14/+14
|/ / / / /
* | | | | Merge pull request #739 from cmeister2/cmeister2/ossfuzzYann Collet2019-06-309-0/+256
|\ \ \ \ \
| * | | | | Remove unnecessary call to Makefile.incMax Dymond2019-06-301-2/+0
| * | | | | More markups for style changesMax Dymond2019-06-284-28/+39
| * | | | | Move to using C rather than C++ for compilationMax Dymond2019-06-286-6/+13
| * | | | | Write a simple decompress target as wellMax Dymond2019-06-283-5/+34
| * | | | | Code review markups:Max Dymond2019-06-283-17/+18
| * | | | | Add a fuzzing target that compiles in the oss-fuzz environmentMax Dymond2019-06-288-0/+210
* | | | | | Merge pull request #741 from lzutao/meson-deprecated-warnYann Collet2019-06-305-26/+33
|\ \ \ \ \ \
| * | | | | | meson: Rename options in travis configLzu Tao2019-06-291-12/+18
| * | | | | | meson: Always build gen_manual on build machineLzu Tao2019-06-291-0/+1
| * | | | | | meson: Fix deprecated warnings on build optionsLzu Tao2019-06-293-14/+14
* | | | | | | Merge pull request #742 from lz4/fuzzasan_fixedYann Collet2019-06-304-64/+114
|\ \ \ \ \ \ \ | |/ / / / / / |/| | / / / / | | |/ / / / | |/| | | |
| * | | | | Merge branch 'dev' into fuzzasan_fixedYann Collet2019-06-291-2/+8
| |\ \ \ \ \ | |/ / / / / |/| | / / / | | |/ / / | |/| | |
* | | | | Merge pull request #740 from terrelln/fix2Yann Collet2019-06-291-2/+8
|\ \ \ \ \
| * | | | | Fix out-of-bounds read of up to 64 KB in the pastNick Terrell2019-06-281-2/+8
|/ / / / /
| * | | | travisCI: added ASAN fuzzer testsYann Collet2019-06-294-13/+24
| * | | | moved noisy-src decoder test into cBuffer_exactYann Collet2019-06-291-34/+34
| * | | | fuzzer: added test to catch #738Yann Collet2019-06-291-51/+90
|/ / / /
* | | | Merge pull request #735 from lz4/versionOutYann Collet2019-06-251-2/+3
|\ \ \ \ | |/ / / |/| | |
| * | | fix #734 : --version should output to stdoutYann Collet2019-06-241-2/+3
|/ / /
* | | update simple_buffer exampleYann Collet2019-06-061-20/+25
* | | precise again that LZ4 decoder needs metadataYann Collet2019-06-062-42/+62
* | | Merge pull request #727 from ephiepark/devYann Collet2019-06-052-32/+13
|\ \ \
| * | | circleci : use custom docker image with pre-installed dependenciesEphraim Park2019-06-052-32/+13
|/ / /
* | | restored FORCE_INLINEYann Collet2019-06-041-1/+0
* | | Merge pull request #718 from lz4/fullbenchYann Collet2019-05-311-17/+64
|\ \ \
| * | | fullbench: ensure decompressionFunction and dName are initializedYann Collet2019-05-311-4/+14
| * | | replaced while(1)Yann Collet2019-05-311-3/+2
| * | | fullbench: added test scenario LZ4F_decompress_followHintYann Collet2019-05-311-13/+51