summaryrefslogtreecommitdiffstats
path: root/programs/Makefile
Commit message (Expand)AuthorAgeFilesLines
...
* | minor simplification lz4_readarch()Yann Collet2015-08-061-1/+1
|/
* changed datagen to remove one mallocYann Collet2015-06-291-3/+2
* Fixed : default sparse mode disabled on stdout, to support ` >>` redirection...Yann Collet2015-05-251-0/+12
* Fixed : LZ4IO exits too early when frame crc not present, reported by Yongwo...Yann Collet2015-05-201-2/+9
* minor tests improvementsYann Collet2015-05-191-2/+7
* minor test refactorYann Collet2015-05-181-6/+8
* Fixed sparse issue with non seekable streams (#105)Yann Collet2015-05-181-1/+4
* minor cosmetic changes for Takayuki's testVersionsYann Collet2015-05-151-1/+1
* Added a few more interoperability tests (32bits vs 64 bits)Yann Collet2015-05-131-5/+11
* Added compilation flag -Wcast-qualYann Collet2015-05-061-1/+1
* Restored make-lz4Yann Collet2015-04-201-7/+1
* Fixed unfinished frame (issue #75)Yann Collet2015-04-201-1/+7
* added --no-sparse testYann Collet2015-04-181-8/+11
* test error message in multiple files modeYann Collet2015-04-161-0/+1
* Removed status notification in multiple-files modeYann Collet2015-04-161-3/+3
* Multiple files decompression refactoringYann Collet2015-04-151-8/+13
* Updated lz4frame error namesYann Collet2015-04-151-2/+2
* Valgrind tests generate errorsYann Collet2015-04-141-10/+10
* New valgrind test with multiple filesYann Collet2015-04-141-0/+3
* new memory leak test for fullbench using multi-filesYann Collet2015-04-121-1/+1
* Shortened tests durationsYann Collet2015-04-121-0/+1
* fixed minor sanitize warningYann Collet2015-04-111-2/+1
* Updated : fuzzer tests can be programmed for a timelengthYann Collet2015-04-101-16/+16
* Fixed a few minor sanitize warningsYann Collet2015-04-101-3/+3
* minor memory leak fix and testYann Collet2015-04-081-0/+1
* added : memtest on fullbenchYann Collet2015-04-061-1/+2
* new tests for large files with content size support (#70)Yann Collet2015-04-021-0/+5
* fullbench : tests of _limitedOutput variants intentionnally provides less mem...Yann Collet2015-04-011-1/+4
* Added : arm cross-compilation testYann Collet2015-03-251-2/+6
* Updated testsYann Collet2015-03-231-7/+7
* lz4 cli supports frame content sizeYann Collet2015-03-231-12/+18
* Updates tests & Man pagesYann Collet2015-03-221-49/+61
* Updated lz4io sparse file support (alignment properties)Yann Collet2015-03-171-0/+3
* lz4 utility supports "pass-through" modeYann Collet2015-03-161-0/+2
* changed "make install" default install directory to /usr/localYann Collet2015-03-151-2/+4
* Improved sparse files supportYann Collet2015-03-131-4/+10
* Improved sparse file supportYann Collet2015-03-131-6/+6
* Preliminary support for sparse filesYann Collet2015-03-111-2/+7
* Updated datagen (can create sparse files)Yann Collet2015-03-091-2/+3
* Updated : compress multiple filesYann Collet2015-03-071-1/+7
* restored lz4 hc compression ratioYann Collet2015-03-011-1/+2
* Added : -pedantic compilation optionYann Collet2014-12-171-1/+1
* Fixed : older compiler don't like nameless unions, reported by Cheyi LinYann Collet2014-12-161-3/+3
* Fixed : bug within LZ4 HC streaming mode, reported by James BoyleYann Collet2014-12-161-0/+1
* New : lz4frame integrated into liblz4 (v1.5.0)Yann Collet2014-12-131-3/+3
* minor memtest correctionYann Collet2014-12-101-1/+1
* lz4cli : legacy arguments are now disabled by defaultYann Collet2014-12-011-3/+3
* New directory structure : library source files into /lib directoryYann Collet2014-11-301-2/+2
* LZ4IO : modified to use lz4frame insteadYann Collet2014-11-301-9/+10
* Fixed : some minor Visual warningsYann Collet2014-11-301-1/+1