summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* | support custom block sizes: fix constBlaise Sanouillet2018-09-281-2/+2
* | support custom block sizesBlaise Sanouillet2018-09-283-2/+347
|/
* tried to clean another bunch of cppcheck warningsYann Collet2018-09-191-5/+6
* added cppcheckYann Collet2018-09-182-4/+4
* fixed minor warning in fuzzer.cYann Collet2018-09-101-1/+0
* Merge branch 'dev' into partialDecodeYann Collet2018-09-101-1/+1
|\
| * Add support for MidnightBSDLucas Holt2018-09-081-1/+1
* | fixed fuzzer testYann Collet2018-09-081-3/+4
* | first sketch for a byte-accurate partial decoderYann Collet2018-09-072-22/+32
|/
* Merge pull request #563 from lz4/docDictYann Collet2018-09-061-1/+2
|\
| * updated documentation regarding dictionary compressionYann Collet2018-09-052-2/+7
* | removed one assert() conditionYann Collet2018-09-051-5/+10
* | made roundTripTest fully generalYann Collet2018-09-051-28/+73
* | fix minor cast warning for C++ compilationYann Collet2018-09-052-4/+7
* | new test program : roundTripTestYann Collet2018-09-043-1/+208
|/
* Fixed bugs about incorrect acceleration calculation and benchmarking negative...Jennifer Liu2018-06-271-2/+1
* Fixed invalid argument test and reformatted elseJennifer Liu2018-06-271-2/+2
* Fixed code based on comments from pull requestJennifer Liu2018-06-271-2/+7
* Fixed lz4 not found error part 2Jennifer Liu2018-06-261-3/+3
* Fixed lz4 not found errorJennifer Liu2018-06-261-3/+3
* Fixed bug about file to be compressed is not presentJennifer Liu2018-06-261-4/+3
* Added --fast command to cliJennifer Liu2018-06-261-0/+6
* Fix AIX 32 bit build problem of fuzzer.cNorm Green2018-06-011-1/+5
* Test Linking C-Compiled Library and C++-Compiled TestsW. Felix Handte2018-05-221-1/+17
* Add Haiku as a validated target.fbrosson2018-05-171-1/+1
* Merge pull request #538 from lz4/frameTestErrorYann Collet2018-05-071-2/+7
|\
| * small extDict : fixed side-effectYann Collet2018-05-061-0/+1