Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | err0r(LZ4F_errorCodes code) uses ptrdiff_t | Przemyslaw Skibinski | 2016-11-08 | 1 | -1/+1 |
| | |||||
* | test powerpc64 | Przemyslaw Skibinski | 2016-11-08 | 1 | -0/+1 |
| | |||||
* | slightly improved HC compression ratio | Yann Collet | 2016-11-08 | 1 | -6/+6 |
| | |||||
* | 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 | 2 | -3/+3 |
|\ | |||||
| * | updated declaration of LZ4F_freeDecompressionContext | Przemyslaw Skibinski | 2016-11-07 | 1 | -1/+1 |
| | | |||||
| * | fixed appveyor.yml | Przemyslaw Skibinski | 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 |
|/ | |||||
* | restricted deprecation warning to fairly recent gcc versions (>=6.0) | Yann Collet | 2016-11-05 | 1 | -1/+1 |
| | |||||
* | lz4frame obsolete enum should trigger deprecation warnings (on supported ↵ | Yann Collet | 2016-11-04 | 1 | -14/+21 |
| | | | | compilers) | ||||
* | removed support for old error code enums from lz4frame_static.h, to free up ↵ | Yann Collet | 2016-11-04 | 1 | -1/+1 |
| | | | | | | | namespace. note : lz4frame_static.h does not guaranteed API stability. note 2 : the macro to enable old error code enums is still present. Just needs to comment one line to re-enable them. | ||||
* | 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 |
| | |||||
* | minor code refactoring | Yann Collet | 2016-11-04 | 2 | -48/+53 |
| | |||||
* | fix #198 : no longer requires to restart streaming decompression from where ↵ | Yann Collet | 2016-11-04 | 2 | -134/+101 |
| | | | | | | | it stopped. It permits relocating remaining data into another memory space. Still, the same content must be presented. | ||||
* | fixed strict warnings | Yann Collet | 2016-11-04 | 3 | -19/+19 |
| | |||||
* | 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 |
| |