summaryrefslogtreecommitdiffstats
path: root/lib/lz4hc.c
Commit message (Expand)AuthorAgeFilesLines
* fixed usan32 testsYann Collet2022-10-011-4/+4
* fix another ubsan warning in lz4hcmd_offYann Collet2022-10-011-1/+1
* use LZ4HC_match_t structure directly to store match candidatesYann Collet2022-10-011-68/+53
* removed virtual pointer from optimal parserYann Collet2022-09-301-5/+4
* removed virtual match pointer from HC parserYann Collet2022-09-301-26/+23
* sequence encoder accepts offset as a valueYann Collet2022-09-301-14/+15
* LZ4 HC matchfinder returns an offset valueYann Collet2022-09-301-43/+58
* added code documentation on heap modeYann Collet2022-09-271-3/+4
* fixed minor UB warningYann Collet2022-09-161-12/+13
* fix benchmark more using DictionaryYann Collet2022-09-151-3/+10
* fixed a few ubsan warnings in lz4hcYann Collet2022-09-091-18/+18
* 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