Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed status notification in multiple-files mode | Yann Collet | 2015-04-16 | 1 | -2/+3 |
| | |||||
* | minor compatibility fixes | Yann Collet | 2015-04-13 | 1 | -6/+8 |
| | |||||
* | Merge pull request #86 from KyleJHarper/origin/r129/multiple_inputs_patch | Yann Collet | 2015-04-13 | 1 | -14/+22 |
|\ | | | | | Origin/r129/multiple inputs patch | ||||
| * | Added support for continuation of file compression and decompression if ↵ | Kyle J Harper | 2015-04-12 | 1 | -3/+5 |
| | | | | | | | | input files are missing. Should more closely match gzip/bzip2/xz and so forth. Also removed a debug print accidentally left in. | ||||
| * | Added new LZ4IO_decompressMultipleFilenames to allow decompression of ↵ | Kyle J Harper | 2015-04-12 | 1 | -13/+19 |
| | | | | | | | | 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. | ||||
* | | Fixed : a few minor coverity warnings | Yann Collet | 2015-04-12 | 1 | -1/+1 |
| | | |||||
* | | Fixed a few warnings from -fsanitize=undefined | Yann Collet | 2015-04-09 | 1 | -3/+7 |
| | | |||||
* | | fixed over-cautious visual warning | Yann Collet | 2015-04-08 | 1 | -1/+1 |
| | | |||||
* | | minor memory leak fix and test | Yann Collet | 2015-04-08 | 1 | -1/+6 |
| | | |||||
* | | Cygwin has fileno, so there's no need to use _fileno. | mauro.persano | 2015-04-01 | 1 | -1/+1 |
|/ | |||||
* | Updated long commands, with reverse "--no-" variants | Yann Collet | 2015-03-23 | 1 | -10/+14 |
| | |||||
* | lz4 cli supports frame content size | Yann Collet | 2015-03-23 | 1 | -1/+1 |
| | |||||
* | Updates tests & Man pages | Yann Collet | 2015-03-22 | 1 | -5/+16 |
| | |||||
* | new long commands | Yann Collet | 2015-03-21 | 1 | -24/+21 |
| | |||||
* | removed -s command from lz4c specific list of legacy commands | Yann Collet | 2015-03-15 | 1 | -2/+0 |
| | |||||
* | Added : unlz4 symbolic link to "lz4 -d" | Yann Collet | 2015-03-15 | 1 | -0/+2 |
| | |||||
* | Improved sparse file support | Yann Collet | 2015-03-13 | 1 | -1/+1 |
| | |||||
* | Preliminary support for sparse files | Yann Collet | 2015-03-11 | 1 | -0/+4 |
| | |||||
* | g++ compatibility | Yann Collet | 2015-03-10 | 1 | -23/+6 |
| | |||||
* | Merge pull request #54 from t-mat/gc-issue/155 | Yann Collet | 2015-03-08 | 1 | -0/+17 |
|\ | | | | | Gc issue/155 | ||||
| * | Google Code Issue 155: lz4 cli should support sparse file | Takayuki MATSUOKA | 2015-03-02 | 1 | -0/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | -85/+82 |
| | | |||||
* | | Added support for multiple input files to act more like other compressors. ↵ | kyle | 2015-03-02 | 1 | -58/+84 |
|/ | | | | For example: gzip file1 file2 file3. You can now do: lz4 [args] -m file1 file2 file3. Fixes 151. | ||||
* | Fixed : older compiler don't like nameless unions, reported by Cheyi Lin | Yann Collet | 2014-12-16 | 1 | -103/+104 |
| | |||||
* | New : lz4frame integrated into liblz4 (v1.5.0) | Yann Collet | 2014-12-13 | 1 | -8/+8 |
| | |||||
* | minor refactoring | Yann Collet | 2014-12-06 | 1 | -34/+11 |
| | |||||
* | lz4cli : legacy arguments are now disabled by default | Yann Collet | 2014-12-01 | 1 | -9/+9 |
| | |||||
* | New directory structure : library source files into /lib directory | Yann Collet | 2014-11-30 | 1 | -3/+3 |
| | |||||
* | LZ4IO : modified to use lz4frame instead | Yann Collet | 2014-11-30 | 1 | -2/+1 |
| | |||||
* | Fixed : decompression issue on 32-bits CPU without unaligned memory access | Yann Collet | 2014-11-29 | 1 | -14/+1 |
| | |||||
* | Corrected lz4io | Yann Collet | 2014-11-23 | 1 | -1/+1 |
| | |||||
* | fixed : clang warnings | Yann Collet | 2014-09-22 | 1 | -1/+5 |
| | |||||
* | changed : lz4 test mode (-t) to no longer ask for confirmation, as suggested ↵ | Yann Collet | 2014-09-13 | 1 | -1/+1 |
| | | | | by Nguyen Thary | ||||
* | updated release number | Yann Collet | 2014-08-13 | 1 | -1/+1 |
| | |||||
* | Makefile : added -Wstrict-prototype, as suggested by Larry Doolittle | Yann Collet | 2014-07-14 | 1 | -5/+5 |
| | |||||
* | LZ4 Streaming : check overlapping input/dictionary | Yann Collet | 2014-06-14 | 1 | -1/+1 |
| | |||||
* | CLI : can select compression level > 9 | Yann Collet | 2014-06-11 | 1 | -14/+13 |
| | |||||
* | New : valgrind memtest | Yann Collet | 2014-06-09 | 1 | -1/+1 |
| | |||||
* | First version of Block Streaming API : LZ4_compress_usingDict() | Yann Collet | 2014-05-19 | 1 | -2/+1 |
| | |||||
* | Fixed issue 127 & 128 | Yann Collet | 2014-04-15 | 1 | -3/+3 |
| | |||||
* | Added : lz4cat utility for posx systems | yann.collet.73@gmail.com | 2014-03-23 | 1 | -2/+7 |
| | | | | | | | OS-X compatible dynamic library, thanks to Jan Stepien corrected : relative symbolic link for versioned library git-svn-id: https://lz4.googlecode.com/svn/trunk@115 650e7d94-2a16-8b24-b05c-7c0b3f6821cd | ||||
* | Large decompression speed improvement for GCC 32-bits. Thanks to Valery ↵ | yann.collet.73@gmail.com | 2014-02-04 | 1 | -750/+23 |
| | | | | | | | | | | | 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 | ||||
* | Makefile : added capability to install libraries | yann.collet.73@gmail.com | 2014-01-07 | 1 | -0/+1257 |
Modified Directory tree, to better separate libraries from programs. git-svn-id: https://lz4.googlecode.com/svn/trunk@111 650e7d94-2a16-8b24-b05c-7c0b3f6821cd |