summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | Allow installation of lz4 for Windows (MSYS2 or when cross-compiling)Vincent Torri2018-11-201-2/+13
* | update lib/README.mdVincent Torri2018-11-181-1/+4
* | Add documentation about DLLTOOL variableVincent Torri2018-11-181-0/+1
* | Add DLLTOOL variable so that one can override dlltool binaryVincent Torri2018-11-171-1/+3
* | Use / instead of \ when accessing files in the dll subdirectory.Vincent Torri2018-11-171-2/+2
|/
* Enable amalgamation of lz4hc.c and lz4.cBing Xu2018-11-162-15/+29
* Merge pull request #593 from felixhandte/lz4hc-publish-staticYann Collet2018-10-162-31/+43
|\
| * Make LZ4HC Experimental Functions Dynamically PublishableW. Felix Handte2018-10-161-12/+23
| * Change Comment and Make LZ4LIB_STATIC_API Available to LZ4HCW. Felix Handte2018-10-161-19/+20
* | updated code documentationYann Collet2018-10-151-8/+13
* | Adding information about dirty context for _HC_ family of functionsOleg Khabinov2018-10-102-14/+34
* | Merge pull request #592 from lz4/compressEndYann Collet2018-10-092-11/+20
|\ \
| * | fixed #589Yann Collet2018-10-091-1/+5
| * | added a test for LZ4F_compressEnd()Yann Collet2018-10-092-11/+16
| |/
* | Some followups and renamingsOleg Khabinov2018-10-012-9/+10
|/
* Merge pull request #587 from lz4/hintbugYann Collet2018-09-281-3/+5
|\
| * fixed improper hintYann Collet2018-09-281-3/+5
* | Rename initCheck to dirtyContext and use it in LZ4_resetStream_fast() to chec...Oleg Khabinov2018-09-282-20/+49
|/
* Merge pull request #578 from lz4/support128bitYann Collet2018-09-263-42/+55
|\
| * changed LZ4_streamDecode member orderYann Collet2018-09-251-1/+1
| * increase size of LZ4 contexts for 128-bit systemsYann Collet2018-09-183-26/+37