Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bumped version number to v1.9.2 | Yann Collet | 2019-07-01 | 1 | -1/+1 |
| | | | | to reduce risks that future bug reports in `dev` branch report `v1.9.1` as the failing version. | ||||
* | --list gives block type | Yann Collet | 2019-04-22 | 1 | -1/+1 |
| | |||||
* | refactored --list function | Yann Collet | 2019-04-22 | 1 | -13/+11 |
| | | | | | | | better handling of special conditions, better scoping of variables. Also : updated man page | ||||
* | added command -BI for "Independent Blocks" | Yann Collet | 2019-04-12 | 1 | -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 page | Yann Collet | 2019-04-12 | 1 | -5/+9 |
| | | | | with --favor-decSpeed | ||||
* | updated documentation regarding dictionary compression | Yann Collet | 2018-09-05 | 1 | -3/+11 |
| | | | | | | following suggestion from @stbrumme (#558) Also : bumped version number, regenerated man page and html doc | ||||
* | update man page | Yann Collet | 2018-01-14 | 1 | -1/+4 |
| | |||||
* | Grammar: "to silent" -> "to silence" | Eli Boyarski | 2018-01-01 | 1 | -1/+1 |
| | |||||
* | updated man page | Yann Collet | 2017-08-07 | 1 | -11/+25 |
| | |||||
* | Updated man page | Yann Collet | 2016-11-28 | 1 | -10/+32 |
| | |||||
* | minor man page update | Yann Collet | 2016-11-28 | 1 | -228/+161 |
| | |||||
* | fixed minor coverity warnings | Yann Collet | 2016-11-15 | 1 | -1/+2 |
| | |||||
* | cli : add --help command | Yann Collet | 2016-11-13 | 1 | -1/+1 |
| | |||||
* | improved man on compression level | Yann Collet | 2016-11-10 | 1 | -6/+8 |
| | |||||
* | fixed sparse on stdout | Yann Collet | 2016-11-10 | 1 | -1/+1 |
| | |||||
* | fixed lz4cat | Yann Collet | 2016-11-09 | 1 | -1/+1 |
| | | | | changed lz4-test order | ||||
* | Updated man page | Yann Collet | 2016-11-05 | 1 | -7/+26 |
| | |||||
* | Fix typo in lz4 manpage | Nick Terrell | 2016-11-04 | 1 | -1/+1 |
| | |||||
* | Remove whitespace from ends of lines | Julius Werner | 2016-02-13 | 1 | -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 #170 | Yann Collet | 2015-12-20 | 1 | -7/+15 |
| | |||||
* | fixed #150 : blank lines when converting lz4.1 to .ps or .pdf | Yann Collet | 2015-09-02 | 1 | -8/+8 |
| | |||||
* | Updated Makefile and .travis | Yann Collet | 2015-09-01 | 1 | -2/+2 |
| | |||||
* | Minor doc clarification on sparse mode support | Yann Collet | 2015-06-22 | 1 | -1/+1 |
| | |||||
* | Sparse file support is now enabled by default | Yann Collet | 2015-04-17 | 1 | -1/+1 |
| | |||||
* | Updated lz4frame error names | Yann Collet | 2015-04-15 | 1 | -3/+3 |
| | |||||
* | minor compatibility fixes | Yann Collet | 2015-04-13 | 1 | -3/+3 |
| | |||||
* | Updated man page : "--[no-]X" | Yann Collet | 2015-03-23 | 1 | -8/+8 |
| | |||||
* | Updated long commands, with reverse "--no-" variants | Yann Collet | 2015-03-23 | 1 | -4/+14 |
| | |||||
* | Updates tests & Man pages | Yann Collet | 2015-03-22 | 1 | -37/+160 |
| | |||||
* | First version of Block Streaming API : LZ4_compress_usingDict() | Yann Collet | 2014-05-19 | 1 | -1/+2 |
| | |||||
* | Makefile : library correctly compiled with -O3 switch (issue 114) | yann.collet.73@gmail.com | 2014-03-12 | 1 | -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 libraries | yann.collet.73@gmail.com | 2014-01-07 | 1 | -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 |