summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | fix null pointer dereferenceklebertosantos2021-03-101-1/+3
|/
* Merge pull request #964 from sigiesec/fix-ubsan-resetStreamHC_fastYann Collet2021-01-191-1/+5
|\
| * Don't trigger UBSan warning in LZ4_resetStreamHC_fast if LZ4_streamHCPtr->int...Simon Giesecke2021-01-071-1/+5
* | fix some typos (work by Andrea Gelmini)Thomas Waldmann2021-01-072-2/+2
|/
* fix minor header dateYann Collet2020-12-012-2/+2
* refactor MakefileYann Collet2020-12-011-47/+54
* updated license & header datesYann Collet2020-11-259-9/+9
* update docYann Collet2020-11-151-1/+1
* fix minor win32 warningYann Collet2020-11-151-1/+2
* better visual conformanceYann Collet2020-11-151-4/+3
* Merge branch 'dev' of github.com:Cyan4973/lz4 into devYann Collet2020-11-141-2/+3
|\
| * minor refactor of lz4ioYann Collet2020-11-131-2/+3
* | restrict BitScanForward() to VS2005+Yann Collet2020-11-141-1/+1
|/
* minor : lz4frame include stdlib only if neededYann Collet2020-11-101-1/+1
* changed LZ4_calloc() to a 2-arguments signatureYann Collet2020-11-091-2/+2
* Merge branch 'dev' into customMemYann Collet2020-11-092-4/+7
|\
| * Merge pull request #944 from lz4/fix874Yann Collet2020-11-091-1/+1
| |\
| | * fix #874Yann Collet2020-11-081-1/+1
| * | Merge pull request #945 from lz4/fix926Yann Collet2020-11-092-3/+6
| |\ \ | | |/ | |/|
| | * fixed remaining ubsan warningsYann Collet2020-11-092-3/+6
* | | first proposal for LZ4_USER_MEMORY_FUNCTIONSYann Collet2020-11-093-12/+28
|/ /
* | update obsolete section documentationYann Collet2020-11-081-12/+11
|/
* fix minor UBsYann Collet2020-11-082-3/+5
* fix #926Yann Collet2020-11-081-18/+20
* Merge pull request #941 from lz4/revertinlineYann Collet2020-11-082-20/+20
|\
| * Revert "Replace "static" to "LZ4_FORCE_INLINE" for small functions"Yann Collet2020-11-072-20/+20
* | fix #935Yann Collet2020-11-072-3/+4
|/
* LZ4F_decompress requires a valid dctx stateYann Collet2020-11-073-7/+10
* Merge pull request #936 from lz4/alignTestYann Collet2020-11-075-108/+77
|\