summaryrefslogtreecommitdiffstats
path: root/programs/lz4.1
Commit message (Collapse)AuthorAgeFilesLines
* updated man pageYann Collet2022-08-111-4/+12
|
* lz4cli: add option '--best' as an alias of '-12'WHR2019-07-231-0/+4
|
* bumped version number to v1.9.2Yann Collet2019-07-011-1/+1
| | | | to reduce risks that future bug reports in `dev` branch report `v1.9.1` as the failing version.
* --list gives block typeYann Collet2019-04-221-1/+1
|
* refactored --list functionYann Collet2019-04-221-13/+11
| | | | | | | better handling of special conditions, better scoping of variables. Also : updated man page
* added command -BI for "Independent Blocks"Yann Collet2019-04-121-1/+5
| | | | | | | | This is the reverse of `-BD`, and the current default. This command can be useful to reverse a previous `-BD` command. It may in the future be more important if `lz4` switches to generating dependent blocks by default.
* updated man pageYann Collet2019-04-121-5/+9
| | | | with --favor-decSpeed
* updated documentation regarding dictionary compressionYann Collet2018-09-051-3/+11
| | | | | | following suggestion from @stbrumme (#558) Also : bumped version number, regenerated man page and html doc
* update man pageYann Collet2018-01-141-1/+4
|
* Grammar: "to silent" -> "to silence"Eli Boyarski2018-01-011-1/+1
|
* updated man pageYann Collet2017-08-071-11/+25
|
* Updated man pageYann Collet2016-11-281-10/+32
|
* minor man page updateYann Collet2016-11-281-228/+161
|
* fixed minor coverity warningsYann Collet2016-11-151-1/+2
|
* cli : add --help commandYann Collet2016-11-131-1/+1
|
* improved man on compression levelYann Collet2016-11-101-6/+8
|
* fixed sparse on stdoutYann Collet2016-11-101-1/+1
|
* fixed lz4catYann Collet2016-11-091-1/+1
| | | | changed lz4-test order
* Updated man pageYann Collet2016-11-051-7/+26
|
* Fix typo in lz4 manpageNick Terrell2016-11-041-1/+1
|
* Remove whitespace from ends of linesJulius Werner2016-02-131-11/+11
| | | | | | | I'm trying to import LZ4 code into a project with strict linting requirements. This will make that easier. Signed-off-by: Julius Werner <jwerner@chromium.org>
* clarified man page as suggested in #170Yann Collet2015-12-201-7/+15
|
* fixed #150 : blank lines when converting lz4.1 to .ps or .pdfYann Collet2015-09-021-8/+8
|
* Updated Makefile and .travisYann Collet2015-09-011-2/+2
|
* Minor doc clarification on sparse mode supportYann Collet2015-06-221-1/+1
|
* Sparse file support is now enabled by defaultYann Collet2015-04-171-1/+1
|
* Updated lz4frame error namesYann Collet2015-04-151-3/+3
|
* minor compatibility fixesYann Collet2015-04-131-3/+3
|
* Updated man page : "--[no-]X"Yann Collet2015-03-231-8/+8
|
* Updated long commands, with reverse "--no-" variantsYann Collet2015-03-231-4/+14
|
* Updates tests & Man pagesYann Collet2015-03-221-37/+160
|
* First version of Block Streaming API : LZ4_compress_usingDict()Yann Collet2014-05-191-1/+2
|
* Makefile : library correctly compiled with -O3 switch (issue 114)yann.collet.73@gmail.com2014-03-121-1/+1
| | | | | | | | | | | Makefile : library compilation compatible with clang Makefile : library is versioned and linked (issue 119) lz4.h : no more static inline prototypes (issue 116) man : improved header/footer (issue 111) Makefile : Use system default $(CC) & $(MAKE) variables (issue 112) xxhash : updated to r34 git-svn-id: https://lz4.googlecode.com/svn/trunk@114 650e7d94-2a16-8b24-b05c-7c0b3f6821cd
* Makefile : added capability to install librariesyann.collet.73@gmail.com2014-01-071-0/+87
Modified Directory tree, to better separate libraries from programs. git-svn-id: https://lz4.googlecode.com/svn/trunk@111 650e7d94-2a16-8b24-b05c-7c0b3f6821cd