| Commit message (Expand) | Author | Age | Files | Lines |
* | added checkTag | Yann Collet | 2018-01-15 | 3 | -1/+84 |
|
|
* | object files in /tests | Yann Collet | 2017-12-27 | 1 | -5/+10 |
|
|
* | lz4opt supports _destSize | Yann Collet | 2017-12-22 | 1 | -7/+8 |
|
|
* | /tests programs compiled with LZ4_DEBUG=1 | Yann Collet | 2017-12-22 | 2 | -25/+24 |
|
|
* | unified HC levels | Yann Collet | 2017-11-03 | 1 | -6/+6 |
|
|
* | Add some tests verifying command line dictionary functionality | W. Felix Handte | 2017-10-10 | 1 | -1/+28 |
|
|
* | removed test-fasttest | Yann Collet | 2017-08-25 | 1 | -1/+1 |
|
|
* | fixed make recurrence from /tests | Yann Collet | 2017-08-25 | 1 | -9/+3 |
|
|
* | removed fasttest | Yann Collet | 2017-08-25 | 2 | -163/+2 |
|
|
* | minor : added header license | Yann Collet | 2017-08-24 | 2 | -8/+31 |
|
|
* | make test is compatible with parallel execution (-j#) | Yann Collet | 2017-08-21 | 1 | -128/+125 |
|
|
* | cli : restored command -BX to enable block checksum (#322) | Yann Collet | 2017-08-12 | 1 | -0/+1 |
|
|
* | restored block checksum capability at lz4frame API level | Yann Collet | 2017-08-12 | 1 | -2/+26 |
|
|
* | implemented lz4frame decompression API | Yann Collet | 2017-08-10 | 1 | -3/+64 |
|
|
* | support dictionary compression with independent blocks | Yann Collet | 2017-08-10 | 1 | -0/+30 |
|
|
* | dictionary compression correctly uses compression level | Yann Collet | 2017-08-10 | 1 | -0/+24 |
|
|
* | implemented dictionary compression in lz4frame | Yann Collet | 2017-08-09 | 1 | -1/+27 |
|
|
* | added dictID inside LZ4F_frameInfo_t | Yann Collet | 2017-08-09 | 1 | -85/+76 |
|
|
* | tests/Makefile: don't use LIBDIR as variable | Jussi Kukkonen | 2017-06-26 | 1 | -13/+13 |
|
|
* | report where decompression ends (#313) | Yann Collet | 2017-06-12 | 1 | -0/+3 |
|
|
* | fix (minor) g++ compatibility for frametest | Yann Collet | 2017-05-11 | 1 | -1/+1 |
|
|
* | added test for LZ4F_resetDecompressionContext() | Yann Collet | 2017-05-10 | 1 | -16/+29 |
|
|
* | fixed c_standards tests | Yann Collet | 2017-05-10 | 1 | -1/+2 |
|
|
* | lz4frame : Added negative compression levels | Yann Collet | 2017-04-09 | 1 | -1/+11 |
|
|
* | added LZ4F_resetDecompressionContext() | Yann Collet | 2017-03-29 | 1 | -22/+22 |
|
|
* | Safer LZ4_getFrameInfo() | Yann Collet | 2017-03-29 | 1 | -9/+17 |
|
|
* | cli: add GNU separator -- specifying that all following arguments are files | Dmitry V. Levin | 2017-03-23 | 1 | -0/+8 |
|
|
* | 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 |
|
|
* | Fix test-lz4-basic | Dmitry V. Levin | 2017-03-05 | 1 | -3/+3 |
|
|
* | remove MOREFLAGS from test-lz4c32 | Przemyslaw Skibinski | 2017-02-16 | 1 | -1/+0 |
|
|
* | circle.yml: fixed lz4c32 target (2) | Przemyslaw Skibinski | 2017-02-15 | 1 | -1/+1 |
|
|
* | circle.yml: fixed lz4c32 target | Przemyslaw Skibinski | 2017-02-15 | 1 | -1/+1 |
|
|
* | improved Circle CI tests | Przemyslaw Skibinski | 2017-02-15 | 1 | -0/+1 |
|
|
* | Don't use "foo && false || true" | Eric Siegerman | 2017-02-14 | 1 | -19/+19 |
|
|
* | added OpenBSD NetBSD SunOS to list of supported `make install` OSes | Przemyslaw Skibinski | 2017-02-10 | 1 | -3/+3 |
|
|
* | added "This Makefile is validated for" | Przemyslaw Skibinski | 2017-01-19 | 1 | -0/+2 |
|
|
* | 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 |
|
|
* | improved test-lz4-opt-parser | Przemyslaw Skibinski | 2016-12-27 | 1 | -5/+10 |
|
|
* | added test-lz4-opt-parser | Przemyslaw Skibinski | 2016-12-27 | 1 | -1/+9 |
|
|
* | Merge remote-tracking branch 'refs/remotes/lz4/dev' into dev | Przemyslaw Skibinski | 2016-12-27 | 1 | -0/+7 |
|\ |
|
| * | Merge pull request #292 from inikep/dev | Yann Collet | 2016-12-22 | 5 | -120/+18 |
| |\ |
|
| * | | LZ4F_compressBound(0) provides upper bound for LZ4F_flush() and LZ4F_compress... | Yann Collet | 2016-12-21 | 1 | -0/+7 |
|
|
* | | | Solaris: working "make install" | Przemyslaw Skibinski | 2016-12-22 | 1 | -1/+1 |
|
|
* | | | "make test" is now compatible with Solaris | Przemyslaw Skibinski | 2016-12-22 | 1 | -16/+22 |
| |/
|/| |
|