summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* fixed lz4frame with blocks of size 1Yann Collet2020-09-171-2/+4
* Merge branch 'usan_null' of github.com:lz4/lz4 into usan_nullYann Collet2020-09-171-2/+5
|\
| * fix #847Yann Collet2020-09-151-2/+5
* | fix ubsan testYann Collet2020-09-171-1/+1
|/
* added test triggering NULL arithmetic with usanYann Collet2020-09-151-0/+8
* fixed minor pre-existing printf formattingYann Collet2020-08-271-2/+2
* fixed strict c90 supportYann Collet2020-08-271-2/+0
* fix #783Yann Collet2020-08-271-4/+4
* Merge branch 'dev' into extraInputYann Collet2020-08-271-81/+92
|\
| * fix test under non-interactive environmentYann Collet2020-08-251-1/+1
| * added more tests around --content-sizeYann Collet2020-08-251-1/+10
| * use variables for program invocationYann Collet2020-08-251-80/+82
* | Merge branch 'dev' into extraInputYann Collet2020-08-181-9/+21
|\ \ | |/
| * Clarifies and fix EndMarkYann Collet2020-08-131-9/+21
* | fix issue #783 (#862)BellaXlp2020-08-122-3/+60
* | added test decompress-partial with extraneous input bytesYann Collet2020-08-122-10/+19
|/
* Merge pull request #895 from lz4/hugefastYann Collet2020-08-101-0/+5
|\
| * add test that breaks --fastYann Collet2020-08-101-0/+5
* | Remove dirty Field From LZ4_stream_tW. Felix Handte2020-08-061-4/+0
|/
* Merge pull request #866 from sandyharvie/devYann Collet2020-07-141-0/+18
|\
| * add testsChristopher Harvie2020-05-141-0/+18
* | Fix tests on OpenBSDBjörn Ketelaars2020-05-301-1/+1
|/
* Add test scenario test-lz4-multiple-legacyFilipe Calasans2020-02-081-1/+39
* Adding unamestr varBimba Shrestha2019-10-071-0/+1
* Adding condition for FreeBSD and using gmakeBimba Shrestha2019-10-041-1/+8
* Using instead of gmake (to address the travis failure)Bimba Shrestha2019-10-041-1/+1
* Using gmake instead of makeBimba Shrestha2019-10-041-1/+1
* 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