Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix LZ4_decompress_fast_continue() bug | Nick Terrell | 2016-11-05 | 1 | -1/+1 |
| | | | | | It specified the external dictionary location incorrectly. Add tests that expose this bug with both normal compilation and ASAN. | ||||
* | Quiet gcc-4.6.3 narrowing warning | Nick Terrell | 2016-11-04 | 1 | -2/+2 |
| | |||||
* | better correctness on big-endian 64-bits platforms | Yann Collet | 2016-11-04 | 1 | -2/+6 |
| | |||||
* | small compression speed improvement on 64-bits systems | Yann Collet | 2016-11-04 | 1 | -8/+9 |
| | |||||
* | updated comments | Yann Collet | 2016-11-04 | 1 | -13/+12 |
| | |||||
* | updated links to LZ4 repository | Przemyslaw Skibinski | 2016-11-03 | 1 | -1/+1 |
| | |||||
* | removed test artefacts | Yann Collet | 2016-09-06 | 1 | -3/+2 |
| | |||||
* | minor comments | Yann Collet | 2016-08-20 | 1 | -17/+10 |
| | |||||
* | minor refactor | Yann Collet | 2016-08-20 | 1 | -4/+2 |
| | |||||
* | minor decompression speed gains | Yann Collet | 2016-08-20 | 1 | -2/+5 |
| | |||||
* | Use https wherever possible | Ben Wiederhake | 2016-07-07 | 1 | -1/+1 |
| | |||||
* | changed : default benchmark LZ4_decompress_safe() | Yann Collet | 2016-06-29 | 1 | -7/+6 |
| | |||||
* | Minor refactoring (code style) | Yann Collet | 2016-06-29 | 1 | -50/+25 |
| | |||||
* | Fixed : alignment warning | Yann Collet | 2016-06-29 | 1 | -3/+10 |
| | |||||
* | minor refactoring | Yann Collet | 2016-06-29 | 1 | -10/+9 |
| | |||||
* | very minor decompression speed gain | Yann Collet | 2016-06-29 | 1 | -2/+2 |
| | |||||
* | minor code refactoring | Yann Collet | 2016-06-29 | 1 | -45/+25 |
| | |||||
* | minor compression speed improvement | Yann Collet | 2016-06-29 | 1 | -3/+4 |
| | |||||
* | minor refactoring | Yann Collet | 2016-06-29 | 1 | -8/+10 |
| | |||||
* | minor refactoring (coding style) | Yann Collet | 2016-06-29 | 1 | -140/+82 |
| | |||||
* | fixed non-C99 compilers | Irwan Djajadi | 2016-04-19 | 1 | -2/+4 |
|\ | |||||
| * | fixed non-C99 compiler | Irwan Djajadi | 2016-04-19 | 1 | -3/+5 |
| | | |||||
* | | Merge branch 'heapmode_alloc_failure_fix' into dev | Irwan Djajadi | 2016-04-19 | 1 | -0/+10 |
|\ \ | |/ | |||||
| * | alloc failure fix | Irwan Djajadi | 2016-04-18 | 1 | -0/+10 |
| | | |||||
* | | lz4cli: print library version | John Zhuge | 2016-04-01 | 1 | -0/+1 |
| | | |||||
* | | Allow for safe in-place decoding | Julius Werner | 2016-02-13 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a check to allow safe "in-place" decoding (meaning that the beginning of the source buffer partially overlaps the end of the destination buffer). This is usually possible as long as the output stops at least 15 bytes before the end of the input buffer (7 to account for the extra spill from LZ4_wildCopy, 4 for a possible block checksum, and 4 for the terminating block header), but in some pathological edge cases it could be possible for the output stream to overwrite a byte in the input stream before it gets decoded. With this patch the decoder will reliably detect those cases and return a decoding error. Signed-off-by: Julius Werner <jwerner@chromium.org> | ||||
* | | heapmode macro option for lz4hc | Yann Collet | 2015-10-21 | 1 | -3/+3 |
| | | |||||
* | | Updated Makefile and .travis | Yann Collet | 2015-09-01 | 1 | -1/+8 |
| | | |||||
* | | New unalign access method | Yann Collet | 2015-08-19 | 1 | -12/+41 |
| | | |||||
* | | Slightly improved compression speed on ARMv6 | Yann Collet | 2015-08-16 | 1 | -11/+11 |
| | | |||||
* | | Improved performance on ARMv6 | Yann Collet | 2015-08-16 | 1 | -15/+35 |
| | | |||||
* | | minor simplification lz4_readarch() | Yann Collet | 2015-08-06 | 1 | -12/+4 |
| | | |||||
* | | minor refactor | Yann Collet | 2015-07-16 | 1 | -16/+15 |
| | | |||||
* | | Slightly improved decompression speed | Yann Collet | 2015-07-16 | 1 | -5/+6 |
| | | | | | | Slightly decreased decompression stack usage in 64-bits mode | ||||
* | | sligthly improved decompression speed | Yann Collet | 2015-07-16 | 1 | -12/+12 |
|/ | |||||
* | Performance fix : big compression speed boost for clang (+30%) | Yann Collet | 2015-05-21 | 1 | -1/+1 |
| | |||||
* | Updated a few comments | Yann Collet | 2015-05-12 | 1 | -1/+1 |
| | |||||
* | Added : LZ4_compress_destSize() | Yann Collet | 2015-05-06 | 1 | -4/+217 |
| | |||||
* | Added compilation flag -Wcast-qual | Yann Collet | 2015-05-06 | 1 | -13/+13 |
| | |||||
* | Fixed minor Visual warning | Yann Collet | 2015-05-03 | 1 | -1/+1 |
| | |||||
* | New lz4 API, using LZ4_compress_fast() | Yann Collet | 2015-05-03 | 1 | -60/+41 |
| | |||||
* | Fixed bug 9318 | Yann Collet | 2015-05-02 | 1 | -4/+6 |
| | |||||
* | streaming API : Improved ring buffer management | Yann Collet | 2015-04-24 | 1 | -2/+1 |
| | |||||
* | Added LZ4_compress_fast_extState() | Yann Collet | 2015-04-23 | 1 | -16/+18 |
| | |||||
* | Removed LZ4_compress() (obsolete) from lz4 | Yann Collet | 2015-04-21 | 1 | -1/+1 |
| | |||||
* | Replace GCC_VERSION with LZ4_GCC_VERSION | Takayuki MATSUOKA | 2015-04-14 | 1 | -6/+6 |
| | |||||
* | Fixed issue #84 | Yann Collet | 2015-04-12 | 1 | -6/+7 |
| | |||||
* | fixed minor g++ warning | Yann Collet | 2015-04-12 | 1 | -1/+1 |
| | |||||
* | Fixed a few Valgrind warnings | Yann Collet | 2015-04-12 | 1 | -2/+3 |
| | |||||
* | Implemented obsolete warning message | Yann Collet | 2015-04-11 | 1 | -8/+6 |
| |