summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * static state sizeYann Collet2020-11-072-4/+4
| * re-enable alignment test on all targetsYann Collet2020-11-073-17/+10
| * unified internal state declarationYann Collet2020-11-072-74/+41
| * document LZ4_ALIGN_TESTYann Collet2020-11-061-0/+3
| * unified alignment testYann Collet2020-11-062-27/+30
| * preserver alignment test on Visual Studio x64Yann Collet2020-10-021-16/+19
* | Merge pull request #930 from remittor-pr/fix_msvcYann Collet2020-10-312-38/+38
|\ \
| * | Replace "static" to "LZ4_FORCE_INLINE" for small functionsremittor2020-10-072-20/+20
| * | Replace define LZ4_FORCE_O2_INLINE_GCC_PPC64LE to LZ4_FORCE_INLINEremittor2020-10-071-18/+18
| * | Fix: The "inline" specifier do not use for LZ4_wildCopy8 and LZ4_wildCopy32remittor2020-10-061-1/+1
| |/
* | [lz4hc] Made function LZ4HC_encodeSequence a human readableremittor2020-10-031-23/+30
|/
* add LZ4F_decompress() tests with (NULL,0) input and outputYann Collet2020-10-021-32/+52
* make scan-build accept assert()Yann Collet2020-10-011-6/+9
* fix bad init scenarioYann Collet2020-10-011-3/+5
* added memcpy() related SA warning fixesYann Collet2020-10-011-8/+14
* fix conversion warningYann Collet2020-09-301-5/+5
* Merge branch 'dev' into safixesYann Collet2020-09-301-1/+1
|\
| * bump version numberYann Collet2020-09-291-1/+1
* | fix minor static analyzer warningsYann Collet2020-09-303-37/+39
|/
* Merge pull request #923 from lz4/fix784Yann Collet2020-09-282-42/+105
|\
| * improved last literals run on LZ4_compress_destSizeYann Collet2020-09-281-2/+2
| * ensure last match not too close to endYann Collet2020-09-282-21/+40
| * fix incorrect countingYann Collet2020-09-281-2/+3
| * fix efficiency of LZ4_compress_HC_destSize()Yann Collet2020-09-282-25/+68