summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #572 from lz4/devv1.8.3Yann Collet2018-09-1129-302/+911
|\ | | | | v1.8.3
| * updated NEWS for v1.8.3 releaseYann Collet2018-09-111-2/+4
| |
| * Merge branch 'dev' of github.com:Cyan4973/lz4 into devYann Collet2018-09-115-123/+215
| |\
| | * Merge pull request #571 from lz4/mflimitYann Collet2018-09-111-4/+5
| | |\ | | | | | | | | clarify constant MFLIMIT
| | | * clarify constant MFLIMITYann Collet2018-09-111-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | and separate it from MATCH_SAFEGUARD_DISTANCE. While both constants have same value, they do not seve same purpose, hence should not be confused.
| | * | Merge pull request #570 from lz4/partialDecodeYann Collet2018-09-115-121/+212
| | |\ \ | | | |/ | | | | Partial decode
| | | * fixed minor warning in fuzzer.cYann Collet2018-09-103-11/+12
| | | | | | | | | | | | | | | | added a few more comments and assert()
| | | * restored nullifying outputYann Collet2018-09-101-1/+5
| | | | | | | | | | | | | | | | to counter possible (offset==0)
| | | * removed temporary debug tracesYann Collet2018-09-101-2/+0
| | | |
| | | * Merge branch 'dev' into partialDecodeYann Collet2018-09-109-66/+156
| | | |\ | | | |/ | | |/|
| | * | Merge pull request #569 from lz4/circle2Yann Collet2018-09-104-87/+166
| | |\ \ | | | | | | | | | | Migrate CircleCI tests from 1.0 towards 2.0
| | | | * fixed fuzzer testYann Collet2018-09-082-7/+10
| | | | | | | | | | | | | | | | | | | | and removed one blind copy, since there is no more guarantee that at least 4 bytes are still available in output buffer
| | | | * updated function interface documentationYann Collet2018-09-072-43/+86
| | | | |
| | | | * first sketch for a byte-accurate partial decoderYann Collet2018-09-074-71/+113
| | | | |
| * | | | Merge pull request #569 from lz4/circle2Yann Collet2018-09-114-87/+166
| |\ \ \ \ | | |/ / / | |/| / / | | |/ / Migrate CircleCI tests from 1.0 towards 2.0
| | * | switched to circle 2.0Yann Collet2018-09-102-39/+108
| | | | | | | | | | | | | | | | using automated config-translation
| | * | Merge branch 'dev' of github.com:Cyan4973/lz4 into devYann Collet2018-09-105-5/+5
| | |\ \ | | | |/ | | |/|
| | * | updated API documentationYann Collet2018-09-072-48/+58
| | | |
| * | | Merge pull request #565 from lz4/lz4f_initYann Collet2018-09-102-22/+43
| |\ \ \ | | |_|/ | |/| | Introduced constants LZ4F_INIT_*
| | * | added comments on version numbersYann Collet2018-09-061-5/+6
| | | |
| | * | frameCompress : added an error detection caseYann Collet2018-09-051-2/+13
| | | | | | | | | | | | | | | | check for potential input data not consumed.
| | * | Merge branch 'dev' into lz4f_initYann Collet2018-09-052-13/+13
| | |\ \
| | * | | Introduced constants LZ4F_INIT_*Yann Collet2018-09-052-19/+28
| | | | | | | | | | | | | | | | | | | | | | | | | to simplify initialization of lz4frame.h structures. Partially in response to #546.
| * | | | Merge pull request #567 from laffer1/devYann Collet2018-09-105-5/+5
| |\ \ \ \ | | |_|_|/ | |/| | | Add support for MidnightBSD
| | * | | Add support for MidnightBSDLucas Holt2018-09-085-5/+5
| |/ / /
| * | | Merge pull request #563 from lz4/docDictYann Collet2018-09-069-27/+53
| |\ \ \ | | | | | | | | | | updated documentation for dictionary compression
| | * | | updated documentation regarding dictionary compressionYann Collet2018-09-0510-28/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | following suggestion from @stbrumme (#558) Also : bumped version number, regenerated man page and html doc
| * | | | Merge pull request #564 from lz4/cTimeYann Collet2018-09-061-10/+21
| |\ \ \ \ | | |_|_|/ | |/| | | fixed compression time
| | * | | fixed compression timeYann Collet2018-09-051-10/+21
| | | |/ | | |/| | | | | | | | | displayed at the end (#555)
| * | | Merge pull request #548 from cd127/devYann Collet2018-09-051-1/+1
| |\ \ \ | | | | | | | | | | Fix bug in frame decompress example
| | * | | Fix bug in frame decompress exampleCedric De Brito2018-07-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The decompression was failing as the srcEnd pointer in decompress_file_internal was wrongly computed beyond the end of the memory block. We need to account for the fact that the header ("info") was already read in the calling function ("alreadyConsumed").
| * | | | Merge pull request #556 from kou/add-missing-exeextYann Collet2018-09-051-12/+12
| |\ \ \ \ | | |_|/ / | |/| | | Add missing $(EXT)
| | * | | Add missing $(EXT)Kouhei Sutou2018-08-131-12/+12
| |/ / / |/| | |
| * | | Merge pull request #562 from lz4/roundTripYann Collet2018-09-056-8/+271
| |\ \ \ | | |_|/ | |/| | Round trip test for #560
| | * | removed one assert() conditionYann Collet2018-09-052-7/+11
| | | | | | | | | | | | | | | | which is not correct when using LZ4_HC with dictionary and starting from a low address (<0x10000).
| | * | made roundTripTest fully generalYann Collet2018-09-051-28/+73
| | | | | | | | | | | | | | | | no longer "locked" on level 9
| | * | fixed #560Yann Collet2018-09-052-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | it was a fairly complex scenario, involving source files > 64K and some extraordinary conditions related to specific layout of ranges of zeroes. and only on level 9.
| | * | fix minor cast warning for C++ compilationYann Collet2018-09-052-4/+7
| | | |
| | * | new test program : roundTripTestYann Collet2018-09-043-1/+208
| |/ / | | | | | | | | | | | | | | | | | | | | | make a round trip test with arbitrary input file, generate an `abort()` on error, to work in tandem with `afl`. note : currently locked on level 9, to investigate #560.
| * | Merge pull request #553 from mrjoel/mrjoel/cmake-optional-lz4cYann Collet2018-08-091-4/+10
| |\ \ | | | | | | | | Add CMake option to not build legacy lz4c program
| | * | Add CMake option to not build legacy lz4c programJoel Johnson2018-08-091-4/+10
| |/ /
| * | Merge pull request #552 from jackluo923/devYann Collet2018-07-302-2/+2
| |\ \ | | | | | | | | fixed spelling mistake in lz4_manual and lz4.h
| | * | fixed spelling mistake in lz4.hJack Luo2018-07-291-1/+1
| | | |
| | * | fixed spelling mistake in lz4_manualJack Luo2018-07-291-1/+1
| |/ /
| * | Merge pull request #547 from jennifermliu/devYann Collet2018-07-175-4/+56
| |\ \ | | | | | | | | Add --fast command to cli
| | * | Fixed bugs about incorrect acceleration calculation and benchmarking ↵Jennifer Liu2018-06-273-5/+7
| | | | | | | | | | | | | | | | negative compresion level
| | * | Fixed invalid argument test and reformatted elseJennifer Liu2018-06-272-4/+3
| | | |
| | * | Fixed code based on comments from pull requestJennifer Liu2018-06-273-6/+14
| | | |
| | * | Removed duplicated circile.yml fileJennifer Liu2018-06-261-39/+0
| | | |
| | * | Fixed lz4 not found error part 2Jennifer Liu2018-06-261-3/+3
| | | |