Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Add FreeBSD to install targets | Martin Waschbüsch | 2016-05-17 | 1 | -2/+3 |
| | | | | Add FreeBSD to install targets | ||||
* | 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 | 2 | -0/+8 |
| | | |||||
* | | 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> | ||||
* | | Remove whitespace from ends of lines | Julius Werner | 2016-02-13 | 2 | -6/+6 |
| | | | | | | | | | | | | | | I'm trying to import LZ4 code into a project with strict linting requirements. This will make that easier. Signed-off-by: Julius Werner <jwerner@chromium.org> | ||||
* | | heapmode macro option for lz4hc | Yann Collet | 2015-10-21 | 2 | -14/+31 |
| | | |||||
* | | Fix : compiler-independent macro to remove deprecation warnings | Yann Collet | 2015-10-21 | 1 | -8/+8 |
| | | |||||
* | | create link to dynamic library without using `cp -a` (#147) | Yann Collet | 2015-09-01 | 1 | -5/+5 |
| | | |||||
* | | Updated Makefile and .travis | Yann Collet | 2015-09-01 | 3 | -17/+24 |
| | | |||||
* | | New unalign access method | Yann Collet | 2015-08-19 | 1 | -12/+41 |
| | | |||||
* | | updated xxhash | Yann Collet | 2015-08-19 | 1 | -14/+39 |
| | | |||||
* | | Slightly improved compression speed on ARMv6 | Yann Collet | 2015-08-16 | 1 | -11/+11 |
| | | |||||
* | | Improved performance on ARMv6 | Yann Collet | 2015-08-16 | 2 | -16/+36 |
| | | |||||
* | | Updated xxhash to r41 | Yann Collet | 2015-08-15 | 1 | -19/+41 |
| | | |||||
* | | Makefile : generates *.o for faster processing | Yann Collet | 2015-08-15 | 2 | -12/+10 |
| | | |||||
* | | minor simplification lz4_readarch() | Yann Collet | 2015-08-06 | 1 | -12/+4 |
| | | |||||
* | | minor refactor | Yann Collet | 2015-07-16 | 2 | -17/+16 |
| | | |||||
* | | 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 |
| | | |||||
* | | liblz4 : Moved XXH_NAMESPACE to CPPFLAGS | Yann Collet | 2015-07-02 | 1 | -4/+7 |
|/ | |||||
* | Fixed a few minor visual analyzer warnings | Yann Collet | 2015-06-29 | 1 | -2/+2 |
| | |||||
* | lz4hc : added one malloc test | Yann Collet | 2015-06-29 | 1 | -0/+1 |
| | |||||
* | Updated lib readme | Yann Collet | 2015-06-27 | 1 | -4/+5 |
| | |||||
* | Added namespace ability to xxhash | Yann Collet | 2015-06-27 | 3 | -2/+35 |
| | |||||
* | Changed : static library is no longer compiled with -fPIC by default (this ↵ | Yann Collet | 2015-06-27 | 1 | -1/+1 |
| | | | | option can still be added on the command line) See #53 | ||||
* | Minor lib readme update | Yann Collet | 2015-06-18 | 1 | -4/+5 |
| | |||||
* | 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 | 2 | -3/+2 |
| | |||||
* | Updated comments | Yann Collet | 2015-05-06 | 1 | -4/+4 |
| | |||||
* | Fixed typo | Yann Collet | 2015-05-06 | 1 | -1/+1 |
| | |||||
* | Added : LZ4_compress_destSize() | Yann Collet | 2015-05-06 | 3 | -6/+234 |
| | |||||
* | Added compilation flag -Wcast-qual | Yann Collet | 2015-05-06 | 7 | -87/+84 |
| | |||||
* | Updated lz4hc API | Yann Collet | 2015-05-03 | 3 | -72/+76 |
| | |||||
* | Fixed minor Visual warning | Yann Collet | 2015-05-03 | 1 | -1/+1 |
| | |||||
* | New lz4 API, using LZ4_compress_fast() | Yann Collet | 2015-05-03 | 3 | -101/+81 |
| | |||||
* | Fixed bug 9318 | Yann Collet | 2015-05-02 | 1 | -4/+6 |
| | |||||
* | refactored lz4hc | Yann Collet | 2015-05-02 | 1 | -51/+51 |
| | |||||
* | moved lz4frame context types to incomplete typedef | Yann Collet | 2015-04-27 | 2 | -37/+36 |
| | |||||
* | Increased aligment requirement for lz4frame context pointer | Yann Collet | 2015-04-24 | 1 | -3/+3 |
| |