Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |