summaryrefslogtreecommitdiffstats
path: root/tests/frametest.c
Commit message (Expand)AuthorAgeFilesLines
* made LZ4F_getHeaderSize() publicYann Collet2019-04-101-3/+8
* fuzzer: fixed strict c99 with mmap+MAP_ANONYMOUSYann Collet2019-04-051-5/+4
* Fix C90 compatibility issueTim Zakian2019-01-091-1/+2
* Make LZ4F_getBlockSize public and publis in experimental sectionTim Zakian2019-01-091-0/+22
* clang: Fix -WcommaLzu Tao2018-12-021-1/+1
* added a test for LZ4F_compressEnd()Yann Collet2018-10-091-2/+12
* tried to clean another bunch of cppcheck warningsYann Collet2018-09-191-5/+6
* added cppcheckYann Collet2018-09-181-2/+2
* small extDict : fixed side-effectYann Collet2018-05-061-0/+1
* fixed frametest errorYann Collet2018-05-061-2/+6
* Multiply-Include Header to Check Guard Macro CorrectnessW. Felix Handte2018-04-241-0/+3
* Change Over Includes in the ProjectW. Felix Handte2018-04-241-1/+2
* Make LZ4F_compressFrame_usingCDict Take a Compression ContextW. Felix Handte2018-03-121-8/+11
* Add Bounds Check to locateBuffDiffW. Felix Handte2018-03-121-3/+5
* 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
* 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
* Safer LZ4_getFrameInfo()Yann Collet2017-03-291-9/+17
* Merge pull request #292 from inikep/devYann Collet2016-12-221-22/+4
|\
| * util.h and platform.h based on zstdPrzemyslaw Skibinski2016-12-211-1/+1
| * improved MinGW supportPrzemyslaw Skibinski2016-12-211-3/+3
| * executables use basic types from util.hPrzemyslaw Skibinski2016-12-211-20/+2
* | LZ4F_compressBound(0) provides upper bound for LZ4F_flush() and LZ4F_compress...Yann Collet2016-12-211-0/+7
|/
* fixed conversion warningsYann Collet2016-11-141-14/+12
* updated frametestYann Collet2016-11-111-136/+161
* updated links to LZ4 repositoryPrzemyslaw Skibinski2016-11-031-1/+1
* test programs moved to tests/Przemyslaw Skibinski2016-11-031-0/+866