summaryrefslogtreecommitdiff
path: root/programs
AgeCommit message (Expand)AuthorFilesLines
2018-11-20Allow installation of lz4 for Windows (MSYS2 or when cross-compiling)Vincent Torri1-1/+1
2018-09-28support custom block sizes: fix usage message & remove unused functionsBlaise Sanouillet2-2/+1
2018-09-28support custom block sizes - fix typesBlaise Sanouillet1-1/+1
2018-09-28support custom block sizesBlaise Sanouillet3-10/+33
2018-09-19tried to clean another bunch of cppcheck warningsYann Collet1-16/+24
2018-09-18fixed minor cppcheck warnings in programsYann Collet2-21/+29
2018-09-08Add support for MidnightBSDLucas Holt2-2/+2
2018-09-06Merge pull request #563 from lz4/docDictYann Collet3-11/+25
2018-09-05Merge pull request #564 from lz4/cTimeYann Collet1-10/+21
2018-09-05Merge pull request #556 from kou/add-missing-exeextYann Collet1-12/+12
2018-09-05fixed compression timeYann Collet1-10/+21
2018-09-05updated documentation regarding dictionary compressionYann Collet3-11/+25
2018-09-04fixed #560Yann Collet1-1/+1
2018-08-13Add missing $(EXT)Kouhei Sutou1-12/+12
2018-06-27Fixed bugs about incorrect acceleration calculation and benchmarking negative...Jennifer Liu1-1/+4
2018-06-26Fixed invalid argument test and reformatted elseJennifer Liu1-2/+1
2018-06-26Fixed code based on comments from pull requestJennifer Liu2-4/+7
2018-06-26delete commented out code in bench.cJennifer Liu1-2/+0
2018-06-25Added --fast command to cliJennifer Liu3-2/+42
2018-05-17Add Haiku as a validated target.fbrosson1-1/+1
2018-05-04Fix make installNick Terrell1-32/+30
2018-04-29added a test case for LZ4_decompress_fast_usingDictCyan49731-1/+1
2018-04-26fasterDecSpeed can be triggered from cli with --favor-decSpeedYann Collet3-1/+16
2018-04-24Change Over Includes in the ProjectW. Felix Handte1-1/+1
2018-04-23fixed minor declaration issue with clang on msysCyan49731-1/+2
2018-04-06fixed DISPLAYUPDATE()Yann Collet1-3/+6
2018-03-19bench: introduced hidden command -SYann Collet3-12/+37
2018-03-19Merge branch 'dev' of github.com:Cyan4973/lz4 into devYann Collet1-1/+1
2018-03-19minor man fix on clevelsYann Collet1-3/+3
2018-03-12Make LZ4F_compressFrame_usingCDict Take a Compression ContextW. Felix Handte1-1/+1
2018-02-20use TIMELOOP_NANOSEC,Yann Collet1-2/+2
2018-02-20fixed minor conversion warningYann Collet1-2/+2
2018-02-20ensure bench speed measurement is more accurate for small inputsYann Collet2-24/+41
2018-02-20update bench.c to use less time invocationsYann Collet1-9/+9
2018-02-14fix: missed semicolon at programs/lz4io.c:954hobomind1-1/+1
2018-01-16use more restrictive conditions for clock_gettime()Yann Collet1-1/+8
2018-01-13minor : try to tell static analyzer that we don't care if fseek() failsYann Collet1-1/+1
2018-01-13programs/datagen : attempt to please static analyzerYann Collet1-15/+12
2018-01-13lz4io: fixed minor ressource leakYann Collet1-0/+1
2018-01-13update man pageYann Collet1-1/+4
2018-01-13updated manuals to v1.8.1Yann Collet1-2/+2
2018-01-05[lz4io] Refuse to set file stat for non-regular filesNick Terrell1-0/+6
2018-01-05[lz4io] Fix decompression file stat with --rmNick Terrell1-8/+12
2018-01-02Merge pull request #439 from eli-b/doc-nohup-behaviorYann Collet1-0/+3
2018-01-01Docs: describe behavior under nohupEli Boyarski1-0/+3
2018-01-01Grammar: "to silent" -> "to silence"Eli Boyarski2-2/+2
2017-12-04Fix bug which could sometimes result in the lz4 cli chmodding /dev/null if ru...Alice Atlas1-1/+1
2017-11-24minor updates to examplesYann Collet1-5/+5
2017-10-17[bench] Use higher resolution timer on POSIXNick Terrell2-41/+110
2017-10-14lz4cli : minor rewrite of lz4c legacy commandsYann Collet1-12/+13