summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* merge into a single UTIL_isDirectory() methodcdirYann Collet2023-02-272-23/+7
* refuse to compress directoriesYann Collet2023-02-263-28/+53
* Merge pull request #1199 from embg/docsYann Collet2023-02-071-0/+5
|\
| * improve LZ4F_decompress() documentationElliot Gorokhovsky2023-02-031-0/+5
* | Merge pull request #1207 from eli-schwartz/mesonYann Collet2023-02-0714-3/+4
|\ \ | |/ |/|
| * build: move meson files from contrib, to go alongside other build systemsEli Schwartz2023-01-3014-3/+4
|/
* Merge pull request #1206 from tristan957/mesonYann Collet2023-01-301-5/+11
|\
| * Clean up generation of internal static libraryTristan Partin2023-01-101-5/+11
|/
* Merge pull request #1204 from DimitriPapadopoulos/codespellYann Collet2023-01-081-1/+1
|\
| * Fix typo found by codespellDimitri Papadopoulos2023-01-081-1/+1
|/
* version noteYann Collet2022-12-191-1/+1
* Merge pull request #1184 from tristan957/mesonYann Collet2022-12-052-6/+8
|\
| * Install lz4file.h only when default_library isn't sharedTristan Partin2022-12-021-4/+3
| * Only build the freestanding test on Linux x86_64Tristan Partin2022-12-021-2/+3
| * Add Meson override for the libraryTristan Partin2022-12-021-0/+2
* | Merge pull request #1175 from lz4/usan32Yann Collet2022-12-032-6/+6
|\ \
| * | fixed usan32 testsYann Collet2022-10-012-6/+6
* | | Merge pull request #1178 from alexmohr/allow-uncompressed-block-for-all-modesYann Collet2022-12-031-1/+0
|\ \ \
| * | | uncompressed-blocks: Allow uncompressed blocks for all modesAlexander Mohr2022-10-101-1/+0
| |/ /
* | | Merge pull request #1188 from x4m/static_functionYann Collet2022-12-031-1/+1
|\ \ \ | |_|/ |/| |
| * | Declare read_long_length_no_check() staticAndrey Borodin2022-11-101-1/+1
* | | Merge pull request #1187 from t-mat/pr-issue-1186Yann Collet2022-12-022-4/+34
|\ \ \
| * | | Add environment check for freestanding testTakayuki Matsuoka2022-11-092-4/+34
| |/ /
* | | Merge pull request #1196 from t-mat/fix-issue-1195Yann Collet2022-11-301-12/+12
|\ \ \
| * | | Remove PATH=$(PATH) prefix from all shell script invocationTakayuki Matsuoka2022-11-291-12/+12
* | | | Merge pull request #1197 from t-mat/fix-test-clang-11-12-mx32Yann Collet2022-11-291-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Change the version of lib[x]gcc for clang-(11|12) -mx32Takayuki Matsuoka2022-11-291-2/+2
|/ / /
* | | Merge pull request #1191 from vsolontsov-volant/install_lz4file_hYann Collet2022-11-241-0/+2
|\ \ \
| * | | Add copying lz4file.h to make installVladimir Solontsov2022-11-221-0/+2
| |/ /
* | | Merge pull request #1192 from vsolontsov-volant/lz4f_write_const_srcYann Collet2022-11-222-3/+3
|\ \ \ | |/ / |/| |
| * | Fixed const-ness of src data pointer in lz4file and install lz4file.hVladimir Solontsov2022-11-222-3/+3
|/ /
* | Merge pull request #1139 from tristan957/mesonYann Collet2022-10-2523-346/+746
|\ \ | |/ |/|
| * Update Meson build to 1.9.4Tristan Partin2022-10-2023-346/+746
|/
* Merge pull request #1174 from lz4/lz4_ubnullYann Collet2022-10-011-19/+23
|\
| * minor refactor of lz4.cYann Collet2022-10-011-19/+23
|/
* Merge pull request #1173 from lz4/md_offYann Collet2022-10-011-107/+104
|\
| * 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