summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* removed LZ4_copy8Yann Collet2018-02-121-11/+6
* slightly improved decompression speed (~+1-2%)Yann Collet2018-02-111-2/+5
* intel: do not use __attribute__((packed)) on WindowsBen Boeckel2018-02-082-2/+2
* fixed code comment as detected in #466Yann Collet2018-02-071-27/+28
* Clarify the requirements of the LZ4 streaming APINick Terrell2018-02-021-2/+4
* Merge branch 'dev' into frameCompressYann Collet2018-02-012-35/+33
|\
| * Always prefer c++14 attributes if availableAsger Hautop Drewsen2018-01-311-4/+2
| * Ensure LZ4_DEPRECATED("...") is before LZ4LIB_APIAsger Hautop Drewsen2018-01-312-31/+31
* | refactored frameCompress exampleYann Collet2018-01-312-5/+10
|/
* [lz4hc] level == 0 means default, not level 1Nick Terrell2018-01-221-1/+1
* Change file format back to ASCII (from UTF-8)Po-Chuan Hsieh2018-01-171-2/+2
* lz4frame : removed some intermediate stage from LZ4F_decompress()Yann Collet2018-01-141-16/+6
* ensure a ptr is non-nullYann Collet2018-01-141-0/+9
* modified formulation for LZ4F_compressBound()Yann Collet2018-01-142-24/+24
* Fix lz4 versionPo-Chuan Hsieh2018-01-131-1/+1
* updated LZ4F_decompress() documentationYann Collet2018-01-131-11/+16
* Merge pull request #443 from terrelln/440Yann Collet2018-01-101-2/+4
|\
| * [lz4f] Skip memcpy() on empty dictionaryNick Terrell2018-01-051-2/+4
* | Add Option to Make lz4frame_static.h Functions Visible in Shared ObjectsW. Felix Handte2018-01-081-16/+27
* | Merge pull request #434 from lz4/patternYann Collet2018-01-062-8/+17
|\ \
| * | conditional pattern analysisYann Collet2017-12-222-8/+17
| |/
* | lz4opt supports _destSizeYann Collet2017-12-222-26/+49
|/
* new level 10Yann Collet2017-12-202-15/+39
* remove `register` keywordYann Collet2017-12-051-13/+13
* API : changed a few variables' names for clarityYann Collet2017-11-201-44/+44
* Merge pull request #416 from lz4/newoptYann Collet2017-11-096-391/+415
|\
| * added code commentsYann Collet2017-11-091-1/+6
| * added constant TRAILING_LITERALSYann Collet2017-11-091-5/+6
| * lz4opt: simplified match finder invocation to LZ4HC_FindLongerMatch()Yann Collet2017-11-092-21/+12
| * added code commentsYann Collet2017-11-081-5/+8
| * fixed LZ4HC_reverseCountPattern()Yann Collet2017-11-081-6/+5
| * removed the ip++ at the beginning of blockYann Collet2017-11-082-3/+0
| * removed legacy version of LZ4HC_InsertAndFindBestMatch()Yann Collet2017-11-071-53/+1
| * ensure `pattern` is a 1-byte repetitionYann Collet2017-11-071-1/+2
| * removed useless `(1 && ...)` conditionYann Collet2017-11-071-3/+4
| * improved LZ4HC_reverseCountPattern() :Yann Collet2017-11-071-3/+7
| * fixed LZ4HC_countPattern()Yann Collet2017-11-071-5/+19
| * fixed minor static analyzer warningYann Collet2017-11-031-1/+0
| * minor comment editYann Collet2017-11-033-33/+29
| * unified HC levelsYann Collet2017-11-032-10/+5
| * moved ctx->end handling from parsersYann Collet2017-11-032-3/+2
| * removed ctx->searchNumYann Collet2017-11-033-26/+12
| * LZ4_compress_HC_continue_destSize() now compatible with optimal parserYann Collet2017-11-033-12/+13
| * removes matches[] tableYann Collet2017-11-031-73/+67
| * removed useless parameter from hash chain matchfinderYann Collet2017-11-031-5/+4
| * removed code and reference to binary tree match finderYann Collet2017-11-033-132/+6
| * improved level 11 speedYann Collet2017-11-031-2/+4
| * optimized skip strategy for level 12Yann Collet2017-11-031-3/+6
| * new level 11 uses 512 attemptsYann Collet2017-11-031-1/+1
| * more generic skip formulaYann Collet2017-11-032-14/+5