| Commit message (Expand) | Author | Age | Files | Lines |
* | refuse to compress directories | Yann Collet | 2023-02-26 | 1 | -16/+19 |
|
|
* | Merge pull request #1187 from t-mat/pr-issue-1186 | Yann Collet | 2022-12-02 | 2 | -4/+34 |
|\ |
|
| * | Add environment check for freestanding test | Takayuki Matsuoka | 2022-11-09 | 2 | -4/+34 |
|
|
* | | Remove PATH=$(PATH) prefix from all shell script invocation | Takayuki Matsuoka | 2022-11-29 | 1 | -12/+12 |
|/ |
|
* | Update Meson build to 1.9.4 | Tristan Partin | 2022-10-20 | 13 | -283/+425 |
|
|
* | added test able to catch bug #1167 | Yann Collet | 2022-09-15 | 1 | -0/+1 |
|
|
* | add a test to catch issue #1164 | Yann Collet | 2022-09-14 | 1 | -0/+6 |
|
|
* | added LZ4F_compressUpdate() in fullbench | Yann Collet | 2022-09-08 | 1 | -0/+30 |
|
|
* | Fix: replace strtoull with _strtoui64 for MSVC2010 | Takayuki Matsuoka | 2022-08-12 | 1 | -0/+8 |
|
|
* | Fix: remove unused value | Takayuki Matsuoka | 2022-08-12 | 1 | -1/+0 |
|
|
* | Suppress false positive warning from MSVC (fuzzer.c) | Takayuki Matsuoka | 2022-08-12 | 1 | -2/+10 |
|
|
* | Suppress false positive warning from MSVC (datagencli.c) | Takayuki Matsuoka | 2022-08-12 | 1 | -28/+4 |
|
|
* | Remove test-freestanding from tests/Makefile "all" and "test" | Takayuki Matsuoka | 2022-08-08 | 1 | -2/+2 |
|
|
* | Fix: Ignore exitcode of strace and ltrace | Takayuki Matsuoka | 2022-08-07 | 1 | -2/+2 |
|
|
* | Fix: implement empty _start and main for non-Linux or x86-64 platforms | Takayuki Matsuoka | 2022-08-07 | 1 | -4/+6 |
|
|
* | Fix: Add extern "C" to all standard C replacement functions | Takayuki Matsuoka | 2022-08-07 | 1 | -13/+16 |
|
|
* | Fix for ctocpptest | Takayuki Matsuoka | 2022-08-07 | 1 | -13/+16 |
|
|
* | Add LZ4_FREESTANDING test on Linux x86-64 platform | Takayuki Matsuoka | 2022-08-07 | 3 | -3/+244 |
|
|
* | fix: various typos | Dominique Pelle | 2022-07-31 | 1 | -1/+1 |
|
|
* | extend disabling checksum validation to normal lz4 CLI decompression | Yann Collet | 2022-07-29 | 1 | -1/+1 |
|
|
* | added options.skipChecksums to local fuzzer test | Yann Collet | 2022-07-29 | 1 | -0/+1 |
|
|
* | introduced new `--no-crc` command | Yann Collet | 2022-07-29 | 1 | -0/+2 |
|
|
* | implement decoder-only benchmark mode | Yann Collet | 2022-07-29 | 2 | -1/+5 |
|
|
* | test independence for parallel run | Yann Collet | 2022-07-17 | 1 | -206/+228 |
|
|
* | Merge pull request #1115 from lz4/lz4f_customMem | Yann Collet | 2022-07-16 | 1 | -4/+63 |
|\ |
|
| * | implemented LZ4F_createCDict_advanced() | Yann Collet | 2022-07-13 | 1 | -2/+9 |
|
|
| * | Merge branch 'dev' into lz4f_customMem | Yann Collet | 2022-07-13 | 1 | -3/+3 |
| |\ |
|
| * | | implemented first custom memory manager interface | Yann Collet | 2022-07-13 | 1 | -4/+56 |
|
|
* | | | Merge pull request #1119 from lz4/skipFrames | Yann Collet | 2022-07-15 | 3 | -3/+13 |
|\ \ \ |
|
| * | | | support skippable frames within pipe | Yann Collet | 2022-07-15 | 3 | -3/+13 |
| | |/
| |/| |
|
* | | | fix decompress-partial-usingDict.c | Yann Collet | 2022-07-15 | 1 | -11/+26 |
|/ / |
|
* | | fix stricter enum type requirements for C++ | Yann Collet | 2022-07-13 | 1 | -3/+3 |
|/ |
|
* | minor : specify min versions for library version identifiers | Yann Collet | 2022-07-12 | 1 | -0/+1 |
|
|
* | generalize across all 3 ABI architectures | Yann Collet | 2022-07-12 | 2 | -70/+85 |
|
|
* | write liblz4 dynamic library version | Yann Collet | 2022-07-12 | 3 | -13/+28 |
|
|
* | first ABI compat tests | Yann Collet | 2022-07-12 | 4 | -1/+377 |
|
|
* | Merge pull request #1099 from lz4/pr1094_frametest | Yann Collet | 2022-07-05 | 1 | -12/+26 |
|\ |
|
| * | update frametest for new condition for uncompressedUpdate | Yann Collet | 2022-07-05 | 1 | -13/+10 |
|
|
| * | added fuzzer test for LZ4F_uncompressedUpdate in frametest | Yann Collet | 2022-07-01 | 1 | -12/+29 |
|
|
* | | clarify yet another time what dual-license means | Yann Collet | 2022-07-04 | 1 | -2/+2 |
|
|
* | | fixed minor leak | Yann Collet | 2022-07-01 | 1 | -1/+1 |
|
|
* | | fixed -tm | Yann Collet | 2022-07-01 | 1 | -0/+5 |
|
|
* | | fail on requesting to process 3+ file names in legacy mode | Yann Collet | 2022-07-01 | 1 | -5/+4 |
|
|
* | | tests: add tests for `LZ4_decompress_safe_partial_usingDict` | Qi Wang | 2022-06-07 | 5 | -8/+168 |
|/ |
|
* | added target test-compile-with-lz4-memory-usage | Yann Collet | 2022-01-31 | 1 | -0/+8 |
|
|
* | Introduce MIN and MAX bounds to LZ4_MEMORY_USAGE | Yann Collet | 2022-01-31 | 1 | -9/+10 |
|
|
* | Merge pull request #1060 from gabrielstedman/list_test_fix | Yann Collet | 2022-01-29 | 1 | -42/+49 |
|\ |
|
| * | Correctly use temp folder variable | Gabriel | 2022-01-29 | 1 | -1/+1 |
|
|
| * | Convert all strings to fstrings && avoid usage of shell for Popen | Gabriel | 2022-01-29 | 1 | -40/+45 |
|
|
| * | Ensure list test exits with appropiate exit code on failure | Gabriel | 2022-01-29 | 1 | -1/+3 |
|
|