summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* fuzzer.c: enabled ring buffer tests for decompress_fastAlexey Tourbin2018-04-271-40/+81
* lz4.c: fixed the LZ4_decompress_safe_continue caseAlexey Tourbin2018-04-261-1/+1
* edited a few traces for debuggingYann Collet2018-04-171-3/+3
* fixed fuzzer testsYann Collet2018-04-161-15/+17
* Merge branch 'dev' into lowAddrYann Collet2018-04-162-10/+106
|\
| * Further Test that ExtDictCtx Mode Produces the Exact Same OutputW. Felix Handte2018-04-131-2/+21
| * Add Tests for LZ4_attach_dictionary and FriendsW. Felix Handte2018-04-131-0/+78
| * allow system-defined CPPFLAGS in /testsYann Collet2018-04-111-1/+1
| * reduced test time on circle-ciYann Collet2018-04-111-7/+6
* | modified a few traces for debugtest49732018-04-121-1/+3
* | fix minor conversion warningtest49732018-04-101-1/+1
* | noticed a bug when re-using hash tabletest49732018-04-061-30/+29
* | fixed lz4 compression starting at small addresstest49732018-04-051-1/+1
* | Merge branch 'dev' into lowAddrtest49732018-04-042-24/+32
|\ \ | |/
| * Add Dependency to Fix Parallel `make test` RunsW. Felix Handte2018-03-211-1/+1
| * Remove Framebench ToolW. Felix Handte2018-03-142-300/+1
| * Restore checkTag CleaningW. Felix Handte2018-03-131-1/+1
| * Renames and Comment FixesW. Felix Handte2018-03-121-1/+1
| * Make LZ4F_compressFrame_usingCDict Take a Compression ContextW. Felix Handte2018-03-122-8/+13
| * Avoid Resetting the Context When PossibleW. Felix Handte2018-03-121-1/+1
| * Add Bounds Check to locateBuffDiffW. Felix Handte2018-03-121-3/+5
| * Add a Benchmarking Tool For Compression with Context Re-UseW. Felix Handte2018-03-122-2/+299
| * added target make checkYann Collet2018-02-261-13/+16
* | added low address fuzzer teststest49732018-03-212-53/+63
* | fuzzer: added low address compression testYann Collet2018-02-051-1/+45
|/
* added checkTagYann Collet2018-01-153-1/+84
* object files in /testsYann Collet2017-12-271-5/+10
* lz4opt supports _destSizeYann Collet2017-12-221-7/+8
* /tests programs compiled with LZ4_DEBUG=1Yann Collet2017-12-222-25/+24
* unified HC levelsYann Collet2017-11-031-6/+6
* Add some tests verifying command line dictionary functionalityW. Felix Handte2017-10-101-1/+28
* removed test-fasttestYann Collet2017-08-251-1/+1
* fixed make recurrence from /testsYann Collet2017-08-251-9/+3
* removed fasttestYann Collet2017-08-252-163/+2
* minor : added header licenseYann Collet2017-08-242-8/+31
* make test is compatible with parallel execution (-j#)Yann Collet2017-08-211-128/+125
* cli : restored command -BX to enable block checksum (#322)Yann Collet2017-08-121-0/+1
* restored block checksum capability at lz4frame API levelYann Collet2017-08-121-2/+26
* implemented lz4frame decompression APIYann Collet2017-08-101-3/+64
* support dictionary compression with independent blocksYann Collet2017-08-101-0/+30
* dictionary compression correctly uses compression levelYann Collet2017-08-101-0/+24
* implemented dictionary compression in lz4frameYann Collet2017-08-091-1/+27
* added dictID inside LZ4F_frameInfo_tYann Collet2017-08-091-85/+76
* tests/Makefile: don't use LIBDIR as variableJussi Kukkonen2017-06-261-13/+13
* report where decompression ends (#313)Yann Collet2017-06-121-0/+3
* fix (minor) g++ compatibility for frametestYann Collet2017-05-111-1/+1
* added test for LZ4F_resetDecompressionContext()Yann Collet2017-05-101-16/+29
* fixed c_standards testsYann Collet2017-05-101-1/+2
* lz4frame : Added negative compression levelsYann Collet2017-04-091-1/+11
* added LZ4F_resetDecompressionContext()Yann Collet2017-03-291-22/+22