aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2022-06-11lz4frame: fix different linkage errorAlexander Mohr
2022-06-11fuzz-test: add fuzz test for uncompressed apiAlexander Mohr
2022-06-10review: Fix review findingsAlexander Mohr
2022-06-10review: Fix review findingsAlexander Mohr
2022-06-09frame-api: add method to insert uncomressed dataAlexander Mohr
2022-06-07API: add `LZ4_decompress_safe_partial_usingDict` APIQi Wang
2022-06-05updated documentation of LZ4F_freeCompressionContextYann Collet
2022-05-09introduced FORWARD_IF_ERROR()Yann Collet
2022-05-06introduced macro LZ4F_RETURN_ERROR_IFYann Collet
2022-05-06introduced macro LZ4F_RETURN_ERRORYann Collet
2022-05-06removed ERROR_GENERIC from lz4frame.hYann Collet
2022-04-17update library version to v1.9.4Yann Collet
2022-04-06updated one error codeYann Collet
2022-03-21updated documentation around `liblz4` granularityYann Collet
2022-03-10add file operation and examplesanjiahao
2022-01-31added target test-compile-with-lz4-memory-usageYann Collet
2022-01-30Introduce MIN and MAX bounds to LZ4_MEMORY_USAGEYann Collet
2022-01-30minor comments improvements to lz4frameYann Collet
2022-01-28Merge pull request #1057 from lz4/lz4_unalignYann Collet
2022-01-28renamed unaligned -> LZ4_unalignedYann Collet
2022-01-28fixed bug in optimal parserYann Collet
2022-01-27Add commentsBen Niu
2022-01-26Disable _tzcnt_u64 for ARM64ECBen Niu
2021-11-25Fix typos found by codespellDimitri Papadopoulos
2021-11-22Enable fast decoding on Apple/AArch64 buildsArseny Kapoulkine
2021-08-21trim excess whitespacea1346054
2021-08-09fix clang-cl _tzcnt_u64 not defined issueZeyi (Rice) Fan
2021-07-31Don't reuse state memory that's too small.Eddy Jansson
2021-07-31Define LZ4_STREAMSIZE in terms of LZ4_MEMORY_USAGEEddy Jansson
2021-07-25Merge pull request #1012 from eloj/print-install-dirsYann Collet
2021-07-24Print target directories during 'make install'.Eddy Jansson
2021-07-24Expand use of pkg-config variables.Eddy Jansson
2021-06-25fix LZ4HC_HEAPMODE macro guardTotalJustice
2021-06-15Cast ALLOC return value to satisfy C++Gabe Jones
2021-05-28fix NULL ptr arithmetic at lz4:2299Yann Collet
2021-05-28fix NULL ptr arithmetic in lz4:1680Yann Collet
2021-05-28fix UB lz4:988 and lz4:1178Yann Collet
2021-05-27fix NULL ptr arithmetic of lz4:1572Yann Collet
2021-05-27fix UB of lz4frame:907Yann Collet
2021-04-30Merge pull request #972 from jasperla/memmove_crashYann Collet
2021-03-10fix null pointer dereferenceklebertosantos
2021-02-26Fix potential memory corruption with negative memmove() sizeJasper Lievisse Adriaanse
2021-01-19Merge pull request #964 from sigiesec/fix-ubsan-resetStreamHC_fastYann Collet
2021-01-07fix some typos (work by Andrea Gelmini)Thomas Waldmann
2021-01-07Don't trigger UBSan warning in LZ4_resetStreamHC_fast if LZ4_streamHCPtr->int...Simon Giesecke
2020-11-30fix minor header dateYann Collet
2020-11-30refactor MakefileYann Collet
2020-11-25updated license & header datesYann Collet
2020-11-15update docYann Collet
2020-11-14fix minor win32 warningYann Collet