Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Makefile : added -Wstrict-prototype, as suggested by Larry Doolittle | Yann Collet | 2014-07-14 | 1 | -4/+4 |
| | |||||
* | Modified : lz4 streaming API, strong types | Yann Collet | 2014-07-14 | 1 | -2/+2 |
| | |||||
* | updated fuzzer, faster and cleaner overflow tests | Yann Collet | 2014-07-05 | 1 | -51/+56 |
| | |||||
* | update to r119 | Yann Collet | 2014-07-02 | 1 | -5/+8 |
| | |||||
* | Stronger fuzzer tests | Yann Collet | 2014-07-02 | 1 | -18/+37 |
| | | | Stronger fix 134 | ||||
* | stronger fuzzer tests | Yann Collet | 2014-07-02 | 1 | -6/+11 |
| | |||||
* | New fuzzer test (issue 134) | Yann Collet | 2014-07-02 | 1 | -4/+72 |
| | |||||
* | Fixed : issue 52 (reported by Ludwig Strigeus) | Yann Collet | 2014-06-22 | 1 | -4/+5 |
| | |||||
* | Fixed : using loadDict() with small dictionaries | Yann Collet | 2014-06-21 | 1 | -11/+26 |
| | |||||
* | bugfix : streaming tiny messages from within very small ringbuffer ↵ | Yann Collet | 2014-06-19 | 1 | -3/+3 |
| | | | | (Takayuki's streaming example 2) | ||||
* | Obsolete "external allocation" functions | Yann Collet | 2014-06-09 | 1 | -4/+4 |
| | | | (convergence towards LZ4_compress_continue() ) | ||||
* | converge towards LZ4_compress_continue() | Yann Collet | 2014-06-09 | 1 | -14/+26 |
| | |||||
* | unified structure model | Yann Collet | 2014-06-02 | 1 | -2/+9 |
| | |||||
* | Added : fuzzer code for LZ4_compress_limitedOutput_usingDict() | Yann Collet | 2014-05-20 | 1 | -7/+17 |
| | |||||
* | First version of Block Streaming API : LZ4_compress_usingDict() | Yann Collet | 2014-05-19 | 1 | -12/+51 |
| | |||||
* | changed naming convention to *_usingDict() | Yann Collet | 2014-05-04 | 1 | -16/+16 |
| | |||||
* | fuzzer : added compressibility parameter (-p#) | Yann Collet | 2014-04-29 | 1 | -17/+20 |
| | |||||
* | fixed : allocation within fuzzer | Yann Collet | 2014-04-29 | 1 | -18/+118 |
| | | | new command line options for fuzzer (see -h) | ||||
* | modified : rand generator | Yann Collet | 2014-04-28 | 1 | -2/+7 |
| | |||||
* | fixed : read error into fuzzer | Yann Collet | 2014-04-28 | 1 | -2/+10 |
| | |||||
* | Introduce "External Dictionary" de/compression API | Yann Collet | 2014-04-28 | 1 | -96/+253 |
| | |||||
* | fuzzer title shows 32/64 bits mode | Yann Collet | 2014-04-24 | 1 | -2/+3 |
| | |||||
* | re-order travis tests | Yann Collet | 2014-04-22 | 1 | -1/+1 |
| | | | fix : remove man pages on uninstall | ||||
* | Add command-line switch to support Travis-CI | Takayuki MATSUOKA | 2014-04-16 | 1 | -7/+18 |
| | | | | | | | | | Add command-line switch '--no-prompt' to fullbench and fuzzer. '--no-prompt' enables : - Throtting stdout to satisfy Travis-CI's stdout limit (10MB). - Prevent Travis-CI's build timeouts and ignore pause by getchar(). http://docs.travis-ci.com/user/build-configuration/#Build-Timeouts | ||||
* | 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 | ||||
* | Large decompression speed improvement for GCC 32-bits. Thanks to Valery ↵ | yann.collet.73@gmail.com | 2014-02-04 | 1 | -3/+2 |
| | | | | | | | | | | | 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/+303 |
Modified Directory tree, to better separate libraries from programs. git-svn-id: https://lz4.googlecode.com/svn/trunk@111 650e7d94-2a16-8b24-b05c-7c0b3f6821cd |