summaryrefslogtreecommitdiffstats
path: root/programs/lz4.1
Commit message (Collapse)AuthorAgeFilesLines
* 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