summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Merge branch 'dev' into custom_block_sizesBlaise Sanouillet2018-10-014-26/+62
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #587 from lz4/hintbugYann Collet2018-09-281-3/+5
|\ \ \ \
| * | | | fixed improper hintYann Collet2018-09-281-3/+5
* | | | | Merge pull request #580 from khabinov/stream-error-flag-initCheckYann Collet2018-09-283-23/+57
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Rename initCheck to dirtyContext and use it in LZ4_resetStream_fast() to chec...Oleg Khabinov2018-09-283-23/+57
|/ / / /
| * | | support custom block sizes: fix constBlaise Sanouillet2018-09-281-2/+2
| * | | support custom block sizes: fix usage message & remove unused functionsBlaise Sanouillet2018-09-282-2/+1
| * | | support custom block sizes - fix typesBlaise Sanouillet2018-09-281-1/+1
| * | | support custom block sizesBlaise Sanouillet2018-09-286-12/+380
|/ / /
* | | Merge pull request #578 from lz4/support128bitYann Collet2018-09-264-52/+65
|\ \ \
| * | | changed LZ4_streamDecode member orderYann Collet2018-09-252-11/+11
| * | | increase size of LZ4 contexts for 128-bit systemsYann Collet2018-09-183-26/+37
| * | | Merge branch 'dev' into support128bitYann Collet2018-09-183-145/+152
| |\ \ \
| * | | | increase lz4hc context size as constant for 128-bit systemsYann Collet2018-09-181-6/+6
| * | | | use byU32 mode for any pointer > 32-bitYann Collet2018-09-141-10/+12
* | | | | Merge pull request #581 from lz4/cppcheckYann Collet2018-09-1915-294/+320
|\ \ \ \ \
| * | | | | tried to clean another bunch of cppcheck warningsYann Collet2018-09-194-31/+42
| * | | | | Merge branch 'dev' into cppcheckYann Collet2018-09-180-0/+0
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Merge pull request #579 from lz4/xxhashYann Collet2018-09-182-332/+503
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| | * | | | added cppcheckYann Collet2018-09-185-7/+13
| | * | | | fixed minor cppcheck warnings in examplesYann Collet2018-09-184-31/+31
| | * | | | fixed minor cppcheck warnings in programsYann Collet2018-09-182-21/+29
| | * | | | 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-183-145/+152
|\ \ \ \ | |/ / / |/| | |
| * | | updated build docYann Collet2018-09-131-6/+11
| * | | unpublish static-only functionYann Collet2018-09-133-148/+152
* | | | Merge pull request #574 from lz4/enumCommaYann Collet2018-09-147-37/+40
|\ \ \ \
| * | | | avoid final trailing comma for enum listsYann Collet2018-09-137-37/+40
| |/ / /
* | | | 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
* | | | removed image from repositoryYann Collet2018-09-121-0/+0
* | | | fixed NEWS for v1.8.3Yann Collet2018-09-121-0/+1
| |_|/ |/| |
* | | updated NEWS for v1.8.3 releaseYann Collet2018-09-111-2/+4
* | | Merge branch 'dev' of github.com:Cyan4973/lz4 into devYann Collet2018-09-115-123/+215
|\ \ \
| * \ \ Merge pull request #571 from lz4/mflimitYann Collet2018-09-111-4/+5
| |\ \ \
| | * | | clarify constant MFLIMITYann Collet2018-09-111-4/+5
| * | | | Merge pull request #570 from lz4/partialDecodeYann Collet2018-09-115-121/+212
| |\ \ \ \ | | |/ / /
| | * | | fixed minor warning in fuzzer.cYann Collet2018-09-103-11/+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-109-66/+156
| | |\ \ \ | | |/ / / | |/| | |
| * | | | Merge pull request #569 from lz4/circle2Yann Collet2018-09-104-87/+166
| |\ \ \ \
| | | * | | fixed fuzzer testYann Collet2018-09-082-7/+10
| | | * | | updated function interface documentationYann Collet2018-09-072-43/+86
| | | * | | first sketch for a byte-accurate partial decoderYann Collet2018-09-074-71/+113
* | | | | | Merge pull request #569 from lz4/circle2Yann Collet2018-09-114-87/+166
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | | switched to circle 2.0Yann Collet2018-09-102-39/+108
| * | | | Merge branch 'dev' of github.com:Cyan4973/lz4 into devYann Collet2018-09-105-5/+5
| |\ \ \ \ | | |/ / / | |/| | |
| * | | | updated API documentationYann Collet2018-09-072-48/+58