Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed : default sparse mode disabled on stdout, to support ` >>` ↵ | Yann Collet | 2015-05-25 | 3 | -10/+20 |
| | | | | redirection scenario reported by Takayuki Matsuoka (#110) | ||||
* | Performance fix : big compression speed boost for clang (+30%) | Yann Collet | 2015-05-21 | 3 | -2/+3 |
| | |||||
* | Merge branch 'dev' of github.com:Cyan4973/lz4 into dev | Yann Collet | 2015-05-20 | 1 | -3/+16 |
|\ | |||||
| * | Merge pull request #107 from t-mat/issue/103pr2 | Yann Collet | 2015-05-20 | 1 | -3/+16 |
| |\ | | | | | | | Add supporting iterative edit and testing to versionstest | ||||
| | * | Combine unique .lz4 file info | Takayuki MATSUOKA | 2015-05-20 | 1 | -7/+1 |
| | | | |||||
| | * | Support iterative edit and testing | Takayuki MATSUOKA | 2015-05-20 | 1 | -2/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit will allows iterative edit and testing to local working copy. You could iterate edit and testing by the following commands: cd /path/to/lz4 cd test make versionstest my-favorite-text-editor ../lib/lz4.c make versionstest my-favorite-text-editor ./test-lz4-versions.py make versionstest ... | ||||
| | * | Add log output of succeeded decompression to test script | Takayuki MATSUOKA | 2015-05-20 | 1 | -0/+5 |
| | | | |||||
| | * | Add log of same files and sha1 hash of unique files to versionstest | Takayuki MATSUOKA | 2015-05-20 | 1 | -0/+11 |
| |/ | |||||
* | | Added LZF | Yann Collet | 2015-05-20 | 1 | -0/+1 |
|/ | |||||
* | Fixed : LZ4IO exits too early when frame crc not present, reported by ↵ | Yann Collet | 2015-05-20 | 3 | -3/+13 |
| | | | | Yongwoon Cho (#106) | ||||
* | minor tests improvements | Yann Collet | 2015-05-19 | 1 | -2/+7 |
| | |||||
* | minor test refactor | Yann Collet | 2015-05-18 | 2 | -8/+11 |
| | |||||
* | Fixed sparse issue with non seekable streams (#105) | Yann Collet | 2015-05-18 | 3 | -8/+17 |
| | |||||
* | removed "flush" argument to please Travis's python version | Yann Collet | 2015-05-17 | 1 | -3/+3 |
| | |||||
* | cosmetic changes, 2nd try | Yann Collet | 2015-05-15 | 3 | -7/+20 |
| | |||||
* | minor cosmetic changes for Takayuki's testVersions | Yann Collet | 2015-05-15 | 1 | -1/+1 |
| | |||||
* | Merge branch 'dev' of github.com:Cyan4973/lz4 into dev | Yann Collet | 2015-05-15 | 11 | -22/+198 |
|\ | |||||
| * | Merge pull request #104 from t-mat/issue/103pr2 | Yann Collet | 2015-05-15 | 4 | -0/+167 |
| |\ | | | | | | | Add compatibility test between releases (resolves issue #103 ) | ||||
| | * | Issue #103 : Add compatibility test between releases | Takayuki MATSUOKA | 2015-05-15 | 4 | -0/+167 |
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add forward/backward compatibility test between all versions - Add new Makefile target "versionstest". - Standard test procedure like "make versionstest && make clean" works properly. test/test-lz4-versions.py - This script creates test/lz4test and checkout all Release tagged versions. After that, compile all versions of lz4c and lz4c32 and compress/decompress between all versions. - This test clones entire git repository to checkout all tags. - Since Travis's default command does not clone entire repository, we could not checkout all tags from Travis' default clone. - After that, test script shows all unique .lz4 files. In this list, 'r999' means 'head' of current working copy. | ||||
| * | Added a few more interoperability tests (32bits vs 64 bits) | Yann Collet | 2015-05-13 | 3 | -7/+16 |
| | | |||||
| * | Updated a few comments | Yann Collet | 2015-05-12 | 3 | -5/+4 |
| | | |||||
| * | Fixed minor typo | Yann Collet | 2015-05-07 | 1 | -1/+1 |
| | | |||||
| * | minor introduction update | Yann Collet | 2015-05-07 | 1 | -9/+10 |
| | | |||||
* | | Merge pull request #102 from Cyan4973/devrc129v0r129 | Yann Collet | 2015-05-07 | 49 | -1674/+3393 |
|\ \ | |/ | | | Dev | ||||
| * | minor parsing update | Yann Collet | 2015-05-06 | 1 | -10/+12 |
| | | |||||
| * | Updated comments | Yann Collet | 2015-05-06 | 1 | -4/+4 |
| | | |||||
| * | Fixed typo | Yann Collet | 2015-05-06 | 1 | -1/+1 |
| | | |||||
| * | Added : LZ4_compress_destSize() | Yann Collet | 2015-05-06 | 4 | -6/+269 |
| | | |||||
| * | Added compilation flag -Wcast-qual | Yann Collet | 2015-05-06 | 11 | -95/+92 |
| | | |||||
| * | Updated readme | Yann Collet | 2015-05-04 | 2 | -19/+37 |
| | | |||||
| * | Updated lz4hc API | Yann Collet | 2015-05-03 | 8 | -100/+97 |
| | | |||||
| * | Fixed minor Visual warning | Yann Collet | 2015-05-03 | 1 | -1/+1 |
| | | |||||
| * | Updated streaming examples | Yann Collet | 2015-05-03 | 2 | -4/+4 |
| | | |||||
| * | New lz4 API, using LZ4_compress_fast() | Yann Collet | 2015-05-03 | 6 | -186/+207 |
| | | |||||
| * | Merge pull request #99 from eberge/dev | Yann Collet | 2015-05-02 | 1 | -1/+2 |
| |\ | | | | | | | Install the lz4frame.h header in the cmake build | ||||
| | * | Install the lz4frame.h header in the cmake build | Eric Berge | 2015-04-28 | 1 | -1/+2 |
| | | | |||||
| * | | Fixed bug 9318 | Yann Collet | 2015-05-02 | 2 | -5/+7 |
| | | | |||||
| * | | refactored lz4hc | Yann Collet | 2015-05-02 | 1 | -51/+51 |
| |/ | |||||
| * | moved lz4frame context types to incomplete typedef | Yann Collet | 2015-04-27 | 2 | -37/+36 |
| | | |||||
| * | Increased aligment requirement for lz4frame context pointer | Yann Collet | 2015-04-24 | 1 | -3/+3 |
| | | |||||
| * | Modified lz4frame context typedef, to enforce stricter alignment condition | Yann Collet | 2015-04-24 | 2 | -5/+6 |
| | | |||||
| * | Fixed minor static analyzer warning | Yann Collet | 2015-04-24 | 1 | -1/+1 |
| | | |||||
| * | streaming API : Improved ring buffer management | Yann Collet | 2015-04-24 | 5 | -87/+124 |
| | | |||||
| * | Merge pull request #98 from eberge/dev | Yann Collet | 2015-04-23 | 1 | -0/+10 |
| |\ | | | | | | | cmake support for AIX, HPUX, Solaris and Windows | ||||
| | * | cmake support for AIX, HPUX, Solaris and Windows | Eric Berge | 2015-04-23 | 1 | -0/+10 |
| |/ | | | | | | | | | | | | | | | | | | | The following changes allow for builds on AIX and HPUX with the native (non-gcc) compilers, as well as Visual Studio 2008 and Visual Studio 2012. Also work around a build error with gcc on Solaris which fails due to the system detecting an attempt to use C99 mode with an XPG mode less than XPG6. | ||||
| * | Added LZ4_compress_fast_extState() | Yann Collet | 2015-04-23 | 2 | -26/+30 |
| | | |||||
| * | Frame content size disabled by default when using LZ4F_compressFrame(), to ↵ | Yann Collet | 2015-04-21 | 1 | -1/+0 |
| | | | | | | | | be in better coherence with the advanced API LZ4F_compress_update() | ||||
| * | Removed obsolete functions from lz4 cli | Yann Collet | 2015-04-21 | 3 | -8/+15 |
| | | |||||
| * | Removed LZ4_compress() (obsolete) from lz4 | Yann Collet | 2015-04-21 | 4 | -13/+13 |
| | | |||||
| * | Updated LZ4F_freeDecompressionContext(), to provide stage hint as result | Yann Collet | 2015-04-20 | 2 | -1/+5 |
| | |