summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* bumped version number to v1.9.2Yann Collet2019-07-012-4/+4
* precise again that LZ4 decoder needs metadataYann Collet2019-06-061-20/+31
* added more details for in-place documentationYann Collet2019-05-311-12/+13
* updated API manualYann Collet2019-05-301-1/+1
* add more doc on in-place (de)compressionYann Collet2019-05-301-5/+25
* added comments and macros for in-place (de)compressionYann Collet2019-05-291-2/+36
* bumped version numberYann Collet2019-04-192-4/+4
* address a few minor Visual warningsYann Collet2019-04-181-16/+13
* updated doc to underline difference between block and frameYann Collet2019-04-121-7/+11
* improved documentation for LZ4 dictionary compressionYann Collet2019-04-112-4/+9
* introduce LZ4_DISTANCE_MAX build macroYann Collet2019-04-112-14/+48
* updated block format with more details on MF_LIMITYann Collet2019-04-111-12/+23
* modified LZ4_initStreamHC() to look like LZ4_initStream()Yann Collet2019-04-091-12/+19
* created LZ4_initStream()Yann Collet2019-04-051-44/+43
* make `_fast*()` decoder generate a deprecation warningYann Collet2019-04-042-28/+41
* fixed docYann Collet2019-04-031-9/+12
* moved _destSize() into "stable API" statusYann Collet2019-04-031-7/+14
* updated frame formatYann Collet2019-01-021-7/+10
* updated LZ4 block formatYann Collet2019-01-021-36/+33
* Merge remote-tracking branch 'upstream/master' into bootcampBing Xu2018-11-261-1/+1
|\
| * lz4_Frame_format.md: Fix typo HexaBytes -> ExabytesNiklas Hambüchen2018-11-241-1/+1
* | updated code documentationYann Collet2018-10-152-18/+29
* | changed LZ4_streamDecode member orderYann Collet2018-09-251-10/+10
* | Merge pull request #575 from lz4/apiDocYann Collet2018-09-181-65/+60
|\ \
| * | unpublish static-only functionYann Collet2018-09-132-74/+71
* | | avoid final trailing comma for enum listsYann Collet2018-09-132-10/+13
|/ /
* | removed image from repositoryYann Collet2018-09-121-0/+0
|/
* updated function interface documentationYann Collet2018-09-071-38/+67
* updated documentation regarding dictionary compressionYann Collet2018-09-052-5/+5
* fixed spelling mistake in lz4_manualJack Luo2018-07-291-1/+1
* Added CDict speed graph to be used for release statementYann Collet2018-05-031-0/+0
* updated API documentationYann Collet2018-05-031-6/+20
* random lz4f clarificationsYann Collet2018-05-021-16/+38
* Merge pull request #519 from lz4/fdParserYann Collet2018-04-272-9/+66
|\
| * ensure favorDecSpeed is properly initializedYann Collet2018-04-272-9/+66
* | minor edit of block formatCyan49732018-04-251-28/+32
* | lz4_Block_format.md: clarify on short inputs and restrictionsAlexey Tourbin2018-04-241-3/+12
|/
* minor length reduction of several large linesYann Collet2018-04-181-21/+29
* compatibility with gcc-4.4 string.h versionCyan49732018-04-131-22/+72
* updated LZ4F_compressBound() documentationYann Collet2018-02-281-3/+6
* bumped version number to v1.8.2Yann Collet2018-02-262-4/+4
* update code comment on LZ4 streaming interfaceYann Collet2018-02-261-10/+11
* update API doc regarding double-buffer strategyYann Collet2018-02-181-1/+3
* fixed code comment as detected in #466Yann Collet2018-02-071-32/+33
* Merge pull request #458 from lz4/ff161Yann Collet2018-02-011-4/+12
|\
| * fix typos as suggested by @psteinbYann Collet2018-01-311-2/+2
| * proposed a minor change to LZ4 Frame format specificationYann Collet2018-01-311-4/+12
* | refactored frameCompress exampleYann Collet2018-01-312-22/+26
|/
* nicer console message for `make clean`Yann Collet2018-01-142-14/+19
* API : changed a few variables' names for clarityYann Collet2017-11-201-43/+43