Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | updated comments | Yann Collet | 2016-11-04 | 5 | -66/+76 |
| | |||||
* | updated links to LZ4 repository | Przemyslaw Skibinski | 2016-11-03 | 7 | -7/+7 |
| | |||||
* | documentation moved to doc/ | Przemyslaw Skibinski | 2016-11-03 | 2 | -2/+2 |
| | |||||
* | Clarified license (#115, #244) | Yann Collet | 2016-11-02 | 1 | -7/+26 |
| | |||||
* | fixes static compilation under Windows (#246) | Yann Collet | 2016-10-21 | 1 | -6/+2 |
| | |||||
* | Merge pull request #241 from vapier/dev | Yann Collet | 2016-09-23 | 1 | -0/+5 |
|\ | | | | | add a flag to disable static libs | ||||
| * | add a flag to disable static libs | Mike Frysinger | 2016-09-23 | 1 | -0/+5 |
| | | |||||
* | | Use different prefix for each file to avoid conflict | Kouhei Sutou | 2016-09-23 | 2 | -41/+41 |
| | | |||||
* | | Add LZ4LIB_API | Kouhei Sutou | 2016-09-22 | 4 | -66/+116 |
|/ | | | | | | | | | | | | It's based on Zstandard's ZSTDLIB_API. See also: https://github.com/Cyan4973/lz4/issues/216#issuecomment-226245432 Deprecated functions aren't LZ4LIB_API targets. Because we don't need to export deprecated functions from now. There are same LZ4LIB_API definitions in each header files instead of including a common header file because LZ4_DEPRECATED is defined so. | ||||
* | updated uninstall | Yann Collet | 2016-09-17 | 1 | -9/+9 |
| | |||||
* | Merge pull request #236 from inikep/dev | Yann Collet | 2016-09-06 | 1 | -0/+1 |
|\ | | | | | fix bug #232 at https://github.com/Cyan4973/lz4/issues/232 | ||||
| * | fix bug #232 at https://github.com/Cyan4973/lz4/issues/232 | inikep | 2016-09-06 | 1 | -0/+1 |
| | | |||||
* | | removed test artefacts | Yann Collet | 2016-09-06 | 2 | -4/+3 |
|/ | |||||
* | lz4 version source from lz4.h | Yann Collet | 2016-09-03 | 3 | -10/+17 |
| | |||||
* | lz4cli version number from lz4.h | Yann Collet | 2016-09-03 | 2 | -6/+13 |
| | |||||
* | coding style change | Yann Collet | 2016-09-03 | 1 | -95/+55 |
| | |||||
* | -b# and -e# options from zstd | inikep | 2016-09-02 | 3 | -15/+15 |
| | |||||
* | use gnu c99 to get both c99 and POSIX | Georg Sauthoff | 2016-08-27 | 1 | -1/+1 |
| | | | | | | when compiling with gcc fixes fileno() implicitly defined on Linx and compile error on Solaris 10 | ||||
* | 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 |
| | |||||
* | minor comments clarifications | Yann Collet | 2016-08-20 | 1 | -13/+16 |
| | |||||
* | minor comments clarification | Yann Collet | 2016-08-11 | 1 | -24/+24 |
| | |||||
* | Fixed #157 : LZ4F_getFrameInfo() fails on valid null-content frame | Yann Collet | 2016-08-11 | 2 | -110/+134 |
| | |||||
* | Use https wherever possible | Ben Wiederhake | 2016-07-07 | 2 | -3/+3 |
| | |||||
* | Use correct 'repository' hostname | Ben Wiederhake | 2016-07-07 | 1 | -1/+1 |
| | |||||
* | Updated xxhash library to v0.6.1 | Yann Collet | 2016-06-29 | 3 | -700/+620 |
| | |||||
* | stronger compilation flags | Yann Collet | 2016-06-29 | 1 | -4/+4 |
| | |||||
* | modified : some more deprecated functions from lz4hc.h generate warnings | Yann Collet | 2016-06-29 | 2 | -29/+35 |
| | |||||
* | changed : default benchmark LZ4_decompress_safe() | Yann Collet | 2016-06-29 | 2 | -54/+48 |
| | |||||
* | 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 |
| | |