summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* fixed test errorv1.9.2Yann Collet2019-08-151-1/+1
* silence msan warning when offset==0Yann Collet2019-08-061-0/+1
* ensure conformance with custom LZ4_DISTANCE_MAXYann Collet2019-07-152-2/+3
* fix minor cppcheck warningsYann Collet2019-06-302-3/+3
* updated frametestYann Collet2019-06-301-16/+27
* frametest: added LZ4F decoder noise testYann Collet2019-06-302-89/+188
* travisCI: added ASAN fuzzer testsYann Collet2019-06-292-10/+12
* moved noisy-src decoder test into cBuffer_exactYann Collet2019-06-291-34/+34
* fuzzer: added test to catch #738Yann Collet2019-06-291-51/+90
* Merge pull request #718 from lz4/fullbenchYann Collet2019-05-311-17/+64
|\
| * fullbench: ensure decompressionFunction and dName are initializedYann Collet2019-05-311-4/+14
| * replaced while(1)Yann Collet2019-05-311-3/+2
| * fullbench: added test scenario LZ4F_decompress_followHintYann Collet2019-05-311-13/+51
* | added test case for in-place decompressionYann Collet2019-05-301-32/+63
* | fuzzer: changed internal buffer sizeYann Collet2019-05-291-9/+10
* | one more conversion warningYann Collet2019-05-291-1/+1
* | some more minor conversion warnings fixesYann Collet2019-05-291-5/+5
* | fixed minor conversion warningYann Collet2019-05-291-1/+1
* | added comments and macros for in-place (de)compressionYann Collet2019-05-291-2/+1
* | added test case for in-place compressionYann Collet2019-05-291-16/+41
|/
* Handle file not existing case #704gabrielstedman2019-05-261-0/+1
* updated testsYann Collet2019-05-161-2/+2
* List mode improvements.gstedman2019-05-162-2/+4
* Add multiframe report to --list commandgstedman2019-05-152-2/+287
* test-amalgamation: split the ruleDmitry V. Levin2019-04-231-6/+8
* test-amalgamation: fix compilation optionsDmitry V. Levin2019-04-231-1/+1
* test-amalgamation: use a single cat commandDmitry V. Levin2019-04-231-3/+1
* test-amalgamation: fix the list of prerequisitesDmitry V. Levin2019-04-231-1/+1
* 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
|/