summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | minor refactor : simplify LZ4F_makeBlockYann Collet2022-07-111-27/+20
|/
* Merge pull request #1094 from alexmohr/add-uncompressed-apiYann Collet2022-07-052-19/+122
|\
| * review: fix findingsAlexander Mohr2022-07-052-13/+1
| * uncompressed-api: allow uncompressed_update only for independent blocksAlexander Mohr2022-07-055-151/+84
| * lz4frame: correct start and size after flushAlexander Mohr2022-07-041-1/+4
| * meson: fix meson buildAlexander Mohr2022-06-111-1/+1
| * dict-size: make lz4 context constAlexander Mohr2022-06-114-6/+6
| * lz4frame: fix different linkage errorAlexander Mohr2022-06-111-1/+1
| * fuzz-test: add fuzz test for uncompressed apiAlexander Mohr2022-06-111-2/+1
| * review: Fix review findingsAlexander Mohr2022-06-101-16/+17
| * review: Fix review findingsAlexander Mohr2022-06-106-15/+52
| * frame-api: add method to insert uncomressed dataAlexander Mohr2022-06-096-72/+214
* | updated dll READMEYann Collet2022-07-041-9/+9
* | silence a useless MSVC warningYann Collet2022-07-041-0/+1
* | API: add `LZ4_decompress_safe_partial_usingDict` APIQi Wang2022-06-072-1/+49
* | updated documentation of LZ4F_freeCompressionContextYann Collet2022-06-051-4/+7
|/
* introduced FORWARD_IF_ERROR()Yann Collet2022-05-101-48/+49
* introduced macro LZ4F_RETURN_ERROR_IFYann Collet2022-05-071-32/+23
* introduced macro LZ4F_RETURN_ERRORYann Collet2022-05-071-37/+39
* removed ERROR_GENERIC from lz4frame.hYann Collet2022-05-072-3/+4
* update library version to v1.9.4Yann Collet2022-04-171-1/+1
* updated one error codeYann Collet2022-04-061-1/+1
* updated documentation around `liblz4` granularityYann Collet2022-03-211-6/+26
* add file operation and examplesanjiahao2022-03-102-0/+404
* added target test-compile-with-lz4-memory-usageYann Collet2022-01-312-4/+7
* Introduce MIN and MAX bounds to LZ4_MEMORY_USAGEYann Collet2022-01-313-6/+16
* minor comments improvements to lz4frameYann Collet2022-01-311-4/+4
* Merge pull request #1057 from lz4/lz4_unalignYann Collet2022-01-291-6/+6
|\
| * renamed unaligned -> LZ4_unalignedYann Collet2022-01-291-6/+6
* | fixed bug in optimal parserYann Collet2022-01-291-19/+17
|/
* Add commentsBen Niu2022-01-271-0/+5
* Disable _tzcnt_u64 for ARM64ECBen Niu2022-01-271-1/+1
* Fix typos found by codespellDimitri Papadopoulos2021-11-255-6/+6
* Enable fast decoding on Apple/AArch64 buildsArseny Kapoulkine2021-11-221-3/+5
* trim excess whitespacea13460542021-08-211-1/+1
* fix clang-cl _tzcnt_u64 not defined issueZeyi (Rice) Fan2021-08-091-0/+6
* Don't reuse state memory that's too small.Eddy Jansson2021-07-311-1/+13
* Define LZ4_STREAMSIZE in terms of LZ4_MEMORY_USAGEEddy Jansson2021-07-311-1/+1
* Merge pull request #1012 from eloj/print-install-dirsYann Collet2021-07-241-2/+2
|\
| * Print target directories during 'make install'.Eddy Jansson2021-07-241-2/+2
* | Expand use of pkg-config variables.Eddy Jansson2021-07-242-2/+3
|/
* fix LZ4HC_HEAPMODE macro guardTotalJustice2021-06-251-3/+3
* Cast ALLOC return value to satisfy C++Gabe Jones2021-06-151-1/+1
* fix NULL ptr arithmetic at lz4:2299Yann Collet2021-05-281-2/+7
* fix NULL ptr arithmetic in lz4:1680Yann Collet2021-05-281-3/+6
* fix UB lz4:988 and lz4:1178Yann Collet2021-05-282-28/+40
* fix NULL ptr arithmetic of lz4:1572Yann Collet2021-05-281-5/+5
* fix UB of lz4frame:907Yann Collet2021-05-282-59/+66
* Merge pull request #972 from jasperla/memmove_crashYann Collet2021-04-301-1/+1
|\
| * Fix potential memory corruption with negative memmove() sizeJasper Lievisse Adriaanse2021-02-261-1/+1