summaryrefslogtreecommitdiffstats
path: root/programs
Commit message (Expand)AuthorAgeFilesLines
* lz4frame : autoflush mode : saves memory, and improves compression speedYann Collet2014-09-122-28/+32
* slightly improved frame compression speedYann Collet2014-09-112-15/+17
* Improved lz4frame compression speedYann Collet2014-09-103-3/+17
* More tests : random flushesYann Collet2014-09-101-1/+8
* Fix : streaming mode bug (re-using context & buffers)Yann Collet2014-09-102-4/+3
* Added : streaming modeYann Collet2014-09-091-3/+5
* Added : valgrind verification for frametestYann Collet2014-09-071-1/+2
* API change : compressionContext more easily reusableYann Collet2014-09-071-15/+17
* Added : fuzzer : ability to jump to specified testNbYann Collet2014-09-071-13/+17
* Added : variable dstBuffer size decompression testYann Collet2014-09-071-7/+6
* More complex compression testsYann Collet2014-09-071-22/+45
* Improved frame decompression testYann Collet2014-09-061-5/+28
* minor frametest display improvementYann Collet2014-09-061-20/+25
* minor test code refactoringYann Collet2014-09-061-13/+15
* More tests (variation of blocksize & checksum)Yann Collet2014-09-061-4/+7
* Added some more testsYann Collet2014-09-051-35/+151
* fixed : LZ4F_decompress()Yann Collet2014-09-041-1/+21
* Completed first version of lz4frame decompressYann Collet2014-09-031-0/+15
* Added : preliminary frame decompression functionYann Collet2014-09-012-24/+17
* upgraded lz4frame compression testsYann Collet2014-08-312-18/+78
* lz4frame compression API v1 completedYann Collet2014-08-302-4/+335
* 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