summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #13 from Cyan4973/devr120Cyan49732014-07-2416-858/+1294
|\
| * updated NEWSYann Collet2014-07-231-0/+5
| * Makefile : synchronize library version number with lz4.h - Thanks to Takayuki...Yann Collet2014-07-221-3/+3
| * Makefile : some corrections suggested by Michał Górny (issue 136)Yann Collet2014-07-213-15/+22
| * Added : LZ4_versionNumber(), thanks to Takayuki MatsuokaYann Collet2014-07-212-2/+4
| * Merge branch 'dev' of https://github.com/Cyan4973/lz4 into devYann Collet2014-07-2115-842/+1264
| |\ |/ /
| * Added : pkg-config (issue 135)Yann Collet2014-07-202-4/+30
| * Restored : lz4 compression function using externally allocated memory for stateYann Collet2014-07-201-6/+12
| * 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