| Commit message (Expand) | Author | Age | Files | Lines |
* | added target test-compile-with-lz4-memory-usage | Yann Collet | 2022-01-31 | 1 | -0/+2 |
|
|
* | fixed bug in optimal parser | Yann Collet | 2022-01-29 | 1 | -19/+17 |
|
|
* | Fix typos found by codespell | Dimitri Papadopoulos | 2021-11-25 | 1 | -2/+2 |
|
|
* | fix LZ4HC_HEAPMODE macro guard | TotalJustice | 2021-06-25 | 1 | -3/+3 |
|
|
* | fix null pointer dereference | klebertosantos | 2021-03-10 | 1 | -1/+3 |
|
|
* | Don't trigger UBSan warning in LZ4_resetStreamHC_fast if LZ4_streamHCPtr->int... | Simon Giesecke | 2021-01-07 | 1 | -1/+5 |
|
|
* | updated license & header dates | Yann Collet | 2020-11-25 | 1 | -1/+1 |
|
|
* | fix minor win32 warning | Yann Collet | 2020-11-15 | 1 | -1/+2 |
|
|
* | Merge branch 'dev' into customMem | Yann Collet | 2020-11-09 | 1 | -2/+5 |
|\ |
|
| * | fixed remaining ubsan warnings | Yann Collet | 2020-11-09 | 1 | -2/+5 |
|
|
* | | first proposal for LZ4_USER_MEMORY_FUNCTIONS | Yann Collet | 2020-11-09 | 1 | -8/+7 |
|/ |
|
* | fix minor UBs | Yann Collet | 2020-11-08 | 1 | -2/+2 |
|
|
* | fix #926 | Yann Collet | 2020-11-08 | 1 | -18/+20 |
|
|
* | Merge pull request #941 from lz4/revertinline | Yann Collet | 2020-11-08 | 1 | -2/+2 |
|\ |
|
| * | Revert "Replace "static" to "LZ4_FORCE_INLINE" for small functions" | Yann Collet | 2020-11-07 | 1 | -2/+2 |
|
|
* | | fix #935 | Yann Collet | 2020-11-07 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #936 from lz4/alignTest | Yann Collet | 2020-11-07 | 1 | -22/+13 |
|\ |
|
| * | unified alignment test | Yann Collet | 2020-11-06 | 1 | -18/+6 |
|
|
| * | preserver alignment test on Visual Studio x64 | Yann Collet | 2020-10-02 | 1 | -16/+19 |
|
|
* | | Merge pull request #930 from remittor-pr/fix_msvc | Yann Collet | 2020-10-31 | 1 | -2/+2 |
|\ \ |
|
| * | | Replace "static" to "LZ4_FORCE_INLINE" for small functions | remittor | 2020-10-07 | 1 | -2/+2 |
| |/ |
|
* | | [lz4hc] Made function LZ4HC_encodeSequence a human readable | remittor | 2020-10-03 | 1 | -23/+30 |
|/ |
|
* | fix bad init scenario | Yann Collet | 2020-10-01 | 1 | -3/+5 |
|
|
* | fix minor static analyzer warnings | Yann Collet | 2020-09-30 | 1 | -10/+9 |
|
|
* | ensure last match not too close to end | Yann Collet | 2020-09-28 | 1 | -15/+29 |
|
|
* | fix incorrect counting | Yann Collet | 2020-09-28 | 1 | -2/+3 |
|
|
* | fix efficiency of LZ4_compress_HC_destSize() | Yann Collet | 2020-09-28 | 1 | -24/+66 |
|
|
* | Reducing stack usage in _t_alignment checks | Aleksandr Kukuev | 2020-05-11 | 1 | -2/+2 |
|
|
* | fix malloc handling | Yan Pashkovsky | 2020-02-03 | 1 | -1/+4 |
|
|
* | fix: allocate LZ4HC_optimal_t opt on heap each time (#837) | Yan Pashkovsky | 2020-01-31 | 1 | -3/+16 |
|
|
* | fixed lz4hc assert error | Yann Collet | 2019-12-03 | 1 | -3/+3 |
|
|
* | [lz4hc] Chain swap with acceleration | Nick Terrell | 2019-07-31 | 1 | -4/+10 |
|
|
* | [lz4hc] Only allow chain swapping forwards | Nick Terrell | 2019-07-31 | 1 | -1/+1 |
|
|
* | [lz4hc] Fix pattern detection end of dictionary | Nick Terrell | 2019-07-31 | 1 | -20/+45 |
|
|
* | [lz4hc] Fix minor pessimization in extDict pattern matching | Nick Terrell | 2019-07-31 | 1 | -1/+1 |
|
|
* | [lz4hc] Improve pattern detection in ext dict | Nick Terrell | 2019-07-31 | 1 | -5/+13 |
|
|
* | [LZ4HC] Speed up pattern compression with external dictionary | Nick Terrell | 2019-07-24 | 1 | -27/+47 |
|
|
* | Unconditionally Clear `dictCtx` | W. Felix Handte | 2019-07-18 | 1 | -5/+3 |
|
|
* | Fix Data Corruption Bug when Streaming with an Attached Dict in HC Mode | W. Felix Handte | 2019-07-18 | 1 | -0/+5 |
|
|
* | bugfix: correctly control the offset < LZ4_DISTANCE_MAX,when change the value... | Hitatm | 2019-07-15 | 1 | -1/+1 |
|
|
* | fixed read-after input in LZ4_decompress_safe() | Yann Collet | 2019-04-19 | 1 | -1/+1 |
|
|
* | address a few minor Visual warnings | Yann Collet | 2019-04-18 | 1 | -0/+1 |
|
|
* | ensure consistent definition and usage of FREEMEM | Yann Collet | 2019-04-16 | 1 | -2/+2 |
|
|
* | unified limitedOutput_directive | Yann Collet | 2019-04-15 | 1 | -19/+12 |
|
|
* | fix minor visual warning | Yann Collet | 2019-04-12 | 1 | -2/+2 |
|
|
* | introduce LZ4_DISTANCE_MAX build macro | Yann Collet | 2019-04-11 | 1 | -8/+8 |
|
|
* | fixed loadDictHC | Yann Collet | 2019-04-09 | 1 | -10/+18 |
|
|
* | modified LZ4_initStreamHC() to look like LZ4_initStream() | Yann Collet | 2019-04-09 | 1 | -36/+73 |
|
|
* | fixed strict iso C90 | Yann Collet | 2019-04-05 | 1 | -1/+1 |
|
|
* | created LZ4_initStreamHC() | Yann Collet | 2019-04-05 | 1 | -60/+72 |
|
|