summaryrefslogtreecommitdiffstats
path: root/programs/lz4io.c
Commit message (Expand)AuthorAgeFilesLines
* Modified : Makefile : added -Wshadow option, suggest by Boris FaureYann Collet2014-07-051-8/+7
* Fixed : issue 52 (reported by Ludwig Strigeus)Yann Collet2014-06-221-2/+1
* Fixed : streaming compression using small (<64KB) dictionary buffersYann Collet2014-06-171-40/+24
* restored LZ4 HC streaming modeYann Collet2014-06-111-11/+43
* lz4io : reduced memory usage in streaming modeYann Collet2014-06-101-6/+10
* New : valgrind memtestYann Collet2014-06-091-33/+22
* Fixed issue 127 & 128Yann Collet2014-04-151-1/+1
* Large decompression speed improvement for GCC 32-bits. Thanks to Valery Croiz...yann.collet.73@gmail.com2014-02-041-0/+948