summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix C90 compatibility issueTim Zakian2019-01-091-1/+2
* | Make LZ4F_getBlockSize public and publis in experimental sectionTim Zakian2019-01-091-0/+22
|/
* Add test to cover issue #596Ruben O. Chiavone2019-01-091-0/+5
* clang: Fix -WcommaLzu Tao2018-12-021-1/+1
* clang: Fix -Wcast-qualLzu Tao2018-12-021-2/+3
* Fix clang warnings: -Wformat-pedantic and -Werror=overflowLzu Tao2018-12-021-4/+5
* [amalgamation] lz4frame.cBing Xu2018-11-261-0/+1
* [amalgamation] add testBing Xu2018-11-161-1/+7
* Adding information about dirty context for _HC_ family of functionsOleg Khabinov2018-10-101-8/+24
* Merge pull request #592 from lz4/compressEndYann Collet2018-10-091-2/+12
|\
| * added a test for LZ4F_compressEnd()Yann Collet2018-10-091-2/+12
* | Merge pull request #588 from khabinov/stream-dirty-followupsYann Collet2018-10-091-5/+5
|\ \ | |/ |/|
| * Some followups and renamingsOleg Khabinov2018-10-011-5/+5
* | support custom block sizes: fix memory leak to make CI builds happyBlaise Sanouillet2018-10-021-21/+55
* | support custom block sizes: remove unneeded fudging, fix leaked filehandles, ...Blaise Sanouillet2018-10-012-98/+101
* | Merge branch 'dev' into custom_block_sizesBlaise Sanouillet2018-10-011-3/+8
|\ \ | |/
| * Rename initCheck to dirtyContext and use it in LZ4_resetStream_fast() to chec...Oleg Khabinov2018-09-281-3/+8