summaryrefslogtreecommitdiffstats
path: root/programs/lz4io.c
Commit message (Collapse)AuthorAgeFilesLines
* LZ4IO : modified to use lz4frame insteadYann Collet2014-11-301-442/+153
|
* Corrected lz4ioYann Collet2014-11-231-1/+1
|
* Fixed issue 44 : stopped concatenated stream on null size frame (thanks to ↵Yann Collet2014-11-041-15/+10
| | | | Brendan O'Connor)
* Updated : xxHash to r37Yann Collet2014-10-061-14/+14
|
* minor fuzzer code cleanupYann Collet2014-08-301-1/+1
|
* Added macro, for large file support on 32-bits AIXYann Collet2014-08-201-0/+1
|
* Modified : lz4 streaming API, strong typesYann Collet2014-07-141-9/+11
|
* Modified : streaming API (fast compression)Yann Collet2014-07-051-1/+6
|
* 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 ↵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