summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* updated NEWS for v1.8.1v1.8.1Yann Collet2018-01-121-1/+4
* Merge pull request #442 from terrelln/441Yann Collet2018-01-102-8/+18
|\
| * [lz4io] Refuse to set file stat for non-regular filesNick Terrell2018-01-051-0/+6
| * [lz4io] Fix decompression file stat with --rmNick Terrell2018-01-051-8/+12
* | Merge pull request #443 from terrelln/440Yann Collet2018-01-101-2/+4
|\ \
| * | [lz4f] Skip memcpy() on empty dictionaryNick Terrell2018-01-051-2/+4
| |/
* | Merge pull request #444 from felixhandte/publish-static-functionsYann Collet2018-01-101-16/+27
|\ \
| * | 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
* | | Merge pull request #435 from lz4/destSizeYann Collet2018-01-064-63/+91
|\ \ \ | |_|/ |/| |
| * | object files in /testsYann Collet2017-12-271-5/+10
| * | lz4opt supports _destSizeYann Collet2017-12-223-33/+57
| * | /tests programs compiled with LZ4_DEBUG=1Yann Collet2017-12-222-25/+24
| |/
* | Merge pull request #439 from eli-b/doc-nohup-behaviorYann Collet2018-01-011-0/+3
|\ \
| * | Docs: describe behavior under nohupEli Boyarski2018-01-011-0/+3
| |/
* | Merge pull request #438 from eli-b/grammar-fixYann Collet2018-01-012-2/+2
|\ \ | |/ |/|
| * Grammar: "to silent" -> "to silence"Eli Boyarski2018-01-012-2/+2
|/
* Merge pull request #431 from lz4/newoptYann Collet2017-12-212-15/+39
|\
| * new level 10Yann Collet2017-12-202-15/+39
|/
* Merge pull request #427 from lz4/registerLessYann Collet2017-12-151-13/+13
|\
| * remove `register` keywordYann Collet2017-12-051-13/+13
* | Merge pull request #424 from MaxRis/msbuild-properties-#423Yann Collet2017-12-119-17/+49
|\ \ | |/ |/|
| * EnableWholeProgramOptimization and UseStaticCRT msbuild custom propertiesMax Risuhin2017-12-119-17/+49
|/
* Merge pull request #426 from aliceatlas/cli_chmod_fixYann Collet2017-12-041-1/+1
|\
| * Fix bug which could sometimes result in the lz4 cli chmodding /dev/null if ru...Alice Atlas2017-12-041-1/+1
|/
* minor updates to examplesYann Collet2017-11-258-66/+67
* API : changed a few variables' names for clarityYann Collet2017-11-202-87/+87
* updated NEWSYann Collet2017-11-131-1/+6
* Merge pull request #416 from lz4/newoptYann Collet2017-11-097-397/+421
|\
| * 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-033-16/+11
| * 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