summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | Merge pull request #717 from lz4/inplaceYann Collet2019-05-315-79/+266
|\ \
| * | added more details for in-place documentationYann Collet2019-05-312-26/+28
| * | decompress: changed final memcpy() into memmove()Yann Collet2019-05-311-10/+13
| * | Makefile removed CFLAGS modifierYann Collet2019-05-311-1/+1
| * | updated API manualYann Collet2019-05-301-1/+1
| * | updated LZ4_DECOMPRESS_INPLACE_MARGINYann Collet2019-05-301-2/+2
| * | added test case for in-place decompressionYann Collet2019-05-301-32/+63
| * | add more doc on in-place (de)compressionYann Collet2019-05-302-10/+50
| * | fuzzer: changed internal buffer sizeYann Collet2019-05-291-9/+10
| * | one more conversion warningYann Collet2019-05-291-1/+1
| * | some more minor conversion warnings fixesYann Collet2019-05-293-10/+10
| * | fixed minor conversion warningYann Collet2019-05-291-1/+1
| * | ensure lz4.h can be included with or without LZ4_STATIC_LINKING_ONLY in any o...Yann Collet2019-05-293-4/+16
| * | added comments and macros for in-place (de)compressionYann Collet2019-05-294-10/+83
| * | added test case for in-place compressionYann Collet2019-05-291-16/+41
| |/
* | Merge pull request #719 from parheliamm/devYann Collet2019-05-311-2/+2
|\ \
| * | FAST_DEC_LOOP: only did offset check in specific condition.Chenxi Mao2019-05-311-2/+2
|/ /
* | Merge pull request #714 from dreambottle/fix-lz4f-input-buf-useYann Collet2019-05-311-1/+1
|\ \ | |/ |/|
| * fix temporary buffer use when input size hint is respectedNiko Dzhus2019-05-241-1/+1
* | Merge pull request #715 from gabrielstedman/retYann Collet2019-05-272-3/+11
|\ \ | |/ |/|
| * Handle file not existing case #704gabrielstedman2019-05-262-3/+11
|/
* Merge pull request #709 from lz4/circleYann Collet2019-05-173-8/+11
|\
| * updated testsYann Collet2019-05-163-8/+11
|/
* Merge pull request #708 from gabrielstedman/listYann Collet2019-05-167-102/+608
|\
| * List mode improvements.gstedman2019-05-164-191/+208
| * Add multiframe report to --list commandgstedman2019-05-156-96/+585
* | Merge pull request #707 from prekageo/devYann Collet2019-05-141-0/+5
|\ \ | |/ |/|
| * enable LZ4_FAST_DEC_LOOP build macro on aarch64/GCC by defaultGeorge Prekas2019-05-071-0/+5
|/
* Merge pull request #700 from lzutao/meson-non-failuresYann Collet2019-04-302-11/+8
|\
| * meson: Rely only on extracted version in lz4.hLzu Tao2019-04-302-11/+6
| * contrib: Make Meson build non optionalLzu Tao2019-04-262-4/+6
|/
* Merge pull request #699 from brendene/compressBoundYann Collet2019-04-261-0/+1
|\
| * Include block checksum in worst case scenario calculation of dstCapacityBrenden Eng2019-04-261-0/+1
|/
* Merge pull request #698 from lz4/tidyYann Collet2019-04-242-66/+75
|\
| * several minor style changes recommended by clang-tidyYann Collet2019-04-242-66/+75
|/
* Merge pull request #697 from ldv-alt/fixes/test-amalgamationYann Collet2019-04-242-11/+9
|\