summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* fixed C90 complianceYann Collet2019-04-221-7/+0
* FR #598 - Make fileSize unsigned long longgabrielstedman2019-04-221-2/+2
* FR #598 - Move LZ4F_compFileInfo_t def to lz4frame.h discard output_filegabrielstedman2019-04-221-0/+7
* bumped version numberYann Collet2019-04-191-1/+1
* lz4frame: initializers compatibility with C++Yann Collet2019-04-192-5/+7
* fixed read-after input in LZ4_decompress_safe()Yann Collet2019-04-192-29/+30
* address a few minor Visual warningsYann Collet2019-04-182-3/+6
* re-enable FORCE_INLINEYann Collet2019-04-171-3/+0
* fix out-of-bound read within LZ4_decompress_fast()Yann Collet2019-04-172-11/+23
* Fix AIX errors/warningsNorm Green2019-04-171-0/+6
* ensure consistent definition and usage of FREEMEMYann Collet2019-04-162-6/+6
* simplified output_directiveYann Collet2019-04-151-15/+17
* fix comma for pedanticYann Collet2019-04-151-1/+1
* unified limitedOutput_directiveYann Collet2019-04-152-35/+27
* decompress*_fast() function do not generate deprecation warningsYann Collet2019-04-151-13/+14
* fixed lz4frame with linked blocksYann Collet2019-04-151-11/+9
* Merge branch 'dev' of github.com:Cyan4973/lz4 into devYann Collet2019-04-133-16/+16
|\
| * fix minor visual warningYann Collet2019-04-121-2/+2
| * fixed minor Visual warningsYann Collet2019-04-122-14/+14
* | fixed incorrect assertion conditionYann Collet2019-04-131-1/+1
|/
* updated doc to underline difference between block and frameYann Collet2019-04-123-16/+24
* improved documentation for LZ4 dictionary compressionYann Collet2019-04-112-4/+27
* introduce LZ4_DISTANCE_MAX build macroYann Collet2019-04-113-23/+35
* Merge pull request #663 from lz4/headerSizeYann Collet2019-04-102-57/+99
|\
| * made LZ4F_getHeaderSize() publicYann Collet2019-04-102-57/+99
* | added versions in commentsYann Collet2019-04-102-2/+7
|/
* fixed loadDictHCYann Collet2019-04-091-10/+18
* re-enable LZ4_resetStreamHC()Yann Collet2019-04-091-1/+1
* modified LZ4_initStreamHC() to look like LZ4_initStream()Yann Collet2019-04-094-40/+79
* check some more initialization resultYann Collet2019-04-081-1/+5
* removed LZ4_stream_t alignment test on VisualYann Collet2019-04-081-0/+8
* LZ4_initStream() checks alignment restrictionYann Collet2019-04-082-7/+17
* added comment on initStream + _extState_Yann Collet2019-04-051-4/+8
* created LZ4_initStream()Yann Collet2019-04-054-53/+60
* fixed strict iso C90Yann Collet2019-04-051-1/+1
* created LZ4_initStreamHC()Yann Collet2019-04-053-143/+190
* make `_fast*()` decoder generate a deprecation warningYann Collet2019-04-042-9/+25
* moved LZ4_decompress_fast*() into deprecated sectionYann Collet2019-04-042-24/+30
* fixed an old bug in LZ4F_flush()Yann Collet2019-04-032-66/+109
* fixed docYann Collet2019-04-031-7/+10
* moved _destSize() into "stable API" statusYann Collet2019-04-031-41/+41
* minor comments and reformattingYann Collet2019-04-031-12/+17
* fixed minor conversion warningsYann Collet2019-04-031-14/+10
* created LZ4_FAST_DEC_LOOP build macroYann Collet2019-04-022-9/+31
* fixed a few minor conversion warningsYann Collet2019-04-021-20/+22
* Merge pull request #652 from vtorri/devYann Collet2019-03-031-1/+1
|\
| * Allow installation of lz4 for Windows 10 with MSYS2Vincent Torri2019-03-031-1/+1
* | Merge pull request #645 from djwatson/optimize_decompress_genericYann Collet2019-02-121-19/+245
|\ \
| * | decompress_generic: Limit fastpath to x86Dave Watson2019-02-111-3/+9
| * | decompress_generic: Add fastpath for small offsetsDave Watson2019-02-081-19/+59