summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | decompress_generic: Unroll loops a bit moreDave Watson2019-02-081-7/+7
| * | decompress_generic: remove msan writeDave Watson2019-02-081-5/+0
| * | decompress_generic: re-add fastpathDave Watson2019-02-081-4/+19
| * | decompress_generic: drop partial copy check in fast loopDave Watson2019-02-081-15/+0
| * | decompress_generic: Optimize literal copiesDave Watson2019-02-081-12/+21
| * | decompress_generic: optimize match copyDave Watson2019-02-081-23/+28
| * | decompress_generic: Add a loop fastpathDave Watson2019-02-081-5/+153
| * | decompress_generic: Refactor variable length fieldsDave Watson2019-02-081-12/+35
* | | Eliminate optimize attribute warning with clang on PPC64LEJeremy Maitin-Shepard2019-02-041-1/+1
|/ /
* | Make fact that certain variables that are passed into LZ4HC_encodeSequence ar...Tim Zakian2019-01-091-7/+9
* | Merge pull request #631 from qiuyangs/devYann Collet2019-01-091-2/+2
|\ \
| * | lz4hc.c: change (length >> 8) to (length / 255)qiuyangs2019-01-061-2/+2
* | | Make LZ4F_getBlockSize public and publis in experimental sectionTim Zakian2019-01-092-8/+8
|/ /
* | Fix Dict Size Test in `LZ4_compress_fast_continue()`W. Felix Handte2018-12-051-4/+2
* | Don't Attach Very Small DictionariesW. Felix Handte2018-12-041-1/+3
|/
* Merge remote-tracking branch 'upstream/dev' into devVincent Torri2018-12-022-0/+20
|\
| * Merge pull request #610 from antinucleon/bootcampYann Collet2018-11-262-0/+20
| |\
| | * [amalgamation] lz4frame.cBing Xu2018-11-262-0/+20
* | | Windows: create import library with gcc directly, remove now useless def fileVincent Torri2018-12-022-66/+1
|/ /
* | Uninstall DLL and import libVincent Torri2018-11-211-0/+5
* | Add explanation for the installation of the DLL in the bin directoryVincent Torri2018-11-211-0/+3