Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix #283 : implement LZ4_versionString(). | Yann Collet | 2016-12-04 | 1 | -0/+1 |
| | |||||
* | highly improved speed on -mx32 mode | Yann Collet | 2016-11-19 | 1 | -44/+40 |
| | | | | Now -mx32 is fastest mode on x64 CPU | ||||
* | attempt to fix sanitize32 package dependency | Yann Collet | 2016-11-18 | 1 | -1/+1 |
| | |||||
* | fix 32-bits mode. | Yann Collet | 2016-11-17 | 1 | -3/+5 |
| | | | | | | Large File support for Mac OS-X in 32-bits mode Fixed potential undefined behavior Changed makefile for 32-bits mode | ||||
* | fixed minor conversion warning | Yann Collet | 2016-11-14 | 1 | -3/+2 |
| | |||||
* | silence a minor msan warning | Yann Collet | 2016-11-14 | 1 | -0/+1 |
| | |||||
* | fixed minor msan warning | Yann Collet | 2016-11-14 | 1 | -2/+2 |
| | |||||
* | fixed __GNUC__ macro | Yann Collet | 2016-11-12 | 1 | -5/+5 |
| | |||||
* | enabled deprecation warnings on remaining obsolete functions | Yann Collet | 2016-11-12 | 1 | -3/+4 |
| | |||||
* | Expose internal types to remove strict aliasing | Nick Terrell | 2016-11-11 | 1 | -69/+48 |
| | |||||
* | Fixed #178 fullbench on small input | Yann Collet | 2016-11-10 | 1 | -2/+9 |
| | |||||
* | small compression ratio and speed improvement on small files | Yann Collet | 2016-11-08 | 1 | -17/+12 |
| | |||||
* | Merge branch 'dev' of github.com:Cyan4973/lz4 into dev | Yann Collet | 2016-11-07 | 1 | -1/+1 |
|\ | |||||
| * | 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. | ||||
* | | minor refactor | Yann Collet | 2016-11-05 | 1 | -1/+1 |
|/ | |||||
* | 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 |
| |