summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
|/ / / /
* | | | Merge pull request #603 from vtorri/devYann Collet2018-11-171-2/+2
|\ \ \ \
| * | | | Use / instead of \ when accessing files in the dll subdirectory.Vincent Torri2018-11-171-2/+2
|/ / / /
* | | | Merge pull request #600 from antinucleon/bootcampYann Collet2018-11-163-16/+36
|\ \ \ \ | | |_|/ | |/| |
| * | | [amalgamation] add testBing Xu2018-11-161-1/+7
| * | | 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-153-26/+42
* | | | Merge pull request #583 from khabinov/stream-dirty-context-hcYann Collet2018-10-113-22/+58
|\ \ \ \
| * | | | Adding information about dirty context for _HC_ family of functionsOleg Khabinov2018-10-103-22/+58
|/ / / /
* | | | Merge pull request #592 from lz4/compressEndYann Collet2018-10-093-13/+32
|\ \ \ \
| * | | | fixed #589Yann Collet2018-10-091-1/+5
| * | | | added a test for LZ4F_compressEnd()Yann Collet2018-10-093-13/+28
| |/ / /
* | | | Merge pull request #588 from khabinov/stream-dirty-followupsYann Collet2018-10-093-14/+15
|\ \ \ \ | |/ / / |/| | |
| * | | Some followups and renamingsOleg Khabinov2018-10-013-14/+15
* | | | Merge pull request #586 from blezsan/custom_block_sizesYann Collet2018-10-026-13/+417
|\ \ \ \ | |/ / / |/| | |
| * | | support custom block sizes: fix memory leak to make CI builds happyBlaise Sanouillet2018-10-021-21/+55
| * | | support custom block sizes: remove unneeded fudging, fix leaked filehandles, ...Blaise Sanouillet2018-10-012-98/+101
| * | | 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
|\ \ \ \