Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removed test artefacts | Yann Collet | 2016-09-06 | 1 | -5/+0 |
| | |||||
* | datagen depends on lz4.h for version string | Yann Collet | 2016-09-05 | 1 | -5/+10 |
| | |||||
* | frametest depends on standard C time.h only | Yann Collet | 2016-09-03 | 1 | -60/+19 |
| | |||||
* | Fixed #157 : LZ4F_getFrameInfo() fails on valid null-content frame | Yann Collet | 2016-08-11 | 1 | -25/+39 |
| | |||||
* | minor refactoring changes | Yann Collet | 2016-08-10 | 1 | -67/+34 |
| | |||||
* | Updated xxhash library to v0.6.1 | Yann Collet | 2016-06-29 | 1 | -4/+5 |
| | |||||
* | Added compilation flag -Wcast-qual | Yann Collet | 2015-05-06 | 1 | -2/+2 |
| | |||||
* | Fixed frametest | Yann Collet | 2015-04-20 | 1 | -4/+5 |
| | |||||
* | Fixed unfinished frame (issue #75) | Yann Collet | 2015-04-20 | 1 | -0/+14 |
| | |||||
* | Updated LZ4F_getFrameInfo() behavior, related to uncomplete frame header ↵ | Yann Collet | 2015-04-19 | 1 | -0/+31 |
| | | | | decoding attempts | ||||
* | Updated lz4frame error names | Yann Collet | 2015-04-15 | 1 | -1/+2 |
| | |||||
* | Issue#90 : Change old enum names to new one | Takayuki MATSUOKA | 2015-04-14 | 1 | -15/+15 |
| | |||||
* | Shortened tests durations | Yann Collet | 2015-04-12 | 1 | -18/+15 |
| | |||||
* | Fixed : a few minor coverity warnings | Yann Collet | 2015-04-12 | 1 | -9/+9 |
| | |||||
* | Updated : fuzzer tests can be programmed for a timelength | Yann Collet | 2015-04-10 | 1 | -7/+43 |
| | |||||
* | Fixed : Visual compilation | Yann Collet | 2015-03-31 | 1 | -1/+1 |
| | |||||
* | lz4frame validates contentSize during decompression | Yann Collet | 2015-03-29 | 1 | -2/+2 |
| | |||||
* | Changed struct member to contentSize | Yann Collet | 2015-03-29 | 1 | -3/+3 |
| | |||||
* | Some more tests related to frame content size | Yann Collet | 2015-03-19 | 1 | -0/+2 |
| | |||||
* | frame content size support | Yann Collet | 2015-03-18 | 1 | -2/+74 |
| | |||||
* | minor refactoring | Yann Collet | 2015-03-16 | 1 | -2/+21 |
| | |||||
* | skippable frames support | Yann Collet | 2015-03-16 | 1 | -25/+81 |
| | |||||
* | Added : clang test | Yann Collet | 2015-03-15 | 1 | -2/+3 |
| | |||||
* | scan-build tests | Yann Collet | 2015-03-15 | 1 | -4/+5 |
| | |||||
* | g++ compatibility | Yann Collet | 2015-03-10 | 1 | -6/+5 |
| | |||||
* | NetBSD compatibility (#48) | Yann Collet | 2015-03-07 | 1 | -6/+32 |
| | |||||
* | New : lz4frame integrated into liblz4 (v1.5.0) | Yann Collet | 2014-12-13 | 1 | -3/+3 |
| | |||||
* | Updated lz4hc : re-use most shared elements from lz4 (endianess / align / ↵ | Yann Collet | 2014-11-29 | 1 | -1/+1 |
| | | | | bus detection routines) | ||||
* | LZ4 HC streaming integrated within lz4frame | Yann Collet | 2014-10-27 | 1 | -7/+8 |
| | |||||
* | fixed LZ4F_compressFrameBound (dynamic block resize) | Yann Collet | 2014-10-21 | 1 | -7/+8 |
| | |||||
* | Fixed : LZ4F_compressBound() using null preferencesPtr | Yann Collet | 2014-10-05 | 1 | -9/+8 |
| | | | Updated : frametest, to check LZ4F_compressBound() using null preferencesPtr | ||||
* | fixed : clang warnings | Yann Collet | 2014-09-22 | 1 | -146/+162 |
| | |||||
* | Added : suooirt for s390x, thanks to Nobuhiro Iwamatsu | Yann Collet | 2014-09-22 | 1 | -7/+7 |
| | | | Multiple warning fixes for Visual Studio 2012 | ||||
* | LZ4F_compressFrame : fix potential crash on selecting custom preferences | Yann Collet | 2014-09-22 | 1 | -0/+8 |
| | | | frame fuzzer tests : new random tests using LZ4F_compressFrame | ||||
* | lz4frame : support stableDst option | Yann Collet | 2014-09-21 | 1 | -11/+34 |
| | | | | | | Multiple bugfixes within lz4frame decompression Small decompression speed improvements Improved fuzzer test, with more thorough and complex tests | ||||
* | small improvements to lz4frame compression | Yann Collet | 2014-09-14 | 1 | -6/+8 |
| | |||||
* | changed xxhash directory | Yann Collet | 2014-09-13 | 1 | -1/+1 |
| | | | changed makefile | ||||
* | Restored variable output size fuzzer test | Yann Collet | 2014-09-13 | 1 | -3/+2 |
| | | | | Quickfix frame decompression Small speed optimization frame decompression | ||||
* | Frame decompression speed optimization | Yann Collet | 2014-09-13 | 1 | -4/+5 |
| | |||||
* | LZ4F_decompressFrame : implemented srcSizeHint as function result | Yann Collet | 2014-09-13 | 1 | -1/+1 |
| | |||||
* | lz4frame : implemented option stableSrc | Yann Collet | 2014-09-13 | 1 | -4/+13 |
| | | | Improved LZ4_compressFrame() speed | ||||
* | lz4frame : autoflush mode : saves memory, and improves compression speed | Yann Collet | 2014-09-12 | 1 | -10/+11 |
| | | | LZ4F_getFrameInfo() fix, thanks to Christopher Jackson | ||||
* | slightly improved frame compression speed | Yann Collet | 2014-09-11 | 1 | -14/+16 |
| | |||||
* | Improved lz4frame compression speed | Yann Collet | 2014-09-10 | 1 | -0/+8 |
| | | | Added : fullbench test -c14 (LZ4F_compressFrame) | ||||
* | More tests : random flushes | Yann Collet | 2014-09-10 | 1 | -1/+8 |
| | |||||
* | Fix : streaming mode bug (re-using context & buffers) | Yann Collet | 2014-09-10 | 1 | -1/+2 |
| | |||||
* | Added : streaming mode | Yann Collet | 2014-09-09 | 1 | -3/+5 |
| | |||||
* | API change : compressionContext more easily reusable | Yann Collet | 2014-09-07 | 1 | -15/+17 |
| | |||||
* | Added : fuzzer : ability to jump to specified testNb | Yann Collet | 2014-09-07 | 1 | -13/+17 |
| | |||||
* | Added : variable dstBuffer size decompression test | Yann Collet | 2014-09-07 | 1 | -7/+6 |
| |