summaryrefslogtreecommitdiffstats
path: root/programs
Commit message (Expand)AuthorAgeFilesLines
* 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
* fuzzer title shows 32/64 bits modeYann Collet2014-04-241-2/+3
* re-order travis testsYann Collet2014-04-222-8/+11
* Add build target 'test'Takayuki MATSUOKA2014-04-161-0/+21
* Add command-line switch to support Travis-CITakayuki MATSUOKA2014-04-162-11/+30
* Added lz4c & lz4cat man pagesYann Collet2014-04-153-0/+71
* Fixed issue 127 & 128Yann Collet2014-04-156-11/+11
* quickfix (issue 124 & 125)yann.collet.73@gmail.com2014-03-241-10/+11
* Added : lz4cat utility for posx systemsyann.collet.73@gmail.com2014-03-232-2/+9
* Makefile : library correctly compiled with -O3 switch (issue 114)yann.collet.73@gmail.com2014-03-126-18/+17
* Large decompression speed improvement for GCC 32-bits. Thanks to Valery Croiz...yann.collet.73@gmail.com2014-02-046-763/+1060
* quickfix (issue 107 & issue 103)yann.collet.73@gmail.com2014-01-081-2/+2
* Makefile : added capability to install librariesyann.collet.73@gmail.com2014-01-0710-0/+3949