summaryrefslogtreecommitdiffstats
path: root/lib/lz4hc.c
Commit message (Expand)AuthorAgeFilesLines
* Fix: Disable LZ4HC correspond functions when LZ4_STATIC_LINKING_ONLY_DISABLE_...Takayuki Matsuoka2022-08-071-0/+2
* Merge pull request #1124 from t-mat/compile-time-purge-memalloc-funcYann Collet2022-08-051-0/+2
|\
| * Introduce LZ4_STATIC_LINKING_ONLY_DISABLE_MEMORY_ALLOCATIONTakayuki Matsuoka2022-07-311-0/+2
* | New macro for memcpy, memmove and memsetTakayuki Matsuoka2022-07-311-4/+4
|/
* removed ->dictBase from lz4hc stateYann Collet2022-07-131-26/+33
* removed ->base from lz4hc stateYann Collet2022-07-131-66/+67
* clarify static sizes of states for static allocationYann Collet2022-07-121-3/+1
* added target test-compile-with-lz4-memory-usageYann Collet2022-01-311-0/+2
* fixed bug in optimal parserYann Collet2022-01-291-19/+17
* Fix typos found by codespellDimitri Papadopoulos2021-11-251-2/+2
* fix LZ4HC_HEAPMODE macro guardTotalJustice2021-06-251-3/+3
* fix null pointer dereferenceklebertosantos2021-03-101-1/+3
* Don't trigger UBSan warning in LZ4_resetStreamHC_fast if LZ4_streamHCPtr->int...Simon Giesecke2021-01-071-1/+5
* updated license & header datesYann Collet2020-11-251-1/+1
* 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