summaryrefslogtreecommitdiffstats
path: root/programs/lz4io.c
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵yann.collet.73@gmail.com2014-02-041-0/+948
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