Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | 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 |
* | 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 |
* | | Remove whitespace from ends of lines | Julius Werner | 2016-02-13 | 2 | -6/+6 |
* | | 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 |
* | | 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 |