Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updates tests & Man pages | Yann Collet | 2015-03-22 | 1 | -57/+1 |
| | |||||
* | scan-build tests | Yann Collet | 2015-03-15 | 1 | -4/+4 |
| | |||||
* | g++ compatibility | Yann Collet | 2015-03-10 | 1 | -1/+1 |
| | |||||
* | NetBSD compatibility (#48) | Yann Collet | 2015-03-07 | 1 | -7/+34 |
| | |||||
* | Fixed : LZ4_compress_limitedOutput() bug, as reported by Christopher Speller | Yann Collet | 2014-12-10 | 1 | -15/+14 |
| | |||||
* | stronger tests for LZ4_compress_limitedOutput() | Yann Collet | 2014-12-10 | 1 | -61/+76 |
| | |||||
* | Updated unsynchronized buffers tests | Yann Collet | 2014-11-04 | 1 | -5/+50 |
| | |||||
* | Added : valgrind test for fuzzer | Yann Collet | 2014-10-29 | 1 | -1/+1 |
| | |||||
* | minor fuzzer test correction | Yann Collet | 2014-10-29 | 1 | -0/+1 |
| | |||||
* | LZ4 HC streaming integrated within lz4frame | Yann Collet | 2014-10-27 | 1 | -0/+0 |
| | |||||
* | HC streaming : support for very long streaming (> 4 GB) scenarios | Yann Collet | 2014-10-26 | 1 | -5/+55 |
| | |||||
* | HC streaming : support small ringbuffer scenarios | Yann Collet | 2014-10-25 | 1 | -147/+264 |
| | |||||
* | LZ4 HC : fixed small dictionary streaming compression | Yann Collet | 2014-10-20 | 1 | -5/+54 |
| | |||||
* | LZ4 HC : External Dictionary compression : First implementation | Yann Collet | 2014-10-20 | 1 | -32/+68 |
| | |||||
* | fuzzer : easier random replay | Yann Collet | 2014-10-19 | 1 | -17/+17 |
| | |||||
* | fuzzer : fixed test 21 | Yann Collet | 2014-10-19 | 1 | -4/+2 |
| | |||||
* | fuzzer : faster jump to testNb | Yann Collet | 2014-10-19 | 1 | -13/+22 |
| | |||||
* | fuzzer : fixed minor command lines issues | Yann Collet | 2014-10-18 | 1 | -16/+16 |
| | |||||
* | updated LZ4HC API | Yann Collet | 2014-10-18 | 1 | -1/+89 |
| | |||||
* | fuzzer : pause at the end is disabled by default | Yann Collet | 2014-10-10 | 1 | -334/+358 |
| | |||||
* | modified : fuzzer automatically selects seed | Yann Collet | 2014-10-09 | 1 | -39/+28 |
| | |||||
* | Added : suooirt for s390x, thanks to Nobuhiro Iwamatsu | Yann Collet | 2014-09-22 | 1 | -0/+1 |
| | | | Multiple warning fixes for Visual Studio 2012 | ||||
* | minor fuzzer code cleanup | Yann Collet | 2014-08-30 | 1 | -17/+17 |
| | |||||
* | minor fuzzer cleaning | Yann Collet | 2014-08-30 | 1 | -31/+6 |
| | |||||
* | 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 |