summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix another ubsan warning in lz4hcmd_offYann Collet2022-10-011-1/+1
* use LZ4HC_match_t structure directly to store match candidatesYann Collet2022-10-011-68/+53
* removed virtual pointer from optimal parserYann Collet2022-09-301-5/+4
* removed virtual match pointer from HC parserYann Collet2022-09-301-26/+23
* sequence encoder accepts offset as a valueYann Collet2022-09-301-14/+15
* LZ4 HC matchfinder returns an offset valueYann Collet2022-09-301-43/+58
* Merge pull request #1171 from dosaboy/snap-1.9.4Yann Collet2022-09-271-1/+2
|\
| * Update snapcraft.yaml to reflect build of v1.9.4Edward Hope-Morley2022-09-211-1/+2
* | added code documentation on heap modeYann Collet2022-09-274-15/+46
|/
* added notes about LZ4_compressFrame() and stack/heap memory usageYann Collet2022-09-202-4/+14
* Merge pull request #1169 from lz4/fix_ub485Yann Collet2022-09-171-6/+8
|\
| * fix rare ubYann Collet2022-09-171-6/+8
|/
* Merge pull request #1163 from lz4/dict_fillOnIndexYann Collet2022-09-162-31/+39
|\
| * fixed minor UB warningYann Collet2022-09-161-12/+13
| * removed a few more usages of base ptrYann Collet2022-09-161-15/+20
| * remove another usage of baseYann Collet2022-09-161-4/+6
|/
* Merge pull request #1168 from lz4/benchDYann Collet2022-09-164-31/+72
|\
| * added test able to catch bug #1167Yann Collet2022-09-152-22/+37
| * fix benchmark more using DictionaryYann Collet2022-09-153-9/+35
|/
* Merge pull request #1165 from lz4/testmYann Collet2022-09-151-0/+6
|\
| * add a test to catch issue #1164Yann Collet2022-09-141-0/+6
|/
* update v1.9.4 NEWSYann Collet2022-09-141-0/+1
* document Makefile variablesYann Collet2022-09-131-0/+7
* Merge pull request #1162 from foxeng/fix-static-onlyYann Collet2022-09-131-0/+4
|\
| * build: Support BUILD_SHARED=noFotis Xenakis2022-09-131-0/+4
|/
* Clarifiy documentation for LZ4F_HEAPMODEYann Collet2022-09-132-3/+5
* clarify Data Block in the Frame format documentationYann Collet2022-09-131-5/+7
* Merge pull request #1161 from lz4/byPtrYann Collet2022-09-131-9/+7
|\
| * simplify getPositionYann Collet2022-09-121-9/+7
|/
* updated documentation : no more issue with 32-bit compilation on recent compi...Yann Collet2022-09-121-21/+8
* updated Github Actions tests documentationYann Collet2022-09-091-11/+12
* Merge pull request #1160 from lz4/ubsan_hcYann Collet2022-09-091-18/+18
|\
| * fixed a few ubsan warnings in lz4hcYann Collet2022-09-091-18/+18
|/
* Merge pull request #1159 from lz4/ubsan2Yann Collet2022-09-091-18/+6
|\
| * attempt to enable ubsan tests in CIYann Collet2022-09-081-18/+6
|/
* Merge pull request #1158 from lz4/fix1157Yann Collet2022-09-083-8/+37
|\
| * added LZ4F_compressUpdate() in fullbenchYann Collet2022-09-082-1/+31
| * allocation optimization for lz4frame compressionYann Collet2022-09-081-7/+6
|/
* Merge pull request #1150 from lz4/dependabot/github_actions/actions/upload-ar...Yann Collet2022-08-191-1/+1
|\
| * Bump actions/upload-artifact from 1 to 3dependabot[bot]2022-08-191-1/+1
|/
* Merge pull request #1149 from lz4/dependabot/github_actions/actions/checkout-3Yann Collet2022-08-191-27/+27
|\
| * Bump actions/checkout from 2 to 3dependabot[bot]2022-08-191-27/+27
|/
* Merge pull request #1148 from lz4/dependabot/github_actions/actions/setup-pyt...Yann Collet2022-08-191-1/+1
|\
| * Bump actions/setup-python from 2 to 4dependabot[bot]2022-08-191-1/+1
|/
* Merge pull request #1147 from tristan957/dependabotYann Collet2022-08-191-0/+7
|\
| * Add dependabotTristan Partin2022-08-191-0/+7
|/
* Merge pull request #1142 from tristan957/ciYann Collet2022-08-171-0/+4
|\
| * Cancel in-progress CI if a new commit workflow supplants itTristan Partin2022-08-171-0/+4
|/
* update NEWS for v1.9.4Yann Collet2022-08-151-0/+2
* Merge pull request #1136 from t-mat/msvc-17.3Yann Collet2022-08-1213-31/+1456
|\