Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | 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 op... | Yann Collet | 2015-06-27 | 1 | -1/+1 |
* | 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 |