summaryrefslogtreecommitdiffstats
path: root/programs/frametest.c
Commit message (Collapse)AuthorAgeFilesLines
* test programs moved to tests/Przemyslaw Skibinski2016-11-031-866/+0
|
* removed test artefactsYann Collet2016-09-061-5/+0
|
* datagen depends on lz4.h for version stringYann Collet2016-09-051-5/+10
|
* frametest depends on standard C time.h onlyYann Collet2016-09-031-60/+19
|
* Fixed #157 : LZ4F_getFrameInfo() fails on valid null-content frameYann Collet2016-08-111-25/+39
|
* minor refactoring changesYann Collet2016-08-101-67/+34
|
* Updated xxhash library to v0.6.1Yann Collet2016-06-291-4/+5
|
* Added compilation flag -Wcast-qualYann Collet2015-05-061-2/+2
|
* Fixed frametestYann Collet2015-04-201-4/+5
|
* Fixed unfinished frame (issue #75)Yann Collet2015-04-201-0/+14
|
* Updated LZ4F_getFrameInfo() behavior, related to uncomplete frame header ↵Yann Collet2015-04-191-0/+31
| | | | decoding attempts
* Updated lz4frame error namesYann Collet2015-04-151-1/+2
|
* Issue#90 : Change old enum names to new oneTakayuki MATSUOKA2015-04-141-15/+15
|
* Shortened tests durationsYann Collet2015-04-121-18/+15
|
* Fixed : a few minor coverity warningsYann Collet2015-04-121-9/+9
|
* Updated : fuzzer tests can be programmed for a timelengthYann Collet2015-04-101-7/+43
|
* Fixed : Visual compilationYann Collet2015-03-311-1/+1
|
* lz4frame validates contentSize during decompressionYann Collet2015-03-291-2/+2
|
* Changed struct member to contentSizeYann Collet2015-03-291-3/+3
|
* Some more tests related to frame content sizeYann Collet2015-03-191-0/+2
|
* frame content size supportYann Collet2015-03-181-2/+74
|
* minor refactoringYann Collet2015-03-161-2/+21
|
* skippable frames supportYann Collet2015-03-161-25/+81
|
* Added : clang testYann Collet2015-03-151-2/+3
|
* scan-build testsYann Collet2015-03-151-4/+5
|
* g++ compatibilityYann Collet2015-03-101-6/+5
|
* NetBSD compatibility (#48)Yann Collet2015-03-071-6/+32
|
* New : lz4frame integrated into liblz4 (v1.5.0)Yann Collet2014-12-131-3/+3
|
* Updated lz4hc : re-use most shared elements from lz4 (endianess / align / ↵Yann Collet2014-11-291-1/+1
| | | | bus detection routines)
* LZ4 HC streaming integrated within lz4frameYann Collet2014-10-271-7/+8
|
* fixed LZ4F_compressFrameBound (dynamic block resize)Yann Collet2014-10-211-7/+8
|
* Fixed : LZ4F_compressBound() using null preferencesPtrYann Collet2014-10-051-9/+8
| | | Updated : frametest, to check LZ4F_compressBound() using null preferencesPtr
* fixed : clang warningsYann Collet2014-09-221-146/+162
|
* Added : suooirt for s390x, thanks to Nobuhiro IwamatsuYann Collet2014-09-221-7/+7
| | | Multiple warning fixes for Visual Studio 2012
* LZ4F_compressFrame : fix potential crash on selecting custom preferencesYann Collet2014-09-221-0/+8
| | | frame fuzzer tests : new random tests using LZ4F_compressFrame
* lz4frame : support stableDst optionYann Collet2014-09-211-11/+34
| | | | | | Multiple bugfixes within lz4frame decompression Small decompression speed improvements Improved fuzzer test, with more thorough and complex tests
* small improvements to lz4frame compressionYann Collet2014-09-141-6/+8
|
* changed xxhash directoryYann Collet2014-09-131-1/+1
| | | changed makefile
* Restored variable output size fuzzer testYann Collet2014-09-131-3/+2
| | | | Quickfix frame decompression Small speed optimization frame decompression
* Frame decompression speed optimizationYann Collet2014-09-131-4/+5
|
* LZ4F_decompressFrame : implemented srcSizeHint as function resultYann Collet2014-09-131-1/+1
|
* lz4frame : implemented option stableSrcYann Collet2014-09-131-4/+13
| | | Improved LZ4_compressFrame() speed
* lz4frame : autoflush mode : saves memory, and improves compression speedYann Collet2014-09-121-10/+11
| | | LZ4F_getFrameInfo() fix, thanks to Christopher Jackson
* slightly improved frame compression speedYann Collet2014-09-111-14/+16
|
* Improved lz4frame compression speedYann Collet2014-09-101-0/+8
| | | Added : fullbench test -c14 (LZ4F_compressFrame)
* More tests : random flushesYann Collet2014-09-101-1/+8
|
* Fix : streaming mode bug (re-using context & buffers)Yann Collet2014-09-101-1/+2
|
* Added : streaming modeYann Collet2014-09-091-3/+5
|
* API change : compressionContext more easily reusableYann Collet2014-09-071-15/+17
|
* Added : fuzzer : ability to jump to specified testNbYann Collet2014-09-071-13/+17
|