Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated lz4hc API | Yann Collet | 2015-05-03 | 1 | -1/+1 |
| | |||||
* | New lz4 API, using LZ4_compress_fast() | Yann Collet | 2015-05-03 | 1 | -1/+1 |
| | |||||
* | Removed LZ4_compress() (obsolete) from lz4 | Yann Collet | 2015-04-21 | 1 | -5/+5 |
| | |||||
* | Fixed a few coverity warnings | Yann Collet | 2015-04-12 | 1 | -1/+2 |
| | |||||
* | Fixed : a few minor coverity warnings | Yann Collet | 2015-04-12 | 1 | -8/+4 |
| | |||||
* | Fixed a few warnings from -fsanitize=undefined | Yann Collet | 2015-04-09 | 1 | -3/+3 |
| | |||||
* | lz4 cli supports frame content size | Yann Collet | 2015-03-23 | 1 | -8/+5 |
| | |||||
* | scan-build tests | Yann Collet | 2015-03-15 | 1 | -5/+12 |
| | |||||
* | Improved sparse file support | Yann Collet | 2015-03-13 | 1 | -2/+2 |
| | |||||
* | g++ compatibility | Yann Collet | 2015-03-10 | 1 | -5/+6 |
| | |||||
* | Updated : compress multiple files | Yann Collet | 2015-03-07 | 1 | -4/+4 |
| | |||||
* | C90 compatibility | Yann Collet | 2014-12-17 | 1 | -2/+2 |
| | |||||
* | Fixed : older compiler don't like nameless unions, reported by Cheyi Lin | Yann Collet | 2014-12-16 | 1 | -66/+65 |
| | |||||
* | minor refactoring | Yann Collet | 2014-12-06 | 1 | -5/+0 |
| | |||||
* | fix : minor compilation warning under mingw | Yann Collet | 2014-07-29 | 1 | -1/+1 |
| | |||||
* | Makefile : added -Wstrict-prototype, as suggested by Larry Doolittle | Yann Collet | 2014-07-14 | 1 | -3/+3 |
| | |||||
* | Fixed issue 127 & 128 | Yann Collet | 2014-04-15 | 1 | -1/+1 |
| | |||||
* | Makefile : library correctly compiled with -O3 switch (issue 114) | yann.collet.73@gmail.com | 2014-03-12 | 1 | -2/+2 |
| | | | | | | | | | | | 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 | ||||
* | Large decompression speed improvement for GCC 32-bits. Thanks to Valery ↵ | yann.collet.73@gmail.com | 2014-02-04 | 1 | -6/+6 |
| | | | | | | | | | | | Croizier ! LZ4HC : Compression Level is now a programmable parameter (CLI from 4 to 9) Separated IO routines from command line (lz4io.c) Version number into lz4.h (suggested by Francesc Alted) git-svn-id: https://lz4.googlecode.com/svn/trunk@113 650e7d94-2a16-8b24-b05c-7c0b3f6821cd | ||||
* | Makefile : added capability to install libraries | yann.collet.73@gmail.com | 2014-01-07 | 1 | -0/+441 |
Modified Directory tree, to better separate libraries from programs. git-svn-id: https://lz4.googlecode.com/svn/trunk@111 650e7d94-2a16-8b24-b05c-7c0b3f6821cd |