summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* More build imrpvementsJPeterMugaas2019-04-231-1/+1
* Merge pull request #691 from lz4/listYann Collet2019-04-231-0/+1
|\
| * refactored --list functionYann Collet2019-04-221-0/+1
* | Merge pull request #689 from JPeterMugaas/jpm-makefileYann Collet2019-04-221-11/+3
|\ \ | |/ |/|
| * Fix a test for mingwJPeterMugaas2019-04-221-1/+1
| * Try to put some tests I made in ONE place. I also moved a test for "install"...JPeterMugaas2019-04-221-67/+2
| * Initial commits from diff I submitted earlierJPeterMugaas2019-04-221-7/+64
* | ensure tests work when `stdout` is not the consoleYann Collet2019-04-221-1/+1
* | tests/Makefile : created CMP variableYann Collet2019-04-211-6/+8
* | cli: display a warning whenever default output is stdout while input != stdinYann Collet2019-04-201-13/+13
* | fixed read-after input in LZ4_decompress_safe()Yann Collet2019-04-191-74/+82
* | fuzzer : reduced stack usageYann Collet2019-04-191-18/+18
* | fuzzer: reduce stack usage to please Visual static analyzerYann Collet2019-04-191-58/+66
* | address a few minor Visual warningsYann Collet2019-04-183-7/+8
* | fix several minor static analyzer warningsYann Collet2019-04-183-34/+46
* | fuzzer: fixed scan-build leak warningYann Collet2019-04-181-19/+10
* | fuzzer: fix explicit cast for C++Yann Collet2019-04-171-1/+1
* | fuzzer: added tests to detect LZ4_decompress_fast() out of bound readYann Collet2019-04-171-19/+27
* | Fix AIX errors/warningsNorm Green2019-04-171-0/+4
|/
* Merge branch 'dev' into fixframeYann Collet2019-04-151-1/+1
|\
| * added a fake initialization to please an analyzerYann Collet2019-04-151-1/+1
* | fix fuzzer tests on dirty contextYann Collet2019-04-151-3/+3
|/
* added more margin for canary in frametestYann Collet2019-04-151-5/+4
* frametest: removed uninitialized warningYann Collet2019-04-151-17/+26
* assert() the failed testYann Collet2019-04-151-0/+1
* fixed frametestYann Collet2019-04-151-10/+14
* and even more visual conversion warningsYann Collet2019-04-131-9/+11
* fixed minor Visual conversion warningsYann Collet2019-04-131-1/+1
* added tests for -d -m -cYann Collet2019-04-121-10/+24
* fixed lz4 -m -cYann Collet2019-04-121-3/+12
* added command -BI for "Independent Blocks"Yann Collet2019-04-121-1/+1
* made LZ4F_getHeaderSize() publicYann Collet2019-04-101-3/+8
* fixed loadDictHCYann Collet2019-04-091-4/+4
* modified LZ4_initStreamHC() to look like LZ4_initStream()Yann Collet2019-04-092-20/+21
* checkFrame: removed %zuYann Collet2019-04-081-7/+12
* fullbench: assert lz4_stream_t initializationYann Collet2019-04-081-2/+4
* fixed cleaning tmp directoryYann Collet2019-04-081-3/+3
* slightly faster huge file testYann Collet2019-04-081-1/+1
* added make list target to testsYann Collet2019-04-081-0/+6
* created LZ4_initStream()Yann Collet2019-04-052-5/+5
* fixed _GNU_SOURCE duplicateYann Collet2019-04-051-0/+1
* fuzzer: fixed strict c99 with mmap+MAP_ANONYMOUSYann Collet2019-04-052-8/+5
* created LZ4_initStreamHC()Yann Collet2019-04-052-27/+30
* make `_fast*()` decoder generate a deprecation warningYann Collet2019-04-042-2/+3
* Fix pass-through modeTim Zakian2019-01-101-3/+6
* fixed strict C++ compilationYann Collet2019-01-092-1/+2
* fixed long sequence overflow testYann Collet2019-01-091-1/+3
* minor explicit cast warningYann Collet2019-01-091-1/+1
* Merge pull request #634 from lz4/longSeqTestYann Collet2019-01-091-40/+76
|\
| * add a test to check long sequences (#631)Yann Collet2019-01-091-40/+76