summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | * 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
| | |\
| * | \ 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
| |/ / / /
* | | | | 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
| |_|_|/ |/| | |
* | | | updated API documentationYann Collet2018-09-072-48/+58
|/ / /
* | | 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
| | | |
| * | | Fixed lz4 not found errorJennifer Liu2018-06-261-3/+3
| | | |
| * | | delete commented out code in bench.cJennifer Liu2018-06-261-2/+0
| | | |
| * | | fix yml fileJennifer Liu2018-06-261-0/+0
| | | |
| * | | Fixed bug about file to be compressed is not presentJennifer Liu2018-06-262-17/+42
| | | |
| * | | Added --fast command to cliJennifer Liu2018-06-264-2/+48
| | | |
| * | | set up sample .ysmlJennifer Liu2018-06-201-0/+13
| | |/ | |/|
* | | Merge pull request #550 from terrelln/compress-docYann Collet2018-07-161-1/+1
|\ \ \ | |/ / |/| | Fix LZ4_compress_fast_continue() docs
| * | Fix LZ4_compress_fast_continue() docsNick Terrell2018-07-101-1/+1
|/ / | | | | | | Fixes #549.