| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed unused lines. | Yongwoon Cho | 2015-04-03 | 1 | -3/+0 |
|
|
* | Fixed : Visual compilation | Yann Collet | 2015-03-31 | 3 | -3/+9 |
|
|
* | Updated comments on LZ4F_getFrameInfo() | Yann Collet | 2015-03-30 | 2 | -4/+8 |
|
|
* | restored lz4hc compression ratio | Yann Collet | 2015-03-30 | 1 | -20/+24 |
|
|
* | lz4frame validates contentSize during decompression | Yann Collet | 2015-03-29 | 3 | -33/+39 |
|
|
* | Changed struct member to contentSize | Yann Collet | 2015-03-29 | 4 | -15/+15 |
|
|
* | converted to markdown friendly syntax | Yann Collet | 2015-03-26 | 1 | -12/+13 |
|
|
* | Reference format doc | Yann Collet | 2015-03-26 | 1 | -0/+4 |
|
|
* | Fixed : Makefile | Yann Collet | 2015-03-26 | 1 | -217/+119 |
|
|
* | windows friendly make clean | Yann Collet | 2015-03-26 | 1 | -116/+221 |
|
|
* | minor beautifier (make clean) | Yann Collet | 2015-03-25 | 1 | -4/+4 |
|
|
* | Added : arm cross-compilation test | Yann Collet | 2015-03-25 | 4 | -8/+19 |
|
|
* | Fixed cast-align warnings on 32-bits | Yann Collet | 2015-03-25 | 5 | -17/+25 |
|
|
* | Added : doc authorship | Yann Collet | 2015-03-25 | 3 | -1/+3 |
|
|
* | Merge pull request #63 from t-mat/comment-on-example-directory | Yann Collet | 2015-03-25 | 4 | -0/+315 |
|\ |
|
| * | Add "Examples" subtree | Takayuki MATSUOKA | 2015-03-24 | 1 | -2/+3 |
|
|
| * | Add README.md as table of contents | Takayuki MATSUOKA | 2015-03-24 | 1 | -0/+7 |
|
|
| * | Add document for "Line by Line Text Compression" example | Takayuki MATSUOKA | 2015-03-24 | 1 | -0/+121 |
|
|
| * | Add document for "Double Buffer" example | Takayuki MATSUOKA | 2015-03-24 | 1 | -0/+99 |
|
|
| * | Add document : "Streaming API Basics" | Takayuki MATSUOKA | 2015-03-24 | 1 | -0/+87 |
|/ |
|
* | Updated man page : "--[no-]X" | Yann Collet | 2015-03-23 | 1 | -8/+8 |
|
|
* | Updated tests | Yann Collet | 2015-03-23 | 1 | -7/+7 |
|
|
* | Updated long commands, with reverse "--no-" variants | Yann Collet | 2015-03-23 | 2 | -14/+28 |
|
|
* | updated dist list | Yann Collet | 2015-03-23 | 1 | -1/+1 |
|
|
* | lz4 cli supports frame content size | Yann Collet | 2015-03-23 | 6 | -110/+149 |
|
|
* | removed useless man pages | Yann Collet | 2015-03-22 | 2 | -65/+0 |
|
|
* | Updates tests & Man pages | Yann Collet | 2015-03-22 | 7 | -154/+246 |
|
|
* | new long commands | Yann Collet | 2015-03-21 | 2 | -28/+25 |
|
|
* | Some more tests related to frame content size | Yann Collet | 2015-03-19 | 2 | -2/+4 |
|
|
* | frame content size support | Yann Collet | 2015-03-18 | 6 | -78/+217 |
|
|
* | Updated lz4io sparse file support (alignment properties) | Yann Collet | 2015-03-17 | 4 | -49/+63 |
|
|
* | minor lz4frame optimisation (no more malloc() on using LZ4F_compressFrame() i... | Yann Collet | 2015-03-16 | 1 | -7/+14 |
|
|
* | minor lz4frame refactoring | Yann Collet | 2015-03-16 | 3 | -41/+30 |
|
|
* | Updated LZ4 frame format documentation | Yann Collet | 2015-03-16 | 9 | -1/+2 |
|
|
* | Added : Readme into lib directory, to explain what does each file | Yann Collet | 2015-03-16 | 1 | -0/+19 |
|
|
* | lz4 utility supports "pass-through" mode | Yann Collet | 2015-03-16 | 3 | -4/+41 |
|
|
* | minor refactoring | Yann Collet | 2015-03-16 | 2 | -12/+35 |
|
|
* | skippable frames support | Yann Collet | 2015-03-16 | 6 | -64/+199 |
|
|
* | minor CMakeLists update | Yann Collet | 2015-03-16 | 2 | -11/+8 |
|
|
* | Merge pull request #60 from Cyberunner23/master | Yann Collet | 2015-03-16 | 1 | -3/+1 |
|\ |
|
| * | Removed checking of CMAKE_SYSTEM_PROCESSOR when adding -fPIC, breaks when tha... | Cyberunner23 | 2015-03-15 | 1 | -3/+1 |
|
|
* | | 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 |
|
|
* | | changed "make install" default install directory to /usr/local | Yann Collet | 2015-03-15 | 3 | -7/+8 |
|
|
* | | Added : clang test | Yann Collet | 2015-03-15 | 6 | -9/+13 |
|
|
* | | Fix : static analyzer test on Travis | Yann Collet | 2015-03-15 | 2 | -4/+4 |
|
|
* | | scan-build tests | Yann Collet | 2015-03-15 | 11 | -53/+75 |
|
|
* | | Merge pull request #58 from Cyan4973/sparseFile | Yann Collet | 2015-03-15 | 23 | -407/+648 |
|\ \ |
|
| * | | windows sparse file support | Yann Collet | 2015-03-13 | 1 | -5/+14 |
|
|
| * | | Improved sparse files support | Yann Collet | 2015-03-13 | 3 | -42/+62 |
|
|