Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | lz4 version source from lz4.h | Yann Collet | 2016-09-03 | 1 | -5/+3 | |
| | | ||||||
* | | CFLAGS += $(MOREFLAGS) | inikep | 2016-09-03 | 1 | -0/+1 | |
|/ | ||||||
* | minor refactoring changes | Yann Collet | 2016-08-10 | 1 | -1/+1 | |
| | ||||||
* | stronger compilation flags | Yann Collet | 2016-06-29 | 1 | -4/+4 | |
| | ||||||
* | Add FreeBSD to install targets | Martin Waschbüsch | 2016-05-17 | 1 | -2/+3 | |
| | | | | Add FreeBSD to install targets | |||||
* | Merge pull request #182 from kou/add-missing-ext | Yann Collet | 2016-01-10 | 1 | -9/+9 | |
|\ | | | | | Add missing $(EXT) | |||||
| * | Add missing $(EXT) | Kouhei Sutou | 2016-01-10 | 1 | -9/+9 | |
| | | | | | | | | | | If the $(EXT) are added, "make install" can work with MinGW build on Linux. | |||||
* | | Fix : compiler-independent macro to remove deprecation warnings | Yann Collet | 2015-10-21 | 1 | -8/+9 | |
| | | ||||||
* | | Updated Makefile and .travis | Yann Collet | 2015-09-01 | 1 | -9/+3 | |
| | | ||||||
* | | Makefile : generates *.o for faster processing | Yann Collet | 2015-08-15 | 1 | -21/+22 | |
| | | ||||||
* | | minor simplification lz4_readarch() | Yann Collet | 2015-08-06 | 1 | -1/+1 | |
|/ | ||||||
* | changed datagen to remove one malloc | Yann Collet | 2015-06-29 | 1 | -3/+2 | |
| | ||||||
* | Fixed : default sparse mode disabled on stdout, to support ` >>` ↵ | Yann Collet | 2015-05-25 | 1 | -0/+12 | |
| | | | | redirection scenario reported by Takayuki Matsuoka (#110) | |||||
* | Fixed : LZ4IO exits too early when frame crc not present, reported by ↵ | Yann Collet | 2015-05-20 | 1 | -2/+9 | |
| | | | | Yongwoon Cho (#106) | |||||
* | minor tests improvements | Yann Collet | 2015-05-19 | 1 | -2/+7 | |
| | ||||||
* | minor test refactor | Yann Collet | 2015-05-18 | 1 | -6/+8 | |
| | ||||||
* | Fixed sparse issue with non seekable streams (#105) | Yann Collet | 2015-05-18 | 1 | -1/+4 | |
| | ||||||
* | 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 compilation flag -Wcast-qual | Yann Collet | 2015-05-06 | 1 | -1/+1 | |
| | ||||||
* | Restored make-lz4 | Yann Collet | 2015-04-20 | 1 | -7/+1 | |
| | ||||||
* | Fixed unfinished frame (issue #75) | Yann Collet | 2015-04-20 | 1 | -1/+7 | |
| | ||||||
* | added --no-sparse test | Yann Collet | 2015-04-18 | 1 | -8/+11 | |
| | ||||||
* | test error message in multiple files mode | Yann Collet | 2015-04-16 | 1 | -0/+1 | |
| | ||||||
* | Removed status notification in multiple-files mode | Yann Collet | 2015-04-16 | 1 | -3/+3 | |
| | ||||||
* | Multiple files decompression refactoring | Yann Collet | 2015-04-15 | 1 | -8/+13 | |
| | ||||||
* | Updated lz4frame error names | Yann Collet | 2015-04-15 | 1 | -2/+2 | |
| | ||||||
* | Valgrind tests generate errors | Yann Collet | 2015-04-14 | 1 | -10/+10 | |
| | ||||||
* | New valgrind test with multiple files | Yann Collet | 2015-04-14 | 1 | -0/+3 | |
| | ||||||
* | new memory leak test for fullbench using multi-files | Yann Collet | 2015-04-12 | 1 | -1/+1 | |
| | ||||||
* | Shortened tests durations | Yann Collet | 2015-04-12 | 1 | -0/+1 | |
| | ||||||
* | fixed minor sanitize warning | Yann Collet | 2015-04-11 | 1 | -2/+1 | |
| | ||||||
* | Updated : fuzzer tests can be programmed for a timelength | Yann Collet | 2015-04-10 | 1 | -16/+16 | |
| | ||||||
* | Fixed a few minor sanitize warnings | Yann Collet | 2015-04-10 | 1 | -3/+3 | |
| | ||||||
* | minor memory leak fix and test | Yann Collet | 2015-04-08 | 1 | -0/+1 | |
| | ||||||
* | added : memtest on fullbench | Yann Collet | 2015-04-06 | 1 | -1/+2 | |
| | ||||||
* | new tests for large files with content size support (#70) | Yann Collet | 2015-04-02 | 1 | -0/+5 | |
| | ||||||
* | fullbench : tests of _limitedOutput variants intentionnally provides less ↵ | Yann Collet | 2015-04-01 | 1 | -1/+4 | |
| | | | | memory space than safe (LZ4_compressBound()) | |||||
* | Added : arm cross-compilation test | Yann Collet | 2015-03-25 | 1 | -2/+6 | |
| | ||||||
* | Updated tests | Yann Collet | 2015-03-23 | 1 | -7/+7 | |
| | ||||||
* | lz4 cli supports frame content size | Yann Collet | 2015-03-23 | 1 | -12/+18 | |
| | ||||||
* | Updates tests & Man pages | Yann Collet | 2015-03-22 | 1 | -49/+61 | |
| | ||||||
* | Updated lz4io sparse file support (alignment properties) | Yann Collet | 2015-03-17 | 1 | -0/+3 | |
| | ||||||
* | lz4 utility supports "pass-through" mode | Yann Collet | 2015-03-16 | 1 | -0/+2 | |
| | ||||||
* | changed "make install" default install directory to /usr/local | Yann Collet | 2015-03-15 | 1 | -2/+4 | |
| | ||||||
* | Improved sparse files support | Yann Collet | 2015-03-13 | 1 | -4/+10 | |
| | ||||||
* | Improved sparse file support | Yann Collet | 2015-03-13 | 1 | -6/+6 | |
| | ||||||
* | Preliminary support for sparse files | Yann Collet | 2015-03-11 | 1 | -2/+7 | |
| | ||||||
* | Updated datagen (can create sparse files) | Yann Collet | 2015-03-09 | 1 | -2/+3 | |
| | ||||||
* | Updated : compress multiple files | Yann Collet | 2015-03-07 | 1 | -1/+7 | |
| |