| Commit message (Expand) | Author | Age | Files | Lines |
* | API: add `LZ4_decompress_safe_partial_usingDict` API | Qi Wang | 2022-06-07 | 2 | -1/+49 |
|
|
* | updated documentation of LZ4F_freeCompressionContext | Yann Collet | 2022-06-05 | 1 | -4/+7 |
|
|
* | 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 | 2 | -3/+4 |
|
|
* | update library version to v1.9.4 | Yann Collet | 2022-04-17 | 1 | -1/+1 |
|
|
* | updated one error code | Yann Collet | 2022-04-06 | 1 | -1/+1 |
|
|
* | updated documentation around `liblz4` granularity | Yann Collet | 2022-03-21 | 1 | -6/+26 |
|
|
* | add file operation and examples | anjiahao | 2022-03-10 | 2 | -0/+404 |
|
|
* | added target test-compile-with-lz4-memory-usage | Yann Collet | 2022-01-31 | 2 | -4/+7 |
|
|
* | Introduce MIN and MAX bounds to LZ4_MEMORY_USAGE | Yann Collet | 2022-01-31 | 3 | -6/+16 |
|
|
* | minor comments improvements to lz4frame | Yann Collet | 2022-01-31 | 1 | -4/+4 |
|
|
* | Merge pull request #1057 from lz4/lz4_unalign | Yann Collet | 2022-01-29 | 1 | -6/+6 |
|\ |
|
| * | renamed unaligned -> LZ4_unaligned | Yann Collet | 2022-01-29 | 1 | -6/+6 |
|
|
* | | fixed bug in optimal parser | Yann Collet | 2022-01-29 | 1 | -19/+17 |
|/ |
|
* | Add comments | Ben Niu | 2022-01-27 | 1 | -0/+5 |
|
|
* | Disable _tzcnt_u64 for ARM64EC | Ben Niu | 2022-01-27 | 1 | -1/+1 |
|
|
* | Fix typos found by codespell | Dimitri Papadopoulos | 2021-11-25 | 5 | -6/+6 |
|
|
* | Enable fast decoding on Apple/AArch64 builds | Arseny Kapoulkine | 2021-11-22 | 1 | -3/+5 |
|
|
* | trim excess whitespace | a1346054 | 2021-08-21 | 1 | -1/+1 |
|
|
* | fix clang-cl _tzcnt_u64 not defined issue | Zeyi (Rice) Fan | 2021-08-09 | 1 | -0/+6 |
|
|
* | Don't reuse state memory that's too small. | Eddy Jansson | 2021-07-31 | 1 | -1/+13 |
|
|
* | Define LZ4_STREAMSIZE in terms of LZ4_MEMORY_USAGE | Eddy Jansson | 2021-07-31 | 1 | -1/+1 |
|
|
* | Merge pull request #1012 from eloj/print-install-dirs | Yann Collet | 2021-07-24 | 1 | -2/+2 |
|\ |
|
| * | Print target directories during 'make install'. | Eddy Jansson | 2021-07-24 | 1 | -2/+2 |
|
|
* | | Expand use of pkg-config variables. | Eddy Jansson | 2021-07-24 | 2 | -2/+3 |
|/ |
|
* | fix LZ4HC_HEAPMODE macro guard | TotalJustice | 2021-06-25 | 1 | -3/+3 |
|
|
* | Cast ALLOC return value to satisfy C++ | Gabe Jones | 2021-06-15 | 1 | -1/+1 |
|
|
* | fix NULL ptr arithmetic at lz4:2299 | Yann Collet | 2021-05-28 | 1 | -2/+7 |
|
|
* | fix NULL ptr arithmetic in lz4:1680 | Yann Collet | 2021-05-28 | 1 | -3/+6 |
|
|
* | fix UB lz4:988 and lz4:1178 | Yann Collet | 2021-05-28 | 2 | -28/+40 |
|
|
* | fix NULL ptr arithmetic of lz4:1572 | Yann Collet | 2021-05-28 | 1 | -5/+5 |
|
|
* | fix UB of lz4frame:907 | Yann Collet | 2021-05-28 | 2 | -59/+66 |
|
|
* | Merge pull request #972 from jasperla/memmove_crash | Yann Collet | 2021-04-30 | 1 | -1/+1 |
|\ |
|
| * | Fix potential memory corruption with negative memmove() size | Jasper Lievisse Adriaanse | 2021-02-26 | 1 | -1/+1 |
|
|
* | | fix null pointer dereference | klebertosantos | 2021-03-10 | 1 | -1/+3 |
|/ |
|
* | Merge pull request #964 from sigiesec/fix-ubsan-resetStreamHC_fast | Yann Collet | 2021-01-19 | 1 | -1/+5 |
|\ |
|
| * | Don't trigger UBSan warning in LZ4_resetStreamHC_fast if LZ4_streamHCPtr->int... | Simon Giesecke | 2021-01-07 | 1 | -1/+5 |
|
|
* | | fix some typos (work by Andrea Gelmini) | Thomas Waldmann | 2021-01-07 | 2 | -2/+2 |
|/ |
|
* | fix minor header date | Yann Collet | 2020-12-01 | 2 | -2/+2 |
|
|
* | refactor Makefile | Yann Collet | 2020-12-01 | 1 | -47/+54 |
|
|
* | updated license & header dates | Yann Collet | 2020-11-25 | 9 | -9/+9 |
|
|
* | update doc | Yann Collet | 2020-11-15 | 1 | -1/+1 |
|
|
* | fix minor win32 warning | Yann Collet | 2020-11-15 | 1 | -1/+2 |
|
|
* | better visual conformance | Yann Collet | 2020-11-15 | 1 | -4/+3 |
|
|
* | Merge branch 'dev' of github.com:Cyan4973/lz4 into dev | Yann Collet | 2020-11-14 | 1 | -2/+3 |
|\ |
|
| * | minor refactor of lz4io | Yann Collet | 2020-11-13 | 1 | -2/+3 |
|
|
* | | restrict BitScanForward() to VS2005+ | Yann Collet | 2020-11-14 | 1 | -1/+1 |
|/ |
|
* | minor : lz4frame include stdlib only if needed | Yann Collet | 2020-11-10 | 1 | -1/+1 |
|
|