summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* added test for LZ4F_resetDecompressionContext()Yann Collet2017-05-103-37/+47
* bumped version number to 1.8.0Yann Collet2017-05-101-2/+2
* updated MakefileYann Collet2017-05-102-7/+8
* 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
* lz4hc.c: clamp compression levels > 12Alexey Tourbin2017-04-291-0/+2
* liz4hc.h: fix a comment: LZ4HC_MAX_CLEVEL -> LZ4HC_CLEVEL_MAXAlexey Tourbin2017-04-291-2/+2
* [LZ4F] Allow users to disable LZ4F_DEPRECATENick Terrell2017-04-261-5/+9
* lz4frame : Added negative compression levelsYann Collet2017-04-093-14/+14
* 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
* fixed minor Visual warningYann Collet2017-03-291-1/+1
* Improved comments on LZ4F_getFrameInfo()Yann Collet2017-03-293-5/+24
* Safer LZ4_getFrameInfo()Yann Collet2017-03-293-71/+103
* 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-241-1/+1
| |\
| * \ 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
|/
* minor price function optimizationYann Collet2017-03-171-8/+6
* added `extern C` for lz4.h static sectionYann Collet2017-03-174-40/+39
* LZ4_compress_HC_continue_destSize() works as intended up to level 10Yann Collet2017-03-162-16/+17
* LZ4_compress_HC_destSize() uses LZ4HC_compress_generic() code pathYann Collet2017-03-166-60/+62
* updated lz4 version numberYann Collet2017-03-161-1/+1
* created LZ4_HC_STATIC_LINKING_ONLY sectionYann Collet2017-03-162-66/+90
* fix #333 : expose obsolete decoding functionsYann Collet2017-03-151-8/+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
* | 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
* | 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
|/
* Explicitly create $(DESTDIR)$(LIBDIR)/ at install timeEric Siegerman2017-02-151-1/+1
* updated comments on block sizesYann Collet2017-02-081-2/+8
* lz4frame.h: added IntroductionPrzemyslaw Skibinski2017-01-231-0/+9
* lz4frame.h: prepared to generate manualPrzemyslaw Skibinski2017-01-231-20/+20
* lz4.h: improved manual generationPrzemyslaw Skibinski2017-01-231-7/+9
* added "This Makefile is validated for"Przemyslaw Skibinski2017-01-191-0/+2