summaryrefslogtreecommitdiffstats
path: root/lib/lz4hc.c
Commit message (Expand)AuthorAgeFilesLines
* fix minor win32 warningYann Collet2020-11-151-1/+2
* Merge branch 'dev' into customMemYann Collet2020-11-091-2/+5
|\
| * fixed remaining ubsan warningsYann Collet2020-11-091-2/+5
* | first proposal for LZ4_USER_MEMORY_FUNCTIONSYann Collet2020-11-091-8/+7
|/
* fix minor UBsYann Collet2020-11-081-2/+2
* fix #926Yann Collet2020-11-081-18/+20
* Merge pull request #941 from lz4/revertinlineYann Collet2020-11-081-2/+2
|\
| * Revert "Replace "static" to "LZ4_FORCE_INLINE" for small functions"Yann Collet2020-11-071-2/+2
* | fix #935Yann Collet2020-11-071-1/+1
|/
* Merge pull request #936 from lz4/alignTestYann Collet2020-11-071-22/+13
|\
| * unified alignment testYann Collet2020-11-061-18/+6
| * preserver alignment test on Visual Studio x64Yann Collet2020-10-021-16/+19
* | Merge pull request #930 from remittor-pr/fix_msvcYann Collet2020-10-311-2/+2
|\ \
| * | Replace "static" to "LZ4_FORCE_INLINE" for small functionsremittor2020-10-071-2/+2
| |/
* | [lz4hc] Made function LZ4HC_encodeSequence a human readableremittor2020-10-031-23/+30
|/
* fix bad init scenarioYann Collet2020-10-011-3/+5
* fix minor static analyzer warningsYann Collet2020-09-301-10/+9
* ensure last match not too close to endYann Collet2020-09-281-15/+29
* fix incorrect countingYann Collet2020-09-281-2/+3
* fix efficiency of LZ4_compress_HC_destSize()Yann Collet2020-09-281-24/+66
* Reducing stack usage in _t_alignment checksAleksandr Kukuev2020-05-111-2/+2
* fix malloc handlingYan Pashkovsky2020-02-031-1/+4
* fix: allocate LZ4HC_optimal_t opt on heap each time (#837)Yan Pashkovsky2020-01-311-3/+16
* fixed lz4hc assert errorYann Collet2019-12-031-3/+3
* [lz4hc] Chain swap with accelerationNick Terrell2019-07-311-4/+10
* [lz4hc] Only allow chain swapping forwardsNick Terrell2019-07-311-1/+1
* [lz4hc] Fix pattern detection end of dictionaryNick Terrell2019-07-311-20/+45
* [lz4hc] Fix minor pessimization in extDict pattern matchingNick Terrell2019-07-311-1/+1
* [lz4hc] Improve pattern detection in ext dictNick Terrell2019-07-311-5/+13
* [LZ4HC] Speed up pattern compression with external dictionaryNick Terrell2019-07-241-27/+47
* Unconditionally Clear `dictCtx`W. Felix Handte2019-07-181-5/+3
* Fix Data Corruption Bug when Streaming with an Attached Dict in HC ModeW. Felix Handte2019-07-181-0/+5
* bugfix: correctly control the offset < LZ4_DISTANCE_MAX,when change the value...Hitatm2019-07-151-1/+1
* fixed read-after input in LZ4_decompress_safe()Yann Collet2019-04-191-1/+1
* address a few minor Visual warningsYann Collet2019-04-181-0/+1
* ensure consistent definition and usage of FREEMEMYann Collet2019-04-161-2/+2
* unified limitedOutput_directiveYann Collet2019-04-151-19/+12
* fix minor visual warningYann Collet2019-04-121-2/+2
* introduce LZ4_DISTANCE_MAX build macroYann Collet2019-04-111-8/+8
* fixed loadDictHCYann Collet2019-04-091-10/+18
* modified LZ4_initStreamHC() to look like LZ4_initStream()Yann Collet2019-04-091-36/+73
* fixed strict iso C90Yann Collet2019-04-051-1/+1
* created LZ4_initStreamHC()Yann Collet2019-04-051-60/+72
* Make fact that certain variables that are passed into LZ4HC_encodeSequence ar...Tim Zakian2019-01-091-7/+9
* lz4hc.c: change (length >> 8) to (length / 255)qiuyangs2019-01-061-2/+2
* Enable amalgamation of lz4hc.c and lz4.cBing Xu2018-11-161-14/+15
* Adding information about dirty context for _HC_ family of functionsOleg Khabinov2018-10-101-12/+23
* fixed minor cppcheck warnings in libYann Collet2018-09-181-2/+1
* avoid final trailing comma for enum listsYann Collet2018-09-131-1/+1
* removed one assert() conditionYann Collet2018-09-051-2/+1