summaryrefslogtreecommitdiffstats
path: root/lib/lz4.h
Commit message (Expand)AuthorAgeFilesLines
* unpublish static-only functionYann Collet2018-09-131-74/+81
* fixed minor warning in fuzzer.cYann Collet2018-09-101-4/+4
* updated function interface documentationYann Collet2018-09-071-5/+19
* first sketch for a byte-accurate partial decoderYann Collet2018-09-071-2/+2
* updated API documentationYann Collet2018-09-071-46/+56
* updated documentation regarding dictionary compressionYann Collet2018-09-051-1/+1
* fixed spelling mistake in lz4.hJack Luo2018-07-291-1/+1
* Fix LZ4_compress_fast_continue() docsNick Terrell2018-07-101-1/+1
* Merge pull request #529 from felixhandte/lz4f-fast-reset-for-streaming-onlyYann Collet2018-05-031-5/+19
|\
| * Only Reset the LZ4 Stream when Init'ing a Streaming BlockW. Felix Handte2018-05-031-5/+19
* | introduce LZ4_decoderRingBufferSize()Yann Collet2018-05-021-19/+37
* | clarified streaming decompression functionYann Collet2018-04-301-5/+9
|/
* lz4.h: clarify the risks of using LZ4_decompress_fast()Alexey Tourbin2018-04-221-5/+7
* Add a LZ4_STATIC_LINKING_ONLY Macro to Guard Experimental APIsW. Felix Handte2018-04-111-0/+2
* Expose dictCtx Functionality in LZ4W. Felix Handte2018-04-111-0/+28
* Rename _extState_noReset -> _extState_fastReset and Edit CommentsW. Felix Handte2018-04-111-15/+28
* Expose a Faster Stream Reset FunctionW. Felix Handte2018-04-101-0/+8
* Better Describe Functionality of Obsolete Streaming FunctionsW. Felix Handte2018-03-211-6/+10
* Move LZ4_compress_fast_extState_noReset Declaration to Unstable SectionW. Felix Handte2018-03-141-8/+23
* Restore the Other Old Streaming Functions in a Degraded FashionW. Felix Handte2018-03-141-2/+9
* Restore LZ4_sizeofStreamState, We Didn't Actually Need to Delete ItW. Felix Handte2018-03-131-0/+3
* Renames and Comment FixesW. Felix Handte2018-03-121-7/+7
* Lookup Matches in Separate Dictionary ContextW. Felix Handte2018-03-121-6/+8
* Add LZ4_compress_fast_safeExtState FunctionW. Felix Handte2018-03-121-0/+8
* Add a Table Type Field to LZ4_stream_tW. Felix Handte2018-03-121-2/+4
* Remove Obsolete Stream Functions to Free Space in LZ4_stream_tW. Felix Handte2018-03-121-6/+0
* bumped version number to v1.8.2Yann Collet2018-02-261-1/+1
* update code comment on LZ4 streaming interfaceYann Collet2018-02-261-11/+12
* update API doc regarding double-buffer strategyYann Collet2018-02-181-1/+3
* fixed code comment as detected in #466Yann Collet2018-02-071-27/+28
* Clarify the requirements of the LZ4 streaming APINick Terrell2018-02-021-2/+4
* Always prefer c++14 attributes if availableAsger Hautop Drewsen2018-01-311-4/+2
* Ensure LZ4_DEPRECATED("...") is before LZ4LIB_APIAsger Hautop Drewsen2018-01-311-14/+14
* Change file format back to ASCII (from UTF-8)Po-Chuan Hsieh2018-01-171-2/+2
* Fix lz4 versionPo-Chuan Hsieh2018-01-131-1/+1
* API : changed a few variables' names for clarityYann Collet2017-11-201-44/+44
* Separated visibility from LZ4LIB_API macro.mikir2017-10-301-7/+11
* complementary information for #394Yann Collet2017-08-301-8/+14
* clarified documentation of streaming decompression functionsYann Collet2017-08-301-9/+13
* Don't use C++11 deprecation attribute with clangNick Terrell2017-08-241-2/+4
* dictionary compression correctly uses compression levelYann Collet2017-08-101-18/+18
* implemented dictionary compression in lz4frameYann Collet2017-08-091-1/+1
* bumped version number to 1.8.0Yann Collet2017-05-101-2/+2
* lz4frame : Added negative compression levelsYann Collet2017-04-091-7/+7
* added `extern C` for lz4.h static sectionYann Collet2017-03-171-5/+4
* LZ4_compress_HC_destSize() uses LZ4HC_compress_generic() code pathYann Collet2017-03-161-1/+1
* updated lz4 version numberYann Collet2017-03-161-1/+1
* fix #333 : expose obsolete decoding functionsYann Collet2017-03-151-8/+2
* Export deprecated symbolsDmitry V. Levin2017-03-101-12/+12
* Explicitly set visibility of public API functions when gcc is usedDmitry V. Levin2017-03-101-0/+4