summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Updated xxHash to r35Yann Collet2014-07-193-627/+989
| * Makefile : added -Wstrict-prototype, as suggested by Larry Doolittle Yann Collet2014-07-149-23/+23
| * Modified : lz4 streaming API, strong typesYann Collet2014-07-145-98/+97
| * Modified : streaming API (fast compression)Yann Collet2014-07-053-23/+45
| * Modified : Makefile : added -Wshadow option, suggest by Boris FaureYann Collet2014-07-054-16/+15
| * Fix : OS-X : library install name, thanks to Clemens LangYann Collet2014-07-052-2/+5
| * updated fuzzer, faster and cleaner overflow testsYann Collet2014-07-054-54/+59
* | Merge pull request #11 from Cyan4973/devr119Cyan49732014-07-025-9/+110
|\ \ | |/
| * update to r119Yann Collet2014-07-024-7/+13
| * Stronger fuzzer testsYann Collet2014-07-022-22/+41
| * stronger fuzzer testsYann Collet2014-07-021-6/+11
| * New fuzzer test (issue 134)Yann Collet2014-07-022-5/+73
| * Quickfix of issue 134 (untested)Yann Collet2014-07-022-3/+6
* | Merge pull request #8 from Cyan4973/devr118Cyan49732014-06-261-0/+8
|\ \ | |/
| * updated NEWSYann Collet2014-06-261-0/+8
* | Merge pull request #7 from Cyan4973/devCyan49732014-06-2415-638/+1779
|\ \ | |/
| * updated lz4cat man pageYann Collet2014-06-242-14/+12
| * Fixed : issue 52 (reported by Ludwig Strigeus)Yann Collet2014-06-225-16/+19
| * Fixed : using loadDict() with small dictionariesYann Collet2014-06-213-49/+69
| * bugfix : streaming tiny messages from within very small ringbuffer (Takayuki'...Yann Collet2014-06-193-61/+53
| * Fixed : streaming compression using small (<64KB) dictionary buffersYann Collet2014-06-173-83/+196
| * quickfixYann Collet2014-06-141-2/+2
| * LZ4 Streaming : check overlapping input/dictionaryYann Collet2014-06-145-41/+79
| * Improved decompression speedYann Collet2014-06-121-23/+33
| * Merge pull request #6 from Cyan4973/streamingCyan49732014-06-1113-448/+1020
| |\
| | * CLI : can select compression level > 9Yann Collet2014-06-113-15/+15
| | * restored LZ4 HC streaming modeYann Collet2014-06-114-16/+54
| | * improved compression ratio for long streams in 32 bits modeYann Collet2014-06-101-11/+9
| | * lz4io : reduced memory usage in streaming modeYann Collet2014-06-104-43/+84
| | * Improved compression speed in 64KB block modeYann Collet2014-06-091-19/+22
| | * Obsolete "external allocation" functionsYann Collet2014-06-094-83/+70
| | * removed old stream structureYann Collet2014-06-091-13/+7
| | * converge towards LZ4_compress_continue()Yann Collet2014-06-094-114/+39
| | * New : valgrind memtestYann Collet2014-06-097-112/+163
| | * Fixed (continued) : address space overflow in 32-bits modeYann Collet2014-06-051-0/+8
| | * Corrected : address space overflow in 32-bits modeYann Collet2014-06-041-5/+13
| | * new test tool : datagenYann Collet2014-06-033-9/+275
| | * restored continuous streaming modeYann Collet2014-06-021-18/+33
| | * unified structure modelYann Collet2014-06-024-326/+105
| | * coalesced streaming compression codeYann Collet2014-05-271-10/+122
| | * speed optimizationYann Collet2014-05-231-10/+21
| | * Continuous streaming mode (automatic)Yann Collet2014-05-213-22/+63
| | * Added : fuzzer code for LZ4_compress_limitedOutput_usingDict()Yann Collet2014-05-201-7/+17
| | * Introduce : LZ4_compress_limitedOutput_usingDict()Yann Collet2014-05-203-25/+48
| | * restored Travis Build MatrixYann Collet2014-05-201-3/+19
| | * Fixed : compilation errors using Visual 2012Yann Collet2014-05-202-21/+18
| | * First version of Block Streaming API : LZ4_compress_usingDict()Yann Collet2014-05-197-294/+543
| |/
| * changed naming convention to *_usingDict()Yann Collet2014-05-044-39/+38
| * Added : *_withDict to fullbenchYann Collet2014-05-032-17/+35
| * Travis status for both master & dev branches, thanks to Takayuki MatsuokaYann Collet2014-05-031-2/+5