aboutsummaryrefslogtreecommitdiff
path: root/tests/frametest.c
AgeCommit message (Expand)Author
2018-04-24Multiply-Include Header to Check Guard Macro CorrectnessW. Felix Handte
2018-04-24Change Over Includes in the ProjectW. Felix Handte
2018-03-12Make LZ4F_compressFrame_usingCDict Take a Compression ContextW. Felix Handte
2018-03-12Add Bounds Check to locateBuffDiffW. Felix Handte
2017-08-11restored block checksum capability at lz4frame API levelYann Collet
2017-08-10implemented lz4frame decompression APIYann Collet
2017-08-10support dictionary compression with independent blocksYann Collet
2017-08-10dictionary compression correctly uses compression levelYann Collet
2017-08-09implemented dictionary compression in lz4frameYann Collet
2017-08-08added dictID inside LZ4F_frameInfo_tYann Collet
2017-05-10fix (minor) g++ compatibility for frametestYann Collet
2017-05-10added test for LZ4F_resetDecompressionContext()Yann Collet
2017-05-10fixed c_standards testsYann Collet
2017-04-09lz4frame : Added negative compression levelsYann Collet
2017-03-28added LZ4F_resetDecompressionContext()Yann Collet
2017-03-28Safer LZ4_getFrameInfo()Yann Collet
2016-12-22Merge pull request #292 from inikep/devYann Collet
2016-12-21util.h and platform.h based on zstdPrzemyslaw Skibinski
2016-12-21LZ4F_compressBound(0) provides upper bound for LZ4F_flush() and LZ4F_compress...Yann Collet
2016-12-21improved MinGW supportPrzemyslaw Skibinski
2016-12-21executables use basic types from util.hPrzemyslaw Skibinski
2016-11-14fixed conversion warningsYann Collet
2016-11-11updated frametestYann Collet
2016-11-03updated links to LZ4 repositoryPrzemyslaw Skibinski
2016-11-03test programs moved to tests/Przemyslaw Skibinski