Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | restored nullifying output | Yann Collet | 2018-09-10 | 1 | -1/+5 |
| | | | | to counter possible (offset==0) | ||||
* | removed temporary debug traces | Yann Collet | 2018-09-10 | 1 | -2/+0 |
| | |||||
* | Merge branch 'dev' into partialDecode | Yann Collet | 2018-09-10 | 9 | -66/+156 |
|\ | |||||
| * | Merge pull request #569 from lz4/circle2 | Yann Collet | 2018-09-10 | 4 | -87/+166 |
| |\ | | | | | | | Migrate CircleCI tests from 1.0 towards 2.0 | ||||
| | * | switched to circle 2.0 | Yann Collet | 2018-09-10 | 2 | -39/+108 |
| | | | | | | | | | | | | using automated config-translation | ||||
| | * | Merge branch 'dev' of github.com:Cyan4973/lz4 into dev | Yann Collet | 2018-09-10 | 5 | -5/+5 |
| | |\ | |||||
| * | \ | Merge pull request #565 from lz4/lz4f_init | Yann Collet | 2018-09-10 | 2 | -22/+43 |
| |\ \ \ | | |_|/ | |/| | | Introduced constants LZ4F_INIT_* | ||||
| | * | | added comments on version numbers | Yann Collet | 2018-09-06 | 1 | -5/+6 |
| | | | | |||||
| | * | | frameCompress : added an error detection case | Yann Collet | 2018-09-05 | 1 | -2/+13 |
| | | | | | | | | | | | | | | | | check for potential input data not consumed. | ||||
| | * | | Merge branch 'dev' into lz4f_init | Yann Collet | 2018-09-05 | 2 | -13/+13 |
| | |\ \ | |||||
| | * | | | Introduced constants LZ4F_INIT_* | Yann Collet | 2018-09-05 | 2 | -19/+28 |
| | | | | | | | | | | | | | | | | | | | | | | | | | to simplify initialization of lz4frame.h structures. Partially in response to #546. | ||||
| * | | | | Merge pull request #567 from laffer1/dev | Yann Collet | 2018-09-10 | 5 | -5/+5 |
| |\ \ \ \ | | | | | | | | | | | | | Add support for MidnightBSD | ||||
| | * | | | | Add support for MidnightBSD | Lucas Holt | 2018-09-08 | 5 | -5/+5 |
| |/ / / / | |||||
* | | | | | fixed fuzzer test | Yann Collet | 2018-09-08 | 2 | -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 documentation | Yann Collet | 2018-09-07 | 2 | -43/+86 |
| | | | | | |||||
* | | | | | first sketch for a byte-accurate partial decoder | Yann Collet | 2018-09-07 | 4 | -71/+113 |
| |_|_|/ |/| | | | |||||
* | | | | updated API documentation | Yann Collet | 2018-09-07 | 2 | -48/+58 |
|/ / / | |||||
* | | | Merge pull request #563 from lz4/docDict | Yann Collet | 2018-09-06 | 9 | -27/+53 |
|\ \ \ | | | | | | | | | updated documentation for dictionary compression | ||||
| * | | | updated documentation regarding dictionary compression | Yann Collet | 2018-09-05 | 10 | -28/+58 |
| | | | | | | | | | | | | | | | | | | | | | | | | following suggestion from @stbrumme (#558) Also : bumped version number, regenerated man page and html doc | ||||
* | | | | Merge pull request #564 from lz4/cTime | Yann Collet | 2018-09-06 | 1 | -10/+21 |
|\ \ \ \ | |_|_|/ |/| | | | fixed compression time | ||||
| * | | | fixed compression time | Yann Collet | 2018-09-05 | 1 | -10/+21 |
| | |/ | |/| | | | | | | | displayed at the end (#555) | ||||
* | | | Merge pull request #548 from cd127/dev | Yann Collet | 2018-09-05 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Fix bug in frame decompress example | ||||
| * | | | Fix bug in frame decompress example | Cedric De Brito | 2018-07-02 | 1 | -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-exeext | Yann Collet | 2018-09-05 | 1 | -12/+12 |
|\ \ \ \ | |_|/ / |/| | | | Add missing $(EXT) | ||||
| * | | | Add missing $(EXT) | Kouhei Sutou | 2018-08-13 | 1 | -12/+12 |
| | | | | |||||
* | | | | Merge pull request #562 from lz4/roundTrip | Yann Collet | 2018-09-05 | 6 | -8/+271 |
|\ \ \ \ | |_|_|/ |/| | | | Round trip test for #560 | ||||
| * | | | removed one assert() condition | Yann Collet | 2018-09-05 | 2 | -7/+11 |
| | | | | | | | | | | | | | | | | which is not correct when using LZ4_HC with dictionary and starting from a low address (<0x10000). | ||||
| * | | | made roundTripTest fully general | Yann Collet | 2018-09-05 | 1 | -28/+73 |
| | | | | | | | | | | | | | | | | no longer "locked" on level 9 | ||||
| * | | | fixed #560 | Yann Collet | 2018-09-05 | 2 | -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++ compilation | Yann Collet | 2018-09-05 | 2 | -4/+7 |
| | | | | |||||
| * | | | new test program : roundTripTest | Yann Collet | 2018-09-04 | 3 | -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-lz4c | Yann Collet | 2018-08-09 | 1 | -4/+10 |
|\ \ \ | | | | | | | | | Add CMake option to not build legacy lz4c program | ||||
| * | | | Add CMake option to not build legacy lz4c program | Joel Johnson | 2018-08-09 | 1 | -4/+10 |
|/ / / | |||||
* | | | Merge pull request #552 from jackluo923/dev | Yann Collet | 2018-07-30 | 2 | -2/+2 |
|\ \ \ | | | | | | | | | fixed spelling mistake in lz4_manual and lz4.h | ||||
| * | | | fixed spelling mistake in lz4.h | Jack Luo | 2018-07-29 | 1 | -1/+1 |
| | | | | |||||
| * | | | fixed spelling mistake in lz4_manual | Jack Luo | 2018-07-29 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge pull request #547 from jennifermliu/dev | Yann Collet | 2018-07-17 | 5 | -4/+56 |
|\ \ \ | | | | | | | | | Add --fast command to cli | ||||
| * | | | Fixed bugs about incorrect acceleration calculation and benchmarking ↵ | Jennifer Liu | 2018-06-27 | 3 | -5/+7 |
| | | | | | | | | | | | | | | | | negative compresion level | ||||
| * | | | Fixed invalid argument test and reformatted else | Jennifer Liu | 2018-06-27 | 2 | -4/+3 |
| | | | | |||||
| * | | | Fixed code based on comments from pull request | Jennifer Liu | 2018-06-27 | 3 | -6/+14 |
| | | | | |||||
| * | | | Removed duplicated circile.yml file | Jennifer Liu | 2018-06-26 | 1 | -39/+0 |
| | | | | |||||
| * | | | Fixed lz4 not found error part 2 | Jennifer Liu | 2018-06-26 | 1 | -3/+3 |
| | | | | |||||
| * | | | Fixed lz4 not found error | Jennifer Liu | 2018-06-26 | 1 | -3/+3 |
| | | | | |||||
| * | | | delete commented out code in bench.c | Jennifer Liu | 2018-06-26 | 1 | -2/+0 |
| | | | | |||||
| * | | | fix yml file | Jennifer Liu | 2018-06-26 | 1 | -0/+0 |
| | | | | |||||
| * | | | Fixed bug about file to be compressed is not present | Jennifer Liu | 2018-06-26 | 2 | -17/+42 |
| | | | | |||||
| * | | | Added --fast command to cli | Jennifer Liu | 2018-06-26 | 4 | -2/+48 |
| | | | | |||||
| * | | | set up sample .ysml | Jennifer Liu | 2018-06-20 | 1 | -0/+13 |
| | |/ | |/| | |||||
* | | | Merge pull request #550 from terrelln/compress-doc | Yann Collet | 2018-07-16 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | Fix LZ4_compress_fast_continue() docs | ||||
| * | | Fix LZ4_compress_fast_continue() docs | Nick Terrell | 2018-07-10 | 1 | -1/+1 |
|/ / | | | | | | | Fixes #549. |