summaryrefslogtreecommitdiffstats
path: root/programs/lz4cli.c
Commit message (Expand)AuthorAgeFilesLines
* -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
* lz4 cli supports frame content sizeYann Collet2015-03-231-1/+1
* Updates tests & Man pagesYann Collet2015-03-221-5/+16
* new long commandsYann Collet2015-03-211-24/+21
* removed -s command from lz4c specific list of legacy commandsYann Collet2015-03-151-2/+0
* Added : unlz4 symbolic link to "lz4 -d"Yann Collet2015-03-151-0/+2
* Improved sparse file supportYann Collet2015-03-131-1/+1
* Preliminary support for sparse filesYann Collet2015-03-111-0/+4
* g++ compatibilityYann Collet2015-03-101-23/+6
* Merge pull request #54 from t-mat/gc-issue/155Yann Collet2015-03-081-0/+17
|\
| * Google Code Issue 155: lz4 cli should support sparse fileTakayuki MATSUOKA2015-03-021-0/+17
* | Updated : compress multiple filesYann Collet2015-03-071-85/+82
* | Added support for multiple input files to act more like other compressors. Fo...kyle2015-03-021-58/+84
|/
* Fixed : older compiler don't like nameless unions, reported by Cheyi LinYann Collet2014-12-161-103/+104
* New : lz4frame integrated into liblz4 (v1.5.0)Yann Collet2014-12-131-8/+8
* minor refactoringYann Collet2014-12-061-34/+11
* lz4cli : legacy arguments are now disabled by defaultYann Collet2014-12-011-9/+9
* New directory structure : library source files into /lib directoryYann Collet2014-11-301-3/+3
* LZ4IO : modified to use lz4frame insteadYann Collet2014-11-301-2/+1
* Fixed : decompression issue on 32-bits CPU without unaligned memory accessYann Collet2014-11-291-14/+1
* Corrected lz4ioYann Collet2014-11-231-1/+1
* fixed : clang warningsYann Collet2014-09-221-1/+5
* changed : lz4 test mode (-t) to no longer ask for confirmation, as suggested ...Yann Collet2014-09-131-1/+1