Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lz4opt supports _destSize | Yann Collet | 2017-12-22 | 1 | -7/+8 |
* | /tests programs compiled with LZ4_DEBUG=1 | Yann Collet | 2017-12-22 | 1 | -23/+21 |
* | unified HC levels | Yann Collet | 2017-11-03 | 1 | -6/+6 |
* | added `extern C` for lz4.h static section | Yann Collet | 2017-03-17 | 1 | -1/+1 |
* | LZ4_compress_HC_continue_destSize() works as intended up to level 10 | Yann Collet | 2017-03-16 | 1 | -1/+1 |
* | LZ4_compress_HC_destSize() uses LZ4HC_compress_generic() code path | Yann Collet | 2017-03-16 | 1 | -29/+55 |
* | created LZ4_HC_STATIC_LINKING_ONLY section | Yann Collet | 2017-03-16 | 1 | -3/+4 |
* | tests: fuzzer: Add test for LZ4_compressHC_destSize | remittor | 2017-03-08 | 1 | -2/+38 |
* | fuzzer: tests more compression levels | Przemyslaw Skibinski | 2016-12-28 | 1 | -17/+17 |
* | LZ4HC_getSearchNum | Przemyslaw Skibinski | 2016-12-28 | 1 | -1/+1 |
* | added FUZ_CLEVEL_DEFAULT | Przemyslaw Skibinski | 2016-12-28 | 1 | -7/+8 |
* | util.h and platform.h based on zstd | Przemyslaw Skibinski | 2016-12-21 | 1 | -1/+2 |
* | fixed gcc 4.4 support | Przemyslaw Skibinski | 2016-12-21 | 1 | -4/+12 |
* | executables use basic types from util.h | Przemyslaw Skibinski | 2016-12-21 | 1 | -22/+2 |
* | fix #283 : implement LZ4_versionString(). | Yann Collet | 2016-12-04 | 1 | -1/+1 |
* | fix 32-bits mode. | Yann Collet | 2016-11-17 | 1 | -7/+8 |
* | fixed conversion warnings | Yann Collet | 2016-11-14 | 1 | -18/+2 |
* | fixed conversion warnings | Yann Collet | 2016-11-14 | 1 | -8/+8 |
* | fixed uintptr_t on pre-c99 compilers | Yann Collet | 2016-11-14 | 1 | -1/+2 |
* | minor code refactoring | Yann Collet | 2016-11-14 | 1 | -31/+25 |
* | fuzzer code refactoring | Yann Collet | 2016-11-13 | 1 | -106/+88 |
* | fixed fuzzer error | Yann Collet | 2016-11-12 | 1 | -1/+1 |
* | enabled deprecation warnings on remaining obsolete functions | Yann Collet | 2016-11-12 | 1 | -38/+34 |
* | updated links to LZ4 repository | Przemyslaw Skibinski | 2016-11-03 | 1 | -1/+1 |
* | test programs moved to tests/ | Przemyslaw Skibinski | 2016-11-03 | 1 | -0/+1169 |