Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added new LZ4IO_decompressMultipleFilenames to allow decompression of ↵ | Kyle J Harper | 2015-04-12 | 1 | -1/+2 |
| | | | | multiple files with the -m switch added in r128 (ref: google code issue 151). Limitation: will only process files matching LZ4_EXTENSION macro, which for now seems reasonable. | ||||
* | lz4 cli supports frame content size | Yann Collet | 2015-03-23 | 1 | -0/+2 |
| | |||||
* | new long commands | Yann Collet | 2015-03-21 | 1 | -4/+4 |
| | |||||
* | Improved sparse file support | Yann Collet | 2015-03-13 | 1 | -1/+1 |
| | |||||
* | Preliminary support for sparse files | Yann Collet | 2015-03-11 | 1 | -2/+6 |
| | |||||
* | g++ compatibility | Yann Collet | 2015-03-10 | 1 | -5/+1 |
| | |||||
* | Merge pull request #54 from t-mat/gc-issue/155 | Yann Collet | 2015-03-08 | 1 | -0/+5 |
|\ | | | | | Gc issue/155 | ||||
| * | Google Code Issue 155: lz4 cli should support sparse file | Takayuki MATSUOKA | 2015-03-02 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://code.google.com/p/lz4/issues/detail?id=155 This is experimental implementation. Just a proof of concept. It works Linux and Windows. # Build To build experimental version, define 'LZ4IO_ENABLE_SPARSE_FILE' like the following command : make lz4programs 'CFLAGS=-O3 -DLZ4IO_ENABLE_SPARSE_FILE=1' ./programs/lz4 -h You will see "EXPERIMENTAL_SPARSE_FILE" as lz4 revision : "*** LZ4 command line interface 64-bits EXPERIMENTAL_SPARSE_FILE, by Yann Collet (...) ***" # Experiment This experimental version adds option "-x" for sparse file for decompression. You can use this option like this : ./programs/lz4 -9 -f my-file ./programs/lz4 -d -f -x my-file.lz4 my-file.lz4.out cmp my-file my-file.lz4.out | ||||
* | | Updated : compress multiple files | Yann Collet | 2015-03-07 | 1 | -3/+5 |
|/ | |||||
* | LZ4IO : modified to use lz4frame instead | Yann Collet | 2014-11-30 | 1 | -2/+2 |
| | |||||
* | Fixed issue 127 & 128 | Yann Collet | 2014-04-15 | 1 | -1/+1 |
| | |||||
* | Large decompression speed improvement for GCC 32-bits. Thanks to Valery ↵ | yann.collet.73@gmail.com | 2014-02-04 | 1 | -0/+77 |
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 |