| Commit message (Expand) | Author | Age | Files | Lines |
* | More build imrpvements | JPeterMugaas | 2019-04-23 | 1 | -1/+1 |
|
|
* | Merge pull request #691 from lz4/list | Yann Collet | 2019-04-23 | 1 | -0/+1 |
|\ |
|
| * | refactored --list function | Yann Collet | 2019-04-22 | 1 | -0/+1 |
|
|
* | | Merge pull request #689 from JPeterMugaas/jpm-makefile | Yann Collet | 2019-04-22 | 1 | -11/+3 |
|\ \
| |/
|/| |
|
| * | Fix a test for mingw | JPeterMugaas | 2019-04-22 | 1 | -1/+1 |
|
|
| * | Try to put some tests I made in ONE place. I also moved a test for "install"... | JPeterMugaas | 2019-04-22 | 1 | -67/+2 |
|
|
| * | Initial commits from diff I submitted earlier | JPeterMugaas | 2019-04-22 | 1 | -7/+64 |
|
|
* | | ensure tests work when `stdout` is not the console | Yann Collet | 2019-04-22 | 1 | -1/+1 |
|
|
* | | tests/Makefile : created CMP variable | Yann Collet | 2019-04-21 | 1 | -6/+8 |
|
|
* | | cli: display a warning whenever default output is stdout while input != stdin | Yann Collet | 2019-04-20 | 1 | -13/+13 |
|
|
* | | fixed read-after input in LZ4_decompress_safe() | Yann Collet | 2019-04-19 | 1 | -74/+82 |
|
|
* | | fuzzer : reduced stack usage | Yann Collet | 2019-04-19 | 1 | -18/+18 |
|
|
* | | fuzzer: reduce stack usage to please Visual static analyzer | Yann Collet | 2019-04-19 | 1 | -58/+66 |
|
|
* | | address a few minor Visual warnings | Yann Collet | 2019-04-18 | 3 | -7/+8 |
|
|
* | | fix several minor static analyzer warnings | Yann Collet | 2019-04-18 | 3 | -34/+46 |
|
|
* | | fuzzer: fixed scan-build leak warning | Yann Collet | 2019-04-18 | 1 | -19/+10 |
|
|
* | | fuzzer: fix explicit cast for C++ | Yann Collet | 2019-04-17 | 1 | -1/+1 |
|
|
* | | fuzzer: added tests to detect LZ4_decompress_fast() out of bound read | Yann Collet | 2019-04-17 | 1 | -19/+27 |
|
|
* | | Fix AIX errors/warnings | Norm Green | 2019-04-17 | 1 | -0/+4 |
|/ |
|
* | Merge branch 'dev' into fixframe | Yann Collet | 2019-04-15 | 1 | -1/+1 |
|\ |
|
| * | added a fake initialization to please an analyzer | Yann Collet | 2019-04-15 | 1 | -1/+1 |
|
|
* | | fix fuzzer tests on dirty context | Yann Collet | 2019-04-15 | 1 | -3/+3 |
|/ |
|
* | added more margin for canary in frametest | Yann Collet | 2019-04-15 | 1 | -5/+4 |
|
|
* | frametest: removed uninitialized warning | Yann Collet | 2019-04-15 | 1 | -17/+26 |
|
|
* | assert() the failed test | Yann Collet | 2019-04-15 | 1 | -0/+1 |
|
|
* | fixed frametest | Yann Collet | 2019-04-15 | 1 | -10/+14 |
|
|
* | and even more visual conversion warnings | Yann Collet | 2019-04-13 | 1 | -9/+11 |
|
|
* | fixed minor Visual conversion warnings | Yann Collet | 2019-04-13 | 1 | -1/+1 |
|
|
* | added tests for -d -m -c | Yann Collet | 2019-04-12 | 1 | -10/+24 |
|
|
* | fixed lz4 -m -c | Yann Collet | 2019-04-12 | 1 | -3/+12 |
|
|
* | added command -BI for "Independent Blocks" | Yann Collet | 2019-04-12 | 1 | -1/+1 |
|
|
* | made LZ4F_getHeaderSize() public | Yann Collet | 2019-04-10 | 1 | -3/+8 |
|
|
* | fixed loadDictHC | Yann Collet | 2019-04-09 | 1 | -4/+4 |
|
|
* | modified LZ4_initStreamHC() to look like LZ4_initStream() | Yann Collet | 2019-04-09 | 2 | -20/+21 |
|
|
* | checkFrame: removed %zu | Yann Collet | 2019-04-08 | 1 | -7/+12 |
|
|
* | fullbench: assert lz4_stream_t initialization | Yann Collet | 2019-04-08 | 1 | -2/+4 |
|
|
* | fixed cleaning tmp directory | Yann Collet | 2019-04-08 | 1 | -3/+3 |
|
|
* | slightly faster huge file test | Yann Collet | 2019-04-08 | 1 | -1/+1 |
|
|
* | added make list target to tests | Yann Collet | 2019-04-08 | 1 | -0/+6 |
|
|
* | created LZ4_initStream() | Yann Collet | 2019-04-05 | 2 | -5/+5 |
|
|
* | fixed _GNU_SOURCE duplicate | Yann Collet | 2019-04-05 | 1 | -0/+1 |
|
|
* | fuzzer: fixed strict c99 with mmap+MAP_ANONYMOUS | Yann Collet | 2019-04-05 | 2 | -8/+5 |
|
|
* | created LZ4_initStreamHC() | Yann Collet | 2019-04-05 | 2 | -27/+30 |
|
|
* | make `_fast*()` decoder generate a deprecation warning | Yann Collet | 2019-04-04 | 2 | -2/+3 |
|
|
* | Fix pass-through mode | Tim Zakian | 2019-01-10 | 1 | -3/+6 |
|
|
* | fixed strict C++ compilation | Yann Collet | 2019-01-09 | 2 | -1/+2 |
|
|
* | fixed long sequence overflow test | Yann Collet | 2019-01-09 | 1 | -1/+3 |
|
|
* | minor explicit cast warning | Yann Collet | 2019-01-09 | 1 | -1/+1 |
|
|
* | Merge pull request #634 from lz4/longSeqTest | Yann Collet | 2019-01-09 | 1 | -40/+76 |
|\ |
|
| * | add a test to check long sequences (#631) | Yann Collet | 2019-01-09 | 1 | -40/+76 |
|
|