| Commit message (Expand) | Author | Age | Files | Lines |
* | improve LZ4F_decompress() documentation | Elliot Gorokhovsky | 2023-02-03 | 1 | -0/+5 |
|
|
* | version note | Yann Collet | 2022-12-19 | 1 | -1/+1 |
|
|
* | Merge pull request #1175 from lz4/usan32 | Yann Collet | 2022-12-03 | 1 | -4/+4 |
|\ |
|
| * | fixed usan32 tests | Yann Collet | 2022-10-01 | 1 | -4/+4 |
|
|
* | | Merge pull request #1178 from alexmohr/allow-uncompressed-block-for-all-modes | Yann Collet | 2022-12-03 | 1 | -1/+0 |
|\ \ |
|
| * | | uncompressed-blocks: Allow uncompressed blocks for all modes | Alexander Mohr | 2022-10-10 | 1 | -1/+0 |
| |/ |
|
* | | Merge pull request #1188 from x4m/static_function | Yann Collet | 2022-12-03 | 1 | -1/+1 |
|\ \ |
|
| * | | Declare read_long_length_no_check() static | Andrey Borodin | 2022-11-10 | 1 | -1/+1 |
| |/ |
|
* | | Merge pull request #1191 from vsolontsov-volant/install_lz4file_h | Yann Collet | 2022-11-24 | 1 | -0/+2 |
|\ \ |
|
| * | | Add copying lz4file.h to make install | Vladimir Solontsov | 2022-11-22 | 1 | -0/+2 |
| |/ |
|
* | | Fixed const-ness of src data pointer in lz4file and install lz4file.h | Vladimir Solontsov | 2022-11-22 | 2 | -3/+3 |
|/ |
|
* | minor refactor of lz4.c | Yann Collet | 2022-10-01 | 1 | -19/+23 |
|
|
* | fix another ubsan warning in lz4hcmd_off | Yann Collet | 2022-10-01 | 1 | -1/+1 |
|
|
* | use LZ4HC_match_t structure directly to store match candidates | Yann Collet | 2022-10-01 | 1 | -68/+53 |
|
|
* | removed virtual pointer from optimal parser | Yann Collet | 2022-09-30 | 1 | -5/+4 |
|
|
* | removed virtual match pointer from HC parser | Yann Collet | 2022-09-30 | 1 | -26/+23 |
|
|
* | sequence encoder accepts offset as a value | Yann Collet | 2022-09-30 | 1 | -14/+15 |
|
|
* | LZ4 HC matchfinder returns an offset value | Yann Collet | 2022-09-30 | 1 | -43/+58 |
|
|
* | added code documentation on heap mode | Yann Collet | 2022-09-27 | 4 | -15/+46 |
|
|
* | added notes about LZ4_compressFrame() and stack/heap memory usage | Yann Collet | 2022-09-20 | 2 | -4/+14 |
|
|
* | fix rare ub | Yann Collet | 2022-09-17 | 1 | -6/+8 |
|
|
* | fixed minor UB warning | Yann Collet | 2022-09-16 | 1 | -12/+13 |
|
|
* | removed a few more usages of base ptr | Yann Collet | 2022-09-16 | 1 | -15/+20 |
|
|
* | remove another usage of base | Yann Collet | 2022-09-16 | 1 | -4/+6 |
|
|
* | fix benchmark more using Dictionary | Yann Collet | 2022-09-15 | 2 | -9/+33 |
|
|
* | document Makefile variables | Yann Collet | 2022-09-13 | 1 | -0/+7 |
|
|
* | build: Support BUILD_SHARED=no | Fotis Xenakis | 2022-09-13 | 1 | -0/+4 |
|
|
* | Clarifiy documentation for LZ4F_HEAPMODE | Yann Collet | 2022-09-13 | 2 | -3/+5 |
|
|
* | simplify getPosition | Yann Collet | 2022-09-12 | 1 | -9/+7 |
|
|
* | fixed a few ubsan warnings in lz4hc | Yann Collet | 2022-09-09 | 1 | -18/+18 |
|
|
* | added LZ4F_compressUpdate() in fullbench | Yann Collet | 2022-09-08 | 1 | -1/+1 |
|
|
* | allocation optimization for lz4frame compression | Yann Collet | 2022-09-08 | 1 | -7/+6 |
|
|
* | Add note about RC_INVOKED | Takayuki Matsuoka | 2022-08-12 | 1 | -0/+13 |
|
|
* | Suppress warning from rc.exe | Takayuki Matsuoka | 2022-08-12 | 1 | -0/+4 |
|
|
* | Suppress false positive warning from MSVC | Takayuki Matsuoka | 2022-08-12 | 1 | -0/+7 |
|
|
* | faster CLI decompression speed for frames with -BD4 setting | Yann Collet | 2022-08-12 | 1 | -16/+22 |
|
|
* | updated documentation in anticipation for `v1.9.4` release | Yann Collet | 2022-08-11 | 1 | -13/+13 |
|
|
* | Add short description of LZ4_FREESTANDING and _DISABLE_MEMORY_ALLOCATION | Takayuki Matsuoka | 2022-08-11 | 1 | -0/+12 |
|
|
* | Fix document for LZ4_STATIC_LINKING_ONLY_DISABLE_MEMORY_ALLOCATION in lz4.c | Takayuki Matsuoka | 2022-08-11 | 1 | -1/+6 |
|
|
* | Merge pull request #1129 from t-mat/disable-memory-alloc-add-doc | Yann Collet | 2022-08-10 | 2 | -0/+15 |
|\ |
|
| * | Fix: Disable prototypes in header file | Takayuki Matsuoka | 2022-08-06 | 1 | -0/+4 |
|
|
| * | Add: Doxygen comment for LZ4_STATIC_LINKING_ONLY_DISABLE_MEMORY_ALLOCATION | Takayuki Matsuoka | 2022-08-06 | 1 | -0/+11 |
|
|
* | | Add short document of LZ4_FREESTANDING to lz4.h | Takayuki Matsuoka | 2022-08-10 | 1 | -4/+11 |
|
|
* | | Fix: Disable LZ4HC correspond functions when LZ4_STATIC_LINKING_ONLY_DISABLE_... | Takayuki Matsuoka | 2022-08-07 | 2 | -1/+5 |
|
|
* | | Add LZ4_FREESTANDING | Takayuki Matsuoka | 2022-08-07 | 2 | -1/+26 |
|/ |
|
* | Merge pull request #1124 from t-mat/compile-time-purge-memalloc-func | Yann Collet | 2022-08-05 | 2 | -1/+15 |
|\ |
|
| * | Fix : Internal memory allocation macro names | Takayuki Matsuoka | 2022-07-31 | 1 | -6/+3 |
|
|
| * | Introduce LZ4_STATIC_LINKING_ONLY_DISABLE_MEMORY_ALLOCATION | Takayuki Matsuoka | 2022-07-31 | 2 | -1/+18 |
|
|
* | | simplify read_variable_length() | Yann Collet | 2022-08-03 | 1 | -26/+24 |
|
|
* | | refactor read_variable_length() | Yann Collet | 2022-08-02 | 1 | -19/+29 |
|
|