summaryrefslogtreecommitdiffstats
path: root/lz4c.c
Commit message (Expand)AuthorAgeFilesLines
* New command line utility, lz4 (notice the missing final 'c'), with gzip-style...yann.collet.73@gmail.com2013-09-091-1126/+0
* LZ4 compression supports block dependency (argument -BD within lz4c command l...yann.collet.73@gmail.com2013-08-161-1/+6
* Removed dependency to "lz4_encoder.h" and "lz4hc_encoder.h"yann.collet.73@gmail.com2013-08-121-12/+9
* lz4c : made display and arguments more compatible with gzip, for easier integ...yann.collet.73@gmail.com2013-07-271-92/+150
* Corrected issue 70, 'pack' instruction on IBM AIXyann.collet.73@gmail.com2013-07-011-2/+2
* New experimental mode : compress blocks using data from previous blocks (opti...yann.collet.73@gmail.com2013-05-271-73/+284
* lz4c : automatic output name when decoding a *.lz4 file, as requested by Pete...yann.collet.73@gmail.com2013-05-171-7/+13
* - New naming : LZ4_decompress_safe() and LZ4_decompress_fast()yann.collet.73@gmail.com2013-04-261-4/+5
* Added : function LZ4_compressHC_limitedOutput()yann.collet.73@gmail.com2013-04-181-27/+76
* Added : LZ4 Streaming Format specification (v1.3)yann.collet.73@gmail.com2013-04-131-0/+799