summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #359 from PierreNav/devYann Collet2017-05-231-1/+2
|\
| * Add DLL files to the INSTALL targetPierreNav2017-05-231-1/+2
|/
* Merge pull request #352 from lz4/resetDCtxYann Collet2017-05-1113-246/+321
|\
| * fix (minor) g++ compatibility for frametestYann Collet2017-05-111-1/+1
| * added test for LZ4F_resetDecompressionContext()Yann Collet2017-05-105-59/+79
| * fixed c_standards testsYann Collet2017-05-102-11/+16
| * bumped version number to 1.8.0Yann Collet2017-05-103-6/+6
| * updated MakefileYann Collet2017-05-108-103/+140
| * expose LZ4F_resetDecompressionContext()Yann Collet2017-05-102-65/+80
| * minor readability changesYann Collet2017-05-021-22/+20
|/
* changed macro HEAPMODE into LZ4_HEAPMODEYann Collet2017-05-022-13/+14
* Merge pull request #349 from svpv/masterYann Collet2017-04-303-3/+5
|\
| * lz4hc.c: clamp compression levels > 12Alexey Tourbin2017-04-291-0/+2
| * lz4cli.c: fix a comment: LZ4HC_DEFAULT_CLEVEL -> LZ4HC_CLEVEL_MAXAlexey Tourbin2017-04-291-1/+1
| * liz4hc.h: fix a comment: LZ4HC_MAX_CLEVEL -> LZ4HC_CLEVEL_MAXAlexey Tourbin2017-04-291-2/+2
|/
* Merge pull request #348 from terrelln/deprecateYann Collet2017-04-261-5/+9
|\
| * [LZ4F] Allow users to disable LZ4F_DEPRECATENick Terrell2017-04-261-5/+9
|/
* Merge pull request #347 from lz4/negativeCLevelsYann Collet2017-04-115-22/+35
|\
| * lz4frame : Added negative compression levelsYann Collet2017-04-095-15/+26
| * ensure lz4f_cctx internal buffer size remain valid in case of malloc errorYann Collet2017-04-091-1/+2
| * lz4frame : control lz4 context creation successYann Collet2017-04-091-6/+7
|/
* make __packed memory access default for gccYann Collet2017-03-301-4/+3
* Merge pull request #344 from lz4/LZ4F_getFrameInfoYann Collet2017-03-304-104/+163
|\
| * fixed minor Visual warningYann Collet2017-03-291-1/+1
| * Improved comments on LZ4F_getFrameInfo()Yann Collet2017-03-293-5/+24
| * added LZ4F_resetDecompressionContext()Yann Collet2017-03-291-22/+22
| * Safer LZ4_getFrameInfo()Yann Collet2017-03-294-80/+120
|/
* Merge pull request #342 from iburinoc/isattyYann Collet2017-03-271-1/+10
|\
| * Fix inline compile errorsSean Purcell2017-03-271-1/+1
| * Fix IS_CONSOLE returning 1 for NUL on windowsSean Purcell2017-03-271-1/+10
|/
* Merge pull request #341 from iburinoc/exematchYann Collet2017-03-251-6/+15
|\
| * Ignore extensions in exe name matchingSean Purcell2017-03-241-6/+15
* | Merge pull request #340 from lz4/optlz4optYann Collet2017-03-252-83/+86
|\ \
| * | improved level 10 speed for degenerated casesYann Collet2017-03-241-1/+1
| * | Merge branch 'dev' into optlz4optYann Collet2017-03-245-2/+16
| |\ \
| * \ \ Merge branch 'optlz4opt' of github.com:Cyan4973/lz4 into optlz4optYann Collet2017-03-201-1/+0
| |\ \ \
| | * | | slight btopt speed improvementYann Collet2017-03-181-2/+2
| * | | | minor refactorYann Collet2017-03-202-72/+75
| * | | | slight btopt speed improvementYann Collet2017-03-201-3/+4
| |/ / /
| * | | made SET_PRICE macro more usableYann Collet2017-03-181-4/+4
| * | | improved lz4opt speed (~4%)Yann Collet2017-03-171-12/+12
* | | | Merge pull request #338 from ldv-alt/devYann Collet2017-03-241-17/+17
|\ \ \ \ | |_|/ / |/| | |
| * | | Export deprecated symbols declared in lz4hc.hDmitry V. Levin2017-03-241-17/+17
* | | | fixed API comment for LZ4F_createCompressionContext()Yann Collet2017-03-241-1/+1
|/ / /
* | | Merge pull request #337 from ldv-alt/devYann Collet2017-03-234-1/+15
|\ \ \ | |/ / |/| |
| * | cli: add GNU separator -- specifying that all following arguments are filesDmitry V. Levin2017-03-234-1/+15
|/ /
* | minor price function optimizationYann Collet2017-03-171-8/+6
* | added `extern C` for lz4.h static sectionYann Collet2017-03-175-41/+40
* | LZ4_compress_HC_continue_destSize() works as intended up to level 10Yann Collet2017-03-163-17/+18
* | LZ4_compress_HC_destSize() uses LZ4HC_compress_generic() code pathYann Collet2017-03-169-91/+119
|/