summaryrefslogtreecommitdiffstats
path: root/programs/lz4cli.c
Commit message (Expand)AuthorAgeFilesLines
* custom block sizePrzemyslaw Skibinski2016-11-101-12/+27
* fixed some static analyzer warningYann Collet2016-11-101-4/+4
* fixed sparse on stdoutYann Collet2016-11-101-7/+19
* fixed multiples files on lz4cat (#184, by @libor-m)Yann Collet2016-11-101-31/+33
* fix unused variable warningYann Collet2016-11-091-2/+1
* fixed synthetic benchmark modeYann Collet2016-11-091-12/+13
* fixed lz4catYann Collet2016-11-091-57/+60
* bench.c: support notification levelPrzemyslaw Skibinski2016-11-081-0/+3
* new Travis testsPrzemyslaw Skibinski2016-11-081-10/+7
* added --rm optionPrzemyslaw Skibinski2016-11-071-2/+4
* fixed --testPrzemyslaw Skibinski2016-11-071-1/+1
* Merge pull request #252 from inikep/devYann Collet2016-11-041-20/+44
|\
| * updated lz4cli.cPrzemyslaw Skibinski2016-11-041-7/+6
| * added -r optionPrzemyslaw Skibinski2016-11-041-13/+38
* | Return error if input file does not exist.Nick Terrell2016-11-041-2/+2
|/
* Rename passThrough to testModeNick Terrell2016-11-041-1/+1
* Fix test mode and write to nullNick Terrell2016-11-031-1/+1
* updated links to LZ4 repositoryPrzemyslaw Skibinski2016-11-031-1/+1
* Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into devinikep2016-09-031-41/+28
|\
| * fuzzer depends on standard C time.h onlyYann Collet2016-09-031-1/+1
| * lz4cli version number from lz4.hYann Collet2016-09-031-41/+28
* | update IncludePathinikep2016-09-021-3/+0
|/
* -b# and -e# options from zstdinikep2016-09-021-11/+29
* fix mingw64 compilation warningsinikep2016-09-021-1/+1
* request POSIX.2001 definitions for fileno()Georg Sauthoff2016-08-271-1/+2
* minor refactoring (coding style)Yann Collet2016-06-291-49/+30
* lz4cli: print library versionJohn Zhuge2016-04-011-2/+5
* Tweak error messageDaniel Colascione2015-09-031-1/+1
* Improve error messages for attempted console IODaniel Colascione2015-09-031-2/+10
* updated cli helpYann Collet2015-08-201-30/+40
* lz4cli : add one malloc testYann Collet2015-06-291-0/+1
* staticAnalyze use same compilation flags as normal buildYann Collet2015-06-271-5/+6
* Minor doc clarification on sparse mode supportYann Collet2015-06-221-1/+1
* Merge pull request #114 from lpsantil/djgppYann Collet2015-05-281-0/+5
|\
| * Fixup programs/{Makefile,lz4cli.c,lz4io.c} to build with Andrew Wu's build-dj...Louis P. Santillan2015-05-261-0/+5
* | Fixed : default sparse mode disabled on stdout, to support ` >>` redirection...Yann Collet2015-05-251-1/+1
* | Fixed sparse issue with non seekable streams (#105)Yann Collet2015-05-181-1/+1
|/
* Added compilation flag -Wcast-qualYann Collet2015-05-061-1/+1
* Sparse file support is now enabled by defaultYann Collet2015-04-171-1/+1
* Removed status notification in multiple-files modeYann Collet2015-04-161-2/+3
* minor compatibility fixesYann Collet2015-04-131-6/+8
* Merge pull request #86 from KyleJHarper/origin/r129/multiple_inputs_patchYann Collet2015-04-131-14/+22
|\
| * Added support for continuation of file compression and decompression if input...Kyle J Harper2015-04-121-3/+5
| * Added new LZ4IO_decompressMultipleFilenames to allow decompression of multipl...Kyle J Harper2015-04-121-13/+19
* | Fixed : a few minor coverity warningsYann Collet2015-04-121-1/+1
* | Fixed a few warnings from -fsanitize=undefinedYann Collet2015-04-091-3/+7
* | fixed over-cautious visual warningYann Collet2015-04-081-1/+1
* | minor memory leak fix and testYann Collet2015-04-081-1/+6
* | Cygwin has fileno, so there's no need to use _fileno.mauro.persano2015-04-011-1/+1
|/
* Updated long commands, with reverse "--no-" variantsYann Collet2015-03-231-10/+14