aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-03-12Initialize Current Offset to 1W. Felix Handte
2018-03-12Only Re-Alloc / Reset When Needed When Switching Between Regular and High Com...W. Felix Handte
2018-03-12Avoid Resetting the Context When PossibleW. Felix Handte
2018-03-12Const-ify Table Arg to LZ4_getPosition(OnHash)W. Felix Handte
2018-03-12Add LZ4_compress_fast_safeExtState FunctionW. Felix Handte
2018-03-12Add a Table Type Field to LZ4_stream_tW. Felix Handte
2018-03-12Remove Obsolete Stream Functions to Free Space in LZ4_stream_tW. Felix Handte
2018-03-12Allow Empty DictionariesW. Felix Handte
2018-02-27updated LZ4F_compressBound() documentationYann Collet
2018-02-26Merge pull request #478 from lz4/mergeOptYann Collet
2018-02-26bumped version number to v1.8.2Yann Collet
2018-02-26update code comment on LZ4 streaming interfaceYann Collet
2018-02-25merge lz4opt.h into lz4hc.cYann Collet
2018-02-24edge case : compress up to end-mflimit (12 bytes)Yann Collet
2018-02-20Merge pull request #471 from lz4/fasterHCYann Collet
2018-02-20added one assert()Yann Collet
2018-02-18update API doc regarding double-buffer strategyYann Collet
2018-02-12slight hc speed benefit (~+1%)Yann Collet
2018-02-11removed LZ4_copy8Yann Collet
2018-02-11slightly improved hc compression speed (+~1-2%)Yann Collet
2018-02-11slightly improved decompression speed (~+1-2%)Yann Collet
2018-02-08intel: do not use __attribute__((packed)) on WindowsBen Boeckel
2018-02-07fixed code comment as detected in #466Yann Collet
2018-02-01Clarify the requirements of the LZ4 streaming APINick Terrell
2018-01-31Merge branch 'dev' into frameCompressYann Collet
2018-01-31refactored frameCompress exampleYann Collet
2018-01-31Always prefer c++14 attributes if availableAsger Hautop Drewsen
2018-01-31Ensure LZ4_DEPRECATED("...") is before LZ4LIB_APIAsger Hautop Drewsen
2018-01-22[lz4hc] level == 0 means default, not level 1Nick Terrell
2018-01-18Change file format back to ASCII (from UTF-8)Po-Chuan Hsieh
2018-01-14lz4frame : removed some intermediate stage from LZ4F_decompress()Yann Collet
2018-01-13ensure a ptr is non-nullYann Collet
2018-01-13modified formulation for LZ4F_compressBound()Yann Collet
2018-01-14Fix lz4 versionPo-Chuan Hsieh
2018-01-13updated LZ4F_decompress() documentationYann Collet
2018-01-10Merge pull request #443 from terrelln/440Yann Collet
2018-01-08Add Option to Make lz4frame_static.h Functions Visible in Shared ObjectsW. Felix Handte
2018-01-06Merge pull request #434 from lz4/patternYann Collet
2018-01-05[lz4f] Skip memcpy() on empty dictionaryNick Terrell
2017-12-22lz4opt supports _destSizeYann Collet
2017-12-22conditional pattern analysisYann Collet
2017-12-20new level 10Yann Collet
2017-12-04remove `register` keywordYann Collet
2017-11-20API : changed a few variables' names for clarityYann Collet
2017-11-09Merge pull request #416 from lz4/newoptYann Collet
2017-11-08added code commentsYann Collet
2017-11-08added constant TRAILING_LITERALSYann Collet
2017-11-08lz4opt: simplified match finder invocation to LZ4HC_FindLongerMatch()Yann Collet
2017-11-08added code commentsYann Collet
2017-11-07fixed LZ4HC_reverseCountPattern()Yann Collet