| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | remove support of decompress_fast*() from decompress_generic() | Yann Collet | 2022-08-02 | 1 | -92/+43 |
|
|
* | | introduce LZ4_decompress_unsafe_generic() | Yann Collet | 2022-08-02 | 1 | -18/+158 |
|
|
* | | fix: various typos | Dominique Pelle | 2022-07-31 | 3 | -3/+3 |
|
|
* | | New macro for memcpy, memmove and memset | Takayuki Matsuoka | 2022-07-31 | 2 | -13/+26 |
|/ |
|
* | can select validation of CRC during benchmark | Yann Collet | 2022-07-29 | 1 | -4/+4 |
|
|
* | added ability to skip checksum calculation when decoding LZ4 Frames | Yann Collet | 2022-07-29 | 2 | -11/+21 |
|
|
* | implement decoder-only benchmark mode | Yann Collet | 2022-07-29 | 2 | -7/+7 |
|
|
* | minor refactor | Yann Collet | 2022-07-29 | 2 | -37/+53 |
|
|
* | Merge pull request #1115 from lz4/lz4f_customMem | Yann Collet | 2022-07-16 | 2 | -91/+201 |
|\ |
|
| * | implemented LZ4F_createCDict_advanced() | Yann Collet | 2022-07-13 | 2 | -40/+55 |
|
|
| * | implemented LZ4F_createDecompressionContext_advanced() | Yann Collet | 2022-07-13 | 2 | -17/+30 |
|
|
| * | Merge branch 'dev' into lz4f_customMem | Yann Collet | 2022-07-13 | 2 | -6/+11 |
| |\ |
|
| * | | implemented first custom memory manager interface | Yann Collet | 2022-07-13 | 2 | -81/+139 |
|
|
| * | | declare experimental prototype for LZ4F custom Memory manager | Yann Collet | 2022-07-13 | 1 | -0/+23 |
|
|
* | | | support skippable frames within pipe | Yann Collet | 2022-07-15 | 2 | -2/+2 |
| |/
|/| |
|
* | | fix stricter enum type requirements for C++ | Yann Collet | 2022-07-13 | 1 | -4/+4 |
|
|
* | | minor : proper interface for LZ4F_getBlockSize() | Yann Collet | 2022-07-13 | 2 | -2/+6 |
|/ |
|
* | removed ->dictBase from lz4hc state | Yann Collet | 2022-07-13 | 2 | -27/+34 |
|
|
* | removed ->base from lz4hc state | Yann Collet | 2022-07-13 | 2 | -67/+68 |
|
|
* | Re-organize state's internal to be more compact | Yann Collet | 2022-07-13 | 1 | -4/+5 |
|
|
* | minor : specify min versions for library version identifiers | Yann Collet | 2022-07-12 | 2 | -45/+26 |
|
|
* | clarify static sizes of states for static allocation | Yann Collet | 2022-07-12 | 4 | -72/+33 |
|
|
* | Merge pull request #1104 from jonrumsey/os400-build-fix | Yann Collet | 2022-07-11 | 2 | -3/+47 |
|\ |
|
| * | Change definitions of LZ4_STREAMSIZE, LZ4_STREAMDECODESIZE and LZ4_STREAMHCSI... | jonrumsey | 2022-07-11 | 2 | -3/+47 |
|
|
* | | minor refactor : simplify LZ4F_makeBlock | Yann Collet | 2022-07-11 | 1 | -27/+20 |
|/ |
|
* | Merge pull request #1094 from alexmohr/add-uncompressed-api | Yann Collet | 2022-07-05 | 2 | -19/+122 |
|\ |
|
| * | review: fix findings | Alexander Mohr | 2022-07-05 | 2 | -13/+1 |
|
|
| * | uncompressed-api: allow uncompressed_update only for independent blocks | Alexander Mohr | 2022-07-05 | 5 | -151/+84 |
|
|
| * | lz4frame: correct start and size after flush | Alexander Mohr | 2022-07-04 | 1 | -1/+4 |
|
|
| * | meson: fix meson build | Alexander Mohr | 2022-06-11 | 1 | -1/+1 |
|
|
| * | dict-size: make lz4 context const | Alexander Mohr | 2022-06-11 | 4 | -6/+6 |
|
|
| * | lz4frame: fix different linkage error | Alexander Mohr | 2022-06-11 | 1 | -1/+1 |
|
|
| * | fuzz-test: add fuzz test for uncompressed api | Alexander Mohr | 2022-06-11 | 1 | -2/+1 |
|
|
| * | review: Fix review findings | Alexander Mohr | 2022-06-10 | 1 | -16/+17 |
|
|
| * | review: Fix review findings | Alexander Mohr | 2022-06-10 | 6 | -15/+52 |
|
|
| * | frame-api: add method to insert uncomressed data | Alexander Mohr | 2022-06-09 | 6 | -72/+214 |
|
|
* | | updated dll README | Yann Collet | 2022-07-04 | 1 | -9/+9 |
|
|
* | | silence a useless MSVC warning | Yann Collet | 2022-07-04 | 1 | -0/+1 |
|
|
* | | API: add `LZ4_decompress_safe_partial_usingDict` API | Qi Wang | 2022-06-07 | 2 | -1/+49 |
|
|
* | | updated documentation of LZ4F_freeCompressionContext | Yann Collet | 2022-06-05 | 1 | -4/+7 |
|/ |
|
* | introduced FORWARD_IF_ERROR() | Yann Collet | 2022-05-10 | 1 | -48/+49 |
|
|
* | introduced macro LZ4F_RETURN_ERROR_IF | Yann Collet | 2022-05-07 | 1 | -32/+23 |
|
|
* | introduced macro LZ4F_RETURN_ERROR | Yann Collet | 2022-05-07 | 1 | -37/+39 |
|
|
* | removed ERROR_GENERIC from lz4frame.h | Yann Collet | 2022-05-07 | 2 | -3/+4 |
|
|
* | update library version to v1.9.4 | Yann Collet | 2022-04-17 | 1 | -1/+1 |
|
|
* | updated one error code | Yann Collet | 2022-04-06 | 1 | -1/+1 |
|
|
* | updated documentation around `liblz4` granularity | Yann Collet | 2022-03-21 | 1 | -6/+26 |
|
|
* | add file operation and examples | anjiahao | 2022-03-10 | 2 | -0/+404 |
|
|
* | added target test-compile-with-lz4-memory-usage | Yann Collet | 2022-01-31 | 2 | -4/+7 |
|
|
* | Introduce MIN and MAX bounds to LZ4_MEMORY_USAGE | Yann Collet | 2022-01-31 | 3 | -6/+16 |
|
|