Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #121 from keszybz/add-gitignore | Yann Collet | 2015-06-26 | 1 | -0/+2 |
|\ | | | | | Add gitignore - redirect from #117 | ||||
| * | Make git ignore generated files | Zbigniew Jędrzejewski-Szmek | 2015-06-16 | 1 | -0/+2 |
| | | |||||
* | | Merge pull request #114 from lpsantil/djgpp | Yann Collet | 2015-05-28 | 2 | -5/+15 |
|\ \ | |/ |/| | Djgpp | ||||
| * | Reverted all `Makefile` changes | Louis P. Santillan | 2015-05-27 | 1 | -1/+1 |
| | | |||||
| * | Fixup programs/{Makefile,lz4cli.c,lz4io.c} to build with Andrew Wu's ↵ | Louis P. Santillan | 2015-05-26 | 3 | -6/+16 |
| | | | | | | | | build-djgpp cross compilers. Add some documentation in README.DJ | ||||
* | | Fixed : default sparse mode disabled on stdout, to support ` >>` ↵ | Yann Collet | 2015-05-25 | 3 | -10/+20 |
| | | | | | | | | redirection scenario reported by Takayuki Matsuoka (#110) | ||||
* | | Fixed : LZ4IO exits too early when frame crc not present, reported by ↵ | Yann Collet | 2015-05-20 | 2 | -3/+11 |
| | | | | | | | | 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 |
| | | |||||
* | | minor cosmetic changes for Takayuki's testVersions | Yann Collet | 2015-05-15 | 1 | -1/+1 |
| | | |||||
* | | Added a few more interoperability tests (32bits vs 64 bits) | Yann Collet | 2015-05-13 | 1 | -5/+11 |
|/ | |||||
* | Added : LZ4_compress_destSize() | Yann Collet | 2015-05-06 | 1 | -0/+35 |
| | |||||
* | Added compilation flag -Wcast-qual | Yann Collet | 2015-05-06 | 4 | -8/+8 |
| | |||||
* | Updated lz4hc API | Yann Collet | 2015-05-03 | 2 | -2/+2 |
| | |||||
* | New lz4 API, using LZ4_compress_fast() | Yann Collet | 2015-05-03 | 3 | -85/+126 |
| | |||||
* | Fixed bug 9318 | Yann Collet | 2015-05-02 | 1 | -1/+1 |
| | |||||
* | Fixed minor static analyzer warning | Yann Collet | 2015-04-24 | 1 | -1/+1 |
| | |||||
* | streaming API : Improved ring buffer management | Yann Collet | 2015-04-24 | 2 | -69/+97 |
| | |||||
* | Removed obsolete functions from lz4 cli | Yann Collet | 2015-04-21 | 1 | -3/+9 |
| | |||||
* | Removed LZ4_compress() (obsolete) from lz4 | Yann Collet | 2015-04-21 | 2 | -11/+11 |
| | |||||
* | Fixed frame concatenation | Yann Collet | 2015-04-20 | 1 | -3/+5 |
| | |||||
* | Fixed frametest | Yann Collet | 2015-04-20 | 1 | -4/+5 |
| | |||||
* | Restored make-lz4 | Yann Collet | 2015-04-20 | 1 | -7/+1 |
| | |||||
* | Fixed unfinished frame (issue #75) | Yann Collet | 2015-04-20 | 3 | -9/+34 |
| | |||||
* | Updated LZ4F_getFrameInfo() behavior, related to uncomplete frame header ↵ | Yann Collet | 2015-04-19 | 1 | -0/+31 |
| | | | | decoding attempts | ||||
* | added --no-sparse test | Yann Collet | 2015-04-18 | 1 | -8/+11 |
| | |||||
* | Sparse file support is now enabled by default | Yann Collet | 2015-04-17 | 3 | -3/+3 |
| | |||||
* | test error message in multiple files mode | Yann Collet | 2015-04-16 | 1 | -0/+1 |
| | |||||
* | Reclassified some notification messages as errors | Yann Collet | 2015-04-16 | 1 | -2/+2 |
| | |||||
* | stronger arm tests | Yann Collet | 2015-04-16 | 1 | -2/+2 |
| | |||||
* | fix minor "divide by zero" risk | Yann Collet | 2015-04-16 | 1 | -1/+2 |
| | |||||
* | fixed minor leak | Yann Collet | 2015-04-16 | 1 | -0/+1 |
| | |||||
* | minor optimization for small files | Yann Collet | 2015-04-16 | 1 | -38/+53 |
| | |||||
* | Removed status notification in multiple-files mode | Yann Collet | 2015-04-16 | 2 | -5/+6 |
| | |||||
* | Multiple files decompression refactoring | Yann Collet | 2015-04-15 | 2 | -101/+99 |
| | |||||
* | Updated lz4frame error names | Yann Collet | 2015-04-15 | 3 | -6/+7 |
| | |||||
* | Issue#90 : Change old enum names to new one | Takayuki MATSUOKA | 2015-04-14 | 1 | -15/+15 |
| | |||||
* | Issue#90 : Add LZ4F_ prefix | Takayuki MATSUOKA | 2015-04-14 | 1 | -3/+3 |
| | | | | | - Add LZ4F_ prefix to LZ4 frame related enums. - Also add conditional macro LZ4F_DISABLE_OLD_ENUMS for testing and users who prefer strict prefixes. | ||||
* | Valgrind tests generate errors | Yann Collet | 2015-04-14 | 1 | -10/+10 |
| | |||||
* | Changes LZ4F_compressBound() definition using NULL prefsPtr to cover worst ↵ | Yann Collet | 2015-04-14 | 1 | -1/+1 |
| | | | | case instead of default. | ||||
* | lz4io refactoring | Yann Collet | 2015-04-14 | 1 | -79/+66 |
| | |||||
* | New valgrind test with multiple files | Yann Collet | 2015-04-14 | 1 | -0/+3 |
| | |||||
* | Fix leak issue with compression of multiple files | Yann Collet | 2015-04-14 | 1 | -107/+167 |
| | |||||
* | Improved performance when compressing a lot of small files | Yann Collet | 2015-04-13 | 1 | -101/+172 |
| | |||||
* | minor compatibility fixes | Yann Collet | 2015-04-13 | 3 | -18/+23 |
| | |||||
* | Merge pull request #86 from KyleJHarper/origin/r129/multiple_inputs_patch | Yann Collet | 2015-04-13 | 3 | -15/+71 |
|\ | | | | | Origin/r129/multiple inputs patch | ||||
| * | Added support for continuation of file compression and decompression if ↵ | Kyle J Harper | 2015-04-12 | 2 | -6/+27 |
| | | | | | | | | 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 | 3 | -14/+49 |
| | | | | | | | | 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. | ||||
* | | new memory leak test for fullbench using multi-files | Yann Collet | 2015-04-12 | 1 | -1/+1 |
| | |