summaryrefslogtreecommitdiffstats
path: root/programs
Commit message (Expand)AuthorAgeFilesLines
* Fixed crlf issueYann Collet2014-08-262-956/+956
* Simplified travis test flowYann Collet2014-08-261-5/+4
* Added macro, for large file support on 32-bits AIXYann Collet2014-08-201-0/+1
* Update xxHash to r36Yann Collet2014-08-152-956/+957
* updated release numberYann Collet2014-08-132-8/+9
* Fixed crlf issueYann Collet2014-08-062-957/+957
* Updated Makefile : make distYann Collet2014-08-062-27/+1
* fix : minor compilation warning under mingwYann Collet2014-08-051-1/+1
* Added : HC streaming testYann Collet2014-08-011-6/+11
* fix : minor compilation warning under mingwYann Collet2014-07-291-1/+1
* 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
* Updated xxHash to r35Yann Collet2014-07-192-627/+987
* Makefile : added -Wstrict-prototype, as suggested by Larry Doolittle Yann Collet2014-07-147-18/+18
* Modified : lz4 streaming API, strong typesYann Collet2014-07-142-11/+13
* Modified : streaming API (fast compression)Yann Collet2014-07-051-1/+6
* Modified : Makefile : added -Wshadow option, suggest by Boris FaureYann Collet2014-07-052-12/+11
* updated fuzzer, faster and cleaner overflow testsYann Collet2014-07-052-52/+57
* update to r119Yann Collet2014-07-022-6/+9
* Stronger fuzzer testsYann Collet2014-07-021-18/+37
* stronger fuzzer testsYann Collet2014-07-021-6/+11
* New fuzzer test (issue 134)Yann Collet2014-07-022-5/+73
* updated lz4cat man pageYann Collet2014-06-241-10/+8
* Fixed : issue 52 (reported by Ludwig Strigeus)Yann Collet2014-06-223-9/+6
* Fixed : using loadDict() with small dictionariesYann Collet2014-06-212-15/+30
* bugfix : streaming tiny messages from within very small ringbuffer (Takayuki'...Yann Collet2014-06-191-3/+3
* Fixed : streaming compression using small (<64KB) dictionary buffersYann Collet2014-06-171-40/+24
* LZ4 Streaming : check overlapping input/dictionaryYann Collet2014-06-142-2/+2
* CLI : can select compression level > 9Yann Collet2014-06-112-15/+14
* restored LZ4 HC streaming modeYann Collet2014-06-112-12/+46
* lz4io : reduced memory usage in streaming modeYann Collet2014-06-103-18/+54
* Obsolete "external allocation" functionsYann Collet2014-06-092-7/+7
* converge towards LZ4_compress_continue()Yann Collet2014-06-092-50/+28
* New : valgrind memtestYann Collet2014-06-093-38/+34
* new test tool : datagenYann Collet2014-06-033-9/+275
* unified structure modelYann Collet2014-06-022-4/+11
* Continuous streaming mode (automatic)Yann Collet2014-05-211-1/+8
* Added : fuzzer code for LZ4_compress_limitedOutput_usingDict()Yann Collet2014-05-201-7/+17
* Introduce : LZ4_compress_limitedOutput_usingDict()Yann Collet2014-05-201-5/+11
* restored Travis Build MatrixYann Collet2014-05-201-3/+19
* Fixed : compilation errors using Visual 2012Yann Collet2014-05-201-17/+17
* First version of Block Streaming API : LZ4_compress_usingDict()Yann Collet2014-05-195-59/+97
* changed naming convention to *_usingDict()Yann Collet2014-05-042-24/+24
* Added : *_withDict to fullbenchYann Collet2014-05-031-14/+31
* Add Travis CI's Build MatrixTakayuki MATSUOKA2014-04-301-1/+14
* fuzzer : added compressibility parameter (-p#)Yann Collet2014-04-291-17/+20
* fixed : allocation within fuzzerYann Collet2014-04-291-18/+118
* modified : rand generatorYann Collet2014-04-281-2/+7
* fixed : read error into fuzzerYann Collet2014-04-281-2/+10
* Introduce "External Dictionary" de/compression APIYann Collet2014-04-283-111/+276