Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix BSD sed error reported by Yue Du | Takayuki MATSUOKA | 2014-07-30 | 1 | -3/+3 |
| | | | | | | | This change is related to LZ4 issue #14. - Add more unique pattern to line recognition - Change Extended Regular Expression to Basic Regular Expression | ||||
* | fix : minor compilation warning under mingw | Yann Collet | 2014-07-29 | 1 | -1/+1 |
| | |||||
* | Added : Makefile : install for kFreeBSD and Hurd (Nobuhiro Iwamatsu) | Yann Collet | 2014-07-26 | 3 | -6/+10 |
| | |||||
* | updated NEWS | Yann Collet | 2014-07-23 | 1 | -0/+5 |
| | |||||
* | Makefile : synchronize library version number with lz4.h - Thanks to ↵ | Yann Collet | 2014-07-22 | 1 | -3/+3 |
| | | | | Takayuki Matsuoka | ||||
* | Makefile : some corrections suggested by Michał Górny (issue 136) | Yann Collet | 2014-07-21 | 3 | -15/+22 |
| | |||||
* | Added : LZ4_versionNumber(), thanks to Takayuki Matsuoka | Yann Collet | 2014-07-21 | 2 | -2/+4 |
| | |||||
* | Merge branch 'dev' of https://github.com/Cyan4973/lz4 into dev | Yann Collet | 2014-07-21 | 15 | -842/+1264 |
|\ | |||||
| * | Added : pkg-config (issue 135) | Yann Collet | 2014-07-20 | 2 | -4/+30 |
| | | |||||
| * | Restored : lz4 compression function using externally allocated memory for state | Yann Collet | 2014-07-20 | 1 | -6/+12 |
| | | |||||
| * | Updated xxHash to r35 | Yann Collet | 2014-07-19 | 3 | -627/+989 |
| | | |||||
| * | Makefile : added -Wstrict-prototype, as suggested by Larry Doolittle | Yann Collet | 2014-07-14 | 9 | -23/+23 |
| | | |||||
| * | Modified : lz4 streaming API, strong types | Yann Collet | 2014-07-14 | 5 | -98/+97 |
| | | |||||
| * | Modified : streaming API (fast compression) | Yann Collet | 2014-07-05 | 3 | -23/+45 |
| | | |||||
| * | Modified : Makefile : added -Wshadow option, suggest by Boris Faure | Yann Collet | 2014-07-05 | 4 | -16/+15 |
| | | |||||
| * | Fix : OS-X : library install name, thanks to Clemens Lang | Yann Collet | 2014-07-05 | 2 | -2/+5 |
| | | |||||
| * | updated fuzzer, faster and cleaner overflow tests | Yann Collet | 2014-07-05 | 4 | -54/+59 |
| | | |||||
* | | Merge pull request #11 from Cyan4973/devr119 | Cyan4973 | 2014-07-02 | 5 | -9/+110 |
|\ \ | |/ | | | Dev | ||||
| * | update to r119 | Yann Collet | 2014-07-02 | 4 | -7/+13 |
| | | |||||
| * | Stronger fuzzer tests | Yann Collet | 2014-07-02 | 2 | -22/+41 |
| | | | | | | Stronger fix 134 | ||||
| * | stronger fuzzer tests | Yann Collet | 2014-07-02 | 1 | -6/+11 |
| | | |||||
| * | New fuzzer test (issue 134) | Yann Collet | 2014-07-02 | 2 | -5/+73 |
| | | |||||
| * | Quickfix of issue 134 (untested) | Yann Collet | 2014-07-02 | 2 | -3/+6 |
| | | |||||
* | | Merge pull request #8 from Cyan4973/devr118 | Cyan4973 | 2014-06-26 | 1 | -0/+8 |
|\ \ | |/ | | | updated NEWS | ||||
| * | updated NEWS | Yann Collet | 2014-06-26 | 1 | -0/+8 |
| | | |||||
* | | Merge pull request #7 from Cyan4973/dev | Cyan4973 | 2014-06-24 | 15 | -638/+1779 |
|\ \ | |/ | | | LZ4 streaming API | ||||
| * | updated lz4cat man page | Yann Collet | 2014-06-24 | 2 | -14/+12 |
| | | |||||
| * | Fixed : issue 52 (reported by Ludwig Strigeus) | Yann Collet | 2014-06-22 | 5 | -16/+19 |
| | | |||||
| * | Fixed : using loadDict() with small dictionaries | Yann Collet | 2014-06-21 | 3 | -49/+69 |
| | | |||||
| * | bugfix : streaming tiny messages from within very small ringbuffer ↵ | Yann Collet | 2014-06-19 | 3 | -61/+53 |
| | | | | | | | | (Takayuki's streaming example 2) | ||||
| * | Fixed : streaming compression using small (<64KB) dictionary buffers | Yann Collet | 2014-06-17 | 3 | -83/+196 |
| | | |||||
| * | quickfix | Yann Collet | 2014-06-14 | 1 | -2/+2 |
| | | |||||
| * | LZ4 Streaming : check overlapping input/dictionary | Yann Collet | 2014-06-14 | 5 | -41/+79 |
| | | |||||
| * | Improved decompression speed | Yann Collet | 2014-06-12 | 1 | -23/+33 |
| | | |||||
| * | Merge pull request #6 from Cyan4973/streaming | Cyan4973 | 2014-06-11 | 13 | -448/+1020 |
| |\ | | | | | | | Streaming | ||||
| | * | CLI : can select compression level > 9 | Yann Collet | 2014-06-11 | 3 | -15/+15 |
| | | | |||||
| | * | restored LZ4 HC streaming mode | Yann Collet | 2014-06-11 | 4 | -16/+54 |
| | | | |||||
| | * | improved compression ratio for long streams in 32 bits mode | Yann Collet | 2014-06-10 | 1 | -11/+9 |
| | | | |||||
| | * | lz4io : reduced memory usage in streaming mode | Yann Collet | 2014-06-10 | 4 | -43/+84 |
| | | | |||||
| | * | Improved compression speed in 64KB block mode | Yann Collet | 2014-06-09 | 1 | -19/+22 |
| | | | |||||
| | * | Obsolete "external allocation" functions | Yann Collet | 2014-06-09 | 4 | -83/+70 |
| | | | | | | | | | (convergence towards LZ4_compress_continue() ) | ||||
| | * | removed old stream structure | Yann Collet | 2014-06-09 | 1 | -13/+7 |
| | | | |||||
| | * | converge towards LZ4_compress_continue() | Yann Collet | 2014-06-09 | 4 | -114/+39 |
| | | | |||||
| | * | New : valgrind memtest | Yann Collet | 2014-06-09 | 7 | -112/+163 |
| | | | |||||
| | * | Fixed (continued) : address space overflow in 32-bits mode | Yann Collet | 2014-06-05 | 1 | -0/+8 |
| | | | |||||
| | * | Corrected : address space overflow in 32-bits mode | Yann Collet | 2014-06-04 | 1 | -5/+13 |
| | | | |||||
| | * | new test tool : datagen | Yann Collet | 2014-06-03 | 3 | -9/+275 |
| | | | |||||
| | * | restored continuous streaming mode | Yann Collet | 2014-06-02 | 1 | -18/+33 |
| | | | |||||
| | * | unified structure model | Yann Collet | 2014-06-02 | 4 | -326/+105 |
| | | | |||||
| | * | coalesced streaming compression code | Yann Collet | 2014-05-27 | 1 | -10/+122 |
| | | | | | | | | | + speed optimization |