summaryrefslogtreecommitdiffstats
path: root/programs/Makefile
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Added : $(EXT) within install for cross-compilation supportYann Collet2014-11-231-7/+7
* Makefile : refactored Travis CI testsYann Collet2014-11-041-23/+4
* Fixed issue 44 : stopped concatenated stream on null size frame (thanks to Br...Yann Collet2014-11-041-1/+11
* Makefile : added -Wcast-align compilation warningYann Collet2014-11-041-1/+1
* Added : valgrind test for fuzzerYann Collet2014-10-291-1/+2
* Fixed : frametest for Travis CI build matrixYann Collet2014-10-281-4/+4
* new Travis CI build matrixYann Collet2014-10-281-16/+33
* Added : frametest32Yann Collet2014-10-281-2/+9
* LZ4 HC streaming integrated within lz4frameYann Collet2014-10-271-4/+4
* HC streaming : support small ringbuffer scenariosYann Collet2014-10-251-1/+1
* modified : fuzzer automatically selects seedYann Collet2014-10-091-2/+2
* changed xxhash directoryYann Collet2014-09-131-8/+8
* Improved lz4frame compression speedYann Collet2014-09-101-2/+2
* Added : valgrind verification for frametestYann Collet2014-09-071-1/+2
* Added : preliminary frame decompression functionYann Collet2014-09-011-1/+4
* upgraded lz4frame compression testsYann Collet2014-08-311-1/+1
* lz4frame compression API v1 completedYann Collet2014-08-301-4/+8
* Simplified travis test flowYann Collet2014-08-261-5/+4
* updated release numberYann Collet2014-08-131-7/+8
* Added : HC streaming testYann Collet2014-08-011-6/+11
* Added : Makefile : install for kFreeBSD and Hurd (Nobuhiro Iwamatsu)Yann Collet2014-07-261-2/+4
* Makefile : some corrections suggested by Michał Górny (issue 136)Yann Collet2014-07-211-10/+13
* Makefile : added -Wstrict-prototype, as suggested by Larry Doolittle Yann Collet2014-07-141-1/+1
* Modified : Makefile : added -Wshadow option, suggest by Boris FaureYann Collet2014-07-051-4/+4
* updated fuzzer, faster and cleaner overflow testsYann Collet2014-07-051-1/+1
* update to r119Yann Collet2014-07-021-1/+1
* New fuzzer test (issue 134)Yann Collet2014-07-021-1/+1
* LZ4 Streaming : check overlapping input/dictionaryYann Collet2014-06-141-1/+1
* CLI : can select compression level > 9Yann Collet2014-06-111-1/+1
* restored LZ4 HC streaming modeYann Collet2014-06-111-1/+3