summaryrefslogtreecommitdiffstats
path: root/programs
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Yann Collet2014-06-191-3/+3
| | | | (Takayuki's streaming example 2)
* 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
| | | (convergence towards LZ4_compress_continue() )
* 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
| | | | See also : http://docs.travis-ci.com/user/build-configuration/#The-Build-Matrix
* fuzzer : added compressibility parameter (-p#)Yann Collet2014-04-291-17/+20
|
* fixed : allocation within fuzzerYann Collet2014-04-291-18/+118
| | | new command line options for fuzzer (see -h)
* 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
| | | fix : remove man pages on uninstall
* Add build target 'test'Takayuki MATSUOKA2014-04-161-0/+21
|
* Add command-line switch to support Travis-CITakayuki MATSUOKA2014-04-162-11/+30
| | | | | | | | | Add command-line switch '--no-prompt' to fullbench and fuzzer. '--no-prompt' enables : - Throtting stdout to satisfy Travis-CI's stdout limit (10MB). - Prevent Travis-CI's build timeouts and ignore pause by getchar(). http://docs.travis-ci.com/user/build-configuration/#Build-Timeouts
* 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
| | | | git-svn-id: https://lz4.googlecode.com/svn/trunk@116 650e7d94-2a16-8b24-b05c-7c0b3f6821cd
* Added : lz4cat utility for posx systemsyann.collet.73@gmail.com2014-03-232-2/+9
| | | | | | | OS-X compatible dynamic library, thanks to Jan Stepien corrected : relative symbolic link for versioned library git-svn-id: https://lz4.googlecode.com/svn/trunk@115 650e7d94-2a16-8b24-b05c-7c0b3f6821cd
* Makefile : library correctly compiled with -O3 switch (issue 114)yann.collet.73@gmail.com2014-03-126-18/+17
| | | | | | | | | | | Makefile : library compilation compatible with clang Makefile : library is versioned and linked (issue 119) lz4.h : no more static inline prototypes (issue 116) man : improved header/footer (issue 111) Makefile : Use system default $(CC) & $(MAKE) variables (issue 112) xxhash : updated to r34 git-svn-id: https://lz4.googlecode.com/svn/trunk@114 650e7d94-2a16-8b24-b05c-7c0b3f6821cd
* Large decompression speed improvement for GCC 32-bits. Thanks to Valery ↵yann.collet.73@gmail.com2014-02-046-763/+1060
| | | | | | | | | | | Croizier ! LZ4HC : Compression Level is now a programmable parameter (CLI from 4 to 9) Separated IO routines from command line (lz4io.c) Version number into lz4.h (suggested by Francesc Alted) git-svn-id: https://lz4.googlecode.com/svn/trunk@113 650e7d94-2a16-8b24-b05c-7c0b3f6821cd
* quickfix (issue 107 & issue 103)yann.collet.73@gmail.com2014-01-081-2/+2
| | | | git-svn-id: https://lz4.googlecode.com/svn/trunk@112 650e7d94-2a16-8b24-b05c-7c0b3f6821cd
* Makefile : added capability to install librariesyann.collet.73@gmail.com2014-01-0710-0/+3949
Modified Directory tree, to better separate libraries from programs. git-svn-id: https://lz4.googlecode.com/svn/trunk@111 650e7d94-2a16-8b24-b05c-7c0b3f6821cd