summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
|/
* updated lz4 version numberYann Collet2017-03-161-1/+1
* created LZ4_HC_STATIC_LINKING_ONLY sectionYann Collet2017-03-163-69/+94
* fixed Visual compilation errorYann Collet2017-03-161-1/+1
* fix #332 : do not modify /dev/null permissionsYann Collet2017-03-163-42/+40
* fix #333 : expose obsolete decoding functionsYann Collet2017-03-151-8/+2
* added Oleg @remittor contributionYann Collet2017-03-121-0/+2
* Merge pull request #331 from ldv-alt/devYann Collet2017-03-123-13/+21
|\
| * Export only those symbols that are part of public APIDmitry V. Levin2017-03-101-1/+1
| * Export deprecated symbolsDmitry V. Levin2017-03-101-12/+12
| * Explicitly set visibility of public API functions when gcc is usedDmitry V. Levin2017-03-102-0/+8
* | Merge pull request #329 from remittor/dev-hc2Yann Collet2017-03-123-31/+143
|\ \ | |/ |/|
| * lz4hc: Fix LZ4HC_compress_hashChain for backward compatibilityremittor2017-03-091-2/+2
| * lz4hc: Fix LZ4HC_compress_hashChain for full support destSize variantremittor2017-03-081-2/+5
| * tests: fuzzer: Add test for LZ4_compressHC_destSizeremittor2017-03-081-2/+38
| * lz4hc: Add LZ4_compressHC_destSize and LZ4_compress_HC_continue_destSizeremittor2017-03-082-10/+66
| * lz4hc: Cleanup function LZ4HC_encodeSequenceremittor2017-03-071-11/+18
| * lz4hc: Cleanup function LZ4HC_compress_hashChainremittor2017-03-071-7/+17
* | Merge pull request #330 from inikep/devYann Collet2017-03-101-2/+7
|\ \ | |/ |/|
| * bench.c: respect LZ4_MAX_INPUT_SIZE limitPrzemyslaw Skibinski2017-03-101-2/+7
| * Merge remote-tracking branch 'refs/remotes/lz4/dev' into devPrzemyslaw Skibinski2017-03-103-13/+9
| |\ | |/ |/|
* | Merge pull request #328 from ldv-alt/devYann Collet2017-03-061-3/+3
|\ \
| * | Fix test-lz4-basicDmitry V. Levin2017-03-051-3/+3
|/ /
* | updated LICENSEYann Collet2017-02-281-9/+5
* | Merge pull request #320 from inikep/devYann Collet2017-02-161-1/+0
|\ \ | |/
| * remove MOREFLAGS from test-lz4c32Przemyslaw Skibinski2017-02-161-1/+0
* | Merge pull request #319 from inikep/devYann Collet2017-02-166-61/+107
|\ \ | |/