summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #610 from antinucleon/bootcampYann Collet2018-11-262-0/+20
|\
| * [amalgamation] lz4frame.cBing Xu2018-11-262-0/+20
* | Uninstall DLL and import libVincent Torri2018-11-211-0/+5
* | Add explanation for the installation of the DLL in the bin directoryVincent Torri2018-11-211-0/+3
* | Allow installation of lz4 for Windows (MSYS2 or when cross-compiling)Vincent Torri2018-11-201-2/+13
* | update lib/README.mdVincent Torri2018-11-181-1/+4
* | Add documentation about DLLTOOL variableVincent Torri2018-11-181-0/+1
* | Add DLLTOOL variable so that one can override dlltool binaryVincent Torri2018-11-171-1/+3
* | Use / instead of \ when accessing files in the dll subdirectory.Vincent Torri2018-11-171-2/+2
|/
* Enable amalgamation of lz4hc.c and lz4.cBing Xu2018-11-162-15/+29
* Merge pull request #593 from felixhandte/lz4hc-publish-staticYann Collet2018-10-162-31/+43
|\
| * Make LZ4HC Experimental Functions Dynamically PublishableW. Felix Handte2018-10-161-12/+23
| * Change Comment and Make LZ4LIB_STATIC_API Available to LZ4HCW. Felix Handte2018-10-161-19/+20
* | updated code documentationYann Collet2018-10-151-8/+13
* | Adding information about dirty context for _HC_ family of functionsOleg Khabinov2018-10-102-14/+34
* | Merge pull request #592 from lz4/compressEndYann Collet2018-10-092-11/+20
|\ \
| * | fixed #589Yann Collet2018-10-091-1/+5
| * | added a test for LZ4F_compressEnd()Yann Collet2018-10-092-11/+16
| |/
* | Some followups and renamingsOleg Khabinov2018-10-012-9/+10
|/
* Merge pull request #587 from lz4/hintbugYann Collet2018-09-281-3/+5
|\
| * fixed improper hintYann Collet2018-09-281-3/+5
* | Rename initCheck to dirtyContext and use it in LZ4_resetStream_fast() to chec...Oleg Khabinov2018-09-282-20/+49
|/
* Merge pull request #578 from lz4/support128bitYann Collet2018-09-263-42/+55
|\
| * changed LZ4_streamDecode member orderYann Collet2018-09-251-1/+1
| * increase size of LZ4 contexts for 128-bit systemsYann Collet2018-09-183-26/+37
| * Merge branch 'dev' into support128bitYann Collet2018-09-182-80/+92
| |\
| * | 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
* | | 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