| Commit message (Expand) | Author | Age | Files | Lines |
* | introduced FORWARD_IF_ERROR() | Yann Collet | 2022-05-10 | 1 | -48/+49 |
|
|
* | introduced macro LZ4F_RETURN_ERROR_IF | Yann Collet | 2022-05-07 | 1 | -32/+23 |
|
|
* | introduced macro LZ4F_RETURN_ERROR | Yann Collet | 2022-05-07 | 1 | -37/+39 |
|
|
* | removed ERROR_GENERIC from lz4frame.h | Yann Collet | 2022-05-07 | 1 | -3/+3 |
|
|
* | updated one error code | Yann Collet | 2022-04-06 | 1 | -1/+1 |
|
|
* | Introduce MIN and MAX bounds to LZ4_MEMORY_USAGE | Yann Collet | 2022-01-31 | 1 | -2/+2 |
|
|
* | Fix typos found by codespell | Dimitri Papadopoulos | 2021-11-25 | 1 | -1/+1 |
|
|
* | Don't reuse state memory that's too small. | Eddy Jansson | 2021-07-31 | 1 | -1/+13 |
|
|
* | fix UB lz4:988 and lz4:1178 | Yann Collet | 2021-05-28 | 1 | -0/+2 |
|
|
* | fix UB of lz4frame:907 | Yann Collet | 2021-05-28 | 1 | -56/+63 |
|
|
* | minor : lz4frame include stdlib only if needed | Yann Collet | 2020-11-10 | 1 | -1/+1 |
|
|
* | LZ4F_decompress requires a valid dctx state | Yann Collet | 2020-11-07 | 1 | -0/+1 |
|
|
* | add LZ4F_decompress() tests with (NULL,0) input and output | Yann Collet | 2020-10-02 | 1 | -32/+52 |
|
|
* | make scan-build accept assert() | Yann Collet | 2020-10-01 | 1 | -6/+9 |
|
|
* | added memcpy() related SA warning fixes | Yann Collet | 2020-10-01 | 1 | -8/+14 |
|
|
* | fix minor static analyzer warnings | Yann Collet | 2020-09-30 | 1 | -10/+11 |
|
|
* | fixed lz4frame with blocks of size 1 | Yann Collet | 2020-09-17 | 1 | -1/+4 |
|
|
* | Clarifies and fix EndMark | Yann Collet | 2020-08-13 | 1 | -3/+5 |
|
|
* | fix LZ4F_compressBound when automatic flushing is enabled | Christopher Harvie | 2020-05-14 | 1 | -0/+3 |
|
|
* | [lz4frame] Fix unused variable warnings in fuzzing mode | Nick Terrell | 2019-07-19 | 1 | -0/+9 |
|
|
* | [lz4frame] Skip magic and checksums in fuzzing mode | Nick Terrell | 2019-07-19 | 1 | -0/+12 |
|
|
* | fix temporary buffer use when input size hint is respected | Niko Dzhus | 2019-05-24 | 1 | -1/+1 |
|
|
* | Add multiframe report to --list command | gstedman | 2019-05-15 | 1 | -2/+2 |
|
|
* | Include block checksum in worst case scenario calculation of dstCapacity | Brenden Eng | 2019-04-26 | 1 | -0/+1 |
|
|
* | lz4frame: initializers compatibility with C++ | Yann Collet | 2019-04-19 | 1 | -3/+5 |
|
|
* | ensure consistent definition and usage of FREEMEM | Yann Collet | 2019-04-16 | 1 | -4/+4 |
|
|
* | Merge branch 'dev' of github.com:Cyan4973/lz4 into dev | Yann Collet | 2019-04-13 | 1 | -12/+12 |
|\ |
|
| * | fixed minor Visual warnings | Yann Collet | 2019-04-12 | 1 | -12/+12 |
|
|
* | | fixed incorrect assertion condition | Yann Collet | 2019-04-13 | 1 | -1/+1 |
|/ |
|
* | made LZ4F_getHeaderSize() public | Yann Collet | 2019-04-10 | 1 | -42/+48 |
|
|
* | modified LZ4_initStreamHC() to look like LZ4_initStream() | Yann Collet | 2019-04-09 | 1 | -1/+2 |
|
|
* | created LZ4_initStream() | Yann Collet | 2019-04-05 | 1 | -2/+2 |
|
|
* | created LZ4_initStreamHC() | Yann Collet | 2019-04-05 | 1 | -57/+69 |
|
|
* | fixed an old bug in LZ4F_flush() | Yann Collet | 2019-04-03 | 1 | -47/+67 |
|
|
* | Make LZ4F_getBlockSize public and publis in experimental section | Tim Zakian | 2019-01-09 | 1 | -8/+7 |
|
|
* | [amalgamation] lz4frame.c | Bing Xu | 2018-11-26 | 1 | -0/+7 |
|
|
* | fixed #589 | Yann Collet | 2018-10-09 | 1 | -1/+5 |
|
|
* | added a test for LZ4F_compressEnd() | Yann Collet | 2018-10-09 | 1 | -11/+14 |
|
|
* | fixed improper hint | Yann Collet | 2018-09-28 | 1 | -3/+5 |
|
|
* | fixed minor cppcheck warnings in lib | Yann Collet | 2018-09-18 | 1 | -7/+7 |
|
|
* | avoid final trailing comma for enum lists | Yann Collet | 2018-09-13 | 1 | -5/+5 |
|
|
* | Fixed bugs about incorrect acceleration calculation and benchmarking negative... | Jennifer Liu | 2018-06-27 | 1 | -2/+2 |
|
|
* | small extDict : fixed side-effect | Yann Collet | 2018-05-06 | 1 | -0/+1 |
|
|
* | fixed frametest error | Yann Collet | 2018-05-06 | 1 | -0/+1 |
|
|
* | Merge pull request #529 from felixhandte/lz4f-fast-reset-for-streaming-only | Yann Collet | 2018-05-03 | 1 | -5/+14 |
|\ |
|
| * | Only Reset the LZ4 Stream when Init'ing a Streaming Block | W. Felix Handte | 2018-05-03 | 1 | -5/+14 |
|
|
* | | random lz4f clarifications | Yann Collet | 2018-05-02 | 1 | -29/+47 |
|/ |
|
* | Merge pull request #520 from felixhandte/frame-dict-nits | Yann Collet | 2018-04-27 | 1 | -7/+14 |
|\ |
|
| * | Avoid Possibly Redundant Table Clears When Loading HC Dict | W. Felix Handte | 2018-04-27 | 1 | -1/+1 |
|
|
| * | Remove Redundant LZ4_resetStream() Call | W. Felix Handte | 2018-04-27 | 1 | -2/+1 |
|
|