summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* clarify Data Block in the Frame format documentationYann Collet2022-09-131-5/+7
* updated documentation in anticipation for `v1.9.4` releaseYann Collet2022-08-112-52/+121
* fix: various typosDominique Pelle2022-07-311-2/+2
* updated LZ4 Block Format documentationYann Collet2022-07-311-67/+144
* minor : proper interface for LZ4F_getBlockSize()Yann Collet2022-07-132-41/+26
* minor frame format clarificationYann Collet2022-07-101-2/+1
* review: fix findingsAlexander Mohr2022-07-051-0/+1
* uncompressed-api: allow uncompressed_update only for independent blocksAlexander Mohr2022-07-051-12/+0
* dict-size: make lz4 context constAlexander Mohr2022-06-111-1/+1
* review: Fix review findingsAlexander Mohr2022-06-101-23/+24
* review: Fix review findingsAlexander Mohr2022-06-102-12/+37
* frame-api: add method to insert uncomressed dataAlexander Mohr2022-06-091-0/+5
* update library version to v1.9.4Yann Collet2022-04-172-9/+9
* updated block format documentationYann Collet2022-02-021-30/+41
* Update lz4_Block_format.mdFrank Wessels2021-10-251-1/+1
* Merge pull request #1022 from lz4/unameYann Collet2021-09-202-5/+5
|\
| * make UNAME externally definableYann Collet2021-08-162-5/+5
* | fix spellinga13460542021-08-211-4/+4
|/
* updated license & header datesYann Collet2020-11-252-2/+3
* update docYann Collet2020-11-151-2/+2
* update obsolete section documentationYann Collet2020-11-082-26/+43
* bump version numberYann Collet2020-09-292-25/+47
* clarify endMark definitionYann Collet2020-08-141-4/+4
* Clarifies and fix EndMarkYann Collet2020-08-131-18/+29
* 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
|/ /