summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* tried to clean another bunch of cppcheck warningsYann Collet2018-09-191-4/+5
* fixed minor cppcheck warnings in libYann Collet2018-09-183-207/+208
* updated xxhash to latest versionYann Collet2018-09-182-332/+503
* Merge pull request #575 from lz4/apiDocYann Collet2018-09-182-80/+92
|\
| * updated build docYann Collet2018-09-131-6/+11
| * unpublish static-only functionYann Collet2018-09-131-74/+81
* | Merge pull request #574 from lz4/enumCommaYann Collet2018-09-143-16/+16
|\ \
| * | avoid final trailing comma for enum listsYann Collet2018-09-133-16/+16
| |/
* | Merge pull request #573 from laffer1/laffer1-pkgconfig-mnbsdYann Collet2018-09-141-1/+1
|\ \ | |/ |/|
| * FIx pkgconfig file installation on MidnightBSDLucas Holt2018-09-121-1/+1
* | clarify constant MFLIMITYann Collet2018-09-111-4/+5
* | fixed minor warning in fuzzer.cYann Collet2018-09-102-10/+12
* | restored nullifying outputYann Collet2018-09-101-1/+5
* | removed temporary debug tracesYann Collet2018-09-101-2/+0
* | Merge branch 'dev' into partialDecodeYann Collet2018-09-102-11/+20
|\ \
| * \ Merge pull request #569 from lz4/circle2Yann Collet2018-09-102-48/+58
| |\ \
| | * \ Merge branch 'dev' of github.com:Cyan4973/lz4 into devYann Collet2018-09-101-1/+1
| | |\ \ | | | |/
| * | | Merge pull request #565 from lz4/lz4f_initYann Collet2018-09-101-10/+19
| |\ \ \ | | |_|/ | |/| |
| | * | added comments on version numbersYann Collet2018-09-061-5/+6
| | * | Introduced constants LZ4F_INIT_*Yann Collet2018-09-051-9/+17
| * | | Add support for MidnightBSDLucas Holt2018-09-081-1/+1
* | | | fixed fuzzer testYann Collet2018-09-081-4/+6
* | | | updated function interface documentationYann Collet2018-09-071-5/+19
* | | | first sketch for a byte-accurate partial decoderYann Collet2018-09-072-49/+81
| |_|/ |/| |
* | | updated API documentationYann Collet2018-09-072-48/+58
|/ /
* | Merge pull request #563 from lz4/docDictYann Collet2018-09-061-1/+1
|\ \ | |/ |/|
| * updated documentation regarding dictionary compressionYann Collet2018-09-051-1/+1
* | removed one assert() conditionYann Collet2018-09-051-2/+1
* | fixed #560Yann Collet2018-09-051-0/+4
|/
* fixed spelling mistake in lz4.hJack Luo2018-07-291-1/+1
* Merge pull request #547 from jennifermliu/devYann Collet2018-07-171-2/+2
|\
| * Fixed bugs about incorrect acceleration calculation and benchmarking negative...Jennifer Liu2018-06-271-2/+2
* | Fix LZ4_compress_fast_continue() docsNick Terrell2018-07-101-1/+1
|/
* Merge pull request #542 from wbx-github/devYann Collet2018-05-291-3/+4
|\
| * allow to override uname when cross-compilingWaldemar Brodkorb2018-05-221-3/+4
* | Also Fix Appveyor Cast WarningW. Felix Handte2018-05-221-1/+1
* | Add `extern "C"` Guards Around Experimental HC DeclarationsW. Felix Handte2018-05-221-0/+8
* | Remove #define-rename of `LZ4_decompress_safe_forceExtDict`W. Felix Handte2018-05-221-8/+8
* | Test Linking C-Compiled Library and C++-Compiled TestsW. Felix Handte2018-05-221-0/+15
|/
* Add Haiku as a validated target.fbrosson2018-05-171-1/+1
* Merge pull request #537 from lz4/xpHCmf2Yann Collet2018-05-071-48/+81
|\
| * renamed variable for clarityYann Collet2018-05-071-12/+12
| * fixed minor conversion warningYann Collet2018-05-071-1/+2
| * small PA optimizationYann Collet2018-05-061-11/+18
| * lz4hc: fixed PA / SC parameter orderYann Collet2018-05-051-5/+5
| * lz4hc: SC only enabled for opt parserYann Collet2018-05-051-7/+7
| * fixed SC.opt integration with regular HC parserYann Collet2018-05-051-4/+4
| * lz4hc: fixed performance issueYann Collet2018-05-051-114/+20
| * integrated chain swapper into HC match finderYann Collet2018-05-051-45/+76
| * implemented search acceleratorYann Collet2018-05-031-2/+18