summaryrefslogtreecommitdiffstats
path: root/lib/lz4.h
Commit message (Expand)AuthorAgeFilesLines
* update obsolete section documentationYann Collet2020-11-081-12/+11
* static state sizeYann Collet2020-11-071-2/+2
* re-enable alignment test on all targetsYann Collet2020-11-071-1/+1
* unified internal state declarationYann Collet2020-11-071-34/+26
* bump version numberYann Collet2020-09-291-1/+1
* comment bug on older versions of ZSTD_compress_destSize()Yann Collet2020-09-181-1/+12
* fix #783Yann Collet2020-08-271-12/+22
* Merge branch 'fix832' into devYann Collet2020-08-111-2/+2
|\
| * fixed test of gnu c versionYann Collet2020-08-111-2/+2
* | Merge pull request #896 from lz4/fix832Yann Collet2020-08-101-7/+6
|\ \ | |/
| * fix #832Yann Collet2020-08-101-7/+6
* | Merge pull request #895 from lz4/hugefastYann Collet2020-08-101-1/+2
|\ \ | |/ |/|
| * fix #876Yann Collet2020-08-101-1/+2
* | Remove dirty Field From LZ4_stream_tW. Felix Handte2020-08-061-4/+2
|/
* bumped version number to v1.9.2Yann Collet2019-07-011-1/+1
* precise again that LZ4 decoder needs metadataYann Collet2019-06-061-22/+31
* added more details for in-place documentationYann Collet2019-05-311-14/+15
* updated LZ4_DECOMPRESS_INPLACE_MARGINYann Collet2019-05-301-2/+2
* add more doc on in-place (de)compressionYann Collet2019-05-301-5/+25
* ensure lz4.h can be included with or without LZ4_STATIC_LINKING_ONLY in any o...Yann Collet2019-05-291-4/+12
* added comments and macros for in-place (de)compressionYann Collet2019-05-291-2/+46
* several minor style changes recommended by clang-tidyYann Collet2019-04-241-2/+2
* bumped version numberYann Collet2019-04-191-1/+1
* address a few minor Visual warningsYann Collet2019-04-181-3/+5
* fix out-of-bound read within LZ4_decompress_fast()Yann Collet2019-04-171-9/+10
* decompress*_fast() function do not generate deprecation warningsYann Collet2019-04-151-13/+14
* updated doc to underline difference between block and frameYann Collet2019-04-121-7/+11
* improved documentation for LZ4 dictionary compressionYann Collet2019-04-111-3/+8
* added versions in commentsYann Collet2019-04-101-1/+2
* LZ4_initStream() checks alignment restrictionYann Collet2019-04-081-7/+10
* added comment on initStream + _extState_Yann Collet2019-04-051-4/+8
* created LZ4_initStream()Yann Collet2019-04-051-44/+44
* make `_fast*()` decoder generate a deprecation warningYann Collet2019-04-041-6/+14
* moved LZ4_decompress_fast*() into deprecated sectionYann Collet2019-04-041-23/+29
* fixed docYann Collet2019-04-031-7/+10
* Merge pull request #593 from felixhandte/lz4hc-publish-staticYann Collet2018-10-161-19/+20
|\
| * Change Comment and Make LZ4LIB_STATIC_API Available to LZ4HCW. Felix Handte2018-10-161-19/+20
* | Some followups and renamingsOleg Khabinov2018-10-011-2/+2
|/
* Rename initCheck to dirtyContext and use it in LZ4_resetStream_fast() to chec...Oleg Khabinov2018-09-281-12/+17
* changed LZ4_streamDecode member orderYann Collet2018-09-251-1/+1
* increase size of LZ4 contexts for 128-bit systemsYann Collet2018-09-181-15/+15
* 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
|\