aboutsummaryrefslogtreecommitdiff
path: root/lib/lz4.h
AgeCommit message (Expand)Author
2018-04-11Add a LZ4_STATIC_LINKING_ONLY Macro to Guard Experimental APIsW. Felix Handte
2018-04-11Expose dictCtx Functionality in LZ4W. Felix Handte
2018-04-11Rename _extState_noReset -> _extState_fastReset and Edit CommentsW. Felix Handte
2018-04-10Expose a Faster Stream Reset FunctionW. Felix Handte
2018-03-21Better Describe Functionality of Obsolete Streaming FunctionsW. Felix Handte
2018-03-14Move LZ4_compress_fast_extState_noReset Declaration to Unstable SectionW. Felix Handte
2018-03-14Restore the Other Old Streaming Functions in a Degraded FashionW. Felix Handte
2018-03-13Restore LZ4_sizeofStreamState, We Didn't Actually Need to Delete ItW. Felix Handte
2018-03-12Renames and Comment FixesW. Felix Handte
2018-03-12Lookup Matches in Separate Dictionary ContextW. 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-02-26bumped version number to v1.8.2Yann Collet
2018-02-26update code comment on LZ4 streaming interfaceYann Collet
2018-02-18update API doc regarding double-buffer strategyYann Collet
2018-02-07fixed code comment as detected in #466Yann Collet
2018-02-01Clarify the requirements of the LZ4 streaming APINick Terrell
2018-01-31Always prefer c++14 attributes if availableAsger Hautop Drewsen
2018-01-31Ensure LZ4_DEPRECATED("...") is before LZ4LIB_APIAsger Hautop Drewsen
2018-01-18Change file format back to ASCII (from UTF-8)Po-Chuan Hsieh
2018-01-14Fix lz4 versionPo-Chuan Hsieh
2017-11-20API : changed a few variables' names for clarityYann Collet
2017-10-30Separated visibility from LZ4LIB_API macro.mikir
2017-08-30complementary information for #394Yann Collet
2017-08-30clarified documentation of streaming decompression functionsYann Collet
2017-08-24Don't use C++11 deprecation attribute with clangNick Terrell
2017-08-10dictionary compression correctly uses compression levelYann Collet
2017-08-09implemented dictionary compression in lz4frameYann Collet
2017-05-10bumped version number to 1.8.0Yann Collet
2017-04-09lz4frame : Added negative compression levelsYann Collet
2017-03-17added `extern C` for lz4.h static sectionYann Collet
2017-03-16LZ4_compress_HC_destSize() uses LZ4HC_compress_generic() code pathYann Collet
2017-03-16updated lz4 version numberYann Collet
2017-03-14fix #333 : expose obsolete decoding functionsYann Collet
2017-03-10Export deprecated symbolsDmitry V. Levin
2017-03-10Explicitly set visibility of public API functions when gcc is usedDmitry V. Levin
2017-01-23lz4.h: improved manual generationPrzemyslaw Skibinski
2017-01-05LZ4_MEMORY_USAGE can be modified from compilation command lineYann Collet
2016-11-28fixed minor display error when using -rYann Collet
2016-11-19Add C++14 standard [[deprecated]] attributeTakayuki MATSUOKA
2016-11-18fixed #272 (compilation fails on gcc 4.4), reported by @totaamYann Collet
2016-11-17fix 32-bits mode.Yann Collet
2016-11-14bump version numberYann Collet
2016-11-14fixed nameless union warningsYann Collet
2016-11-14fixed conversion warningsYann Collet
2016-11-12fixed __GNUC__ macroYann Collet
2016-11-12enabled deprecation warnings on remaining obsolete functionsYann Collet
2016-11-12update code commentsYann Collet
2016-11-11Expose internal types to remove strict aliasingNick Terrell