summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* New : valgrind memtestYann Collet2014-06-097-112/+163
* Fixed (continued) : address space overflow in 32-bits modeYann Collet2014-06-051-0/+8
* Corrected : address space overflow in 32-bits modeYann Collet2014-06-041-5/+13
* new test tool : datagenYann Collet2014-06-033-9/+275
* restored continuous streaming modeYann Collet2014-06-021-18/+33
* unified structure modelYann Collet2014-06-024-326/+105
* coalesced streaming compression codeYann Collet2014-05-271-10/+122
* speed optimizationYann Collet2014-05-231-10/+21
* Continuous streaming mode (automatic)Yann Collet2014-05-213-22/+63
* Added : fuzzer code for LZ4_compress_limitedOutput_usingDict()Yann Collet2014-05-201-7/+17
* Introduce : LZ4_compress_limitedOutput_usingDict()Yann Collet2014-05-203-25/+48
* restored Travis Build MatrixYann Collet2014-05-201-3/+19
* Fixed : compilation errors using Visual 2012Yann Collet2014-05-202-21/+18
* First version of Block Streaming API : LZ4_compress_usingDict()Yann Collet2014-05-197-294/+543
* changed naming convention to *_usingDict()Yann Collet2014-05-044-39/+38
* Added : *_withDict to fullbenchYann Collet2014-05-032-17/+35
* Travis status for both master & dev branches, thanks to Takayuki MatsuokaYann Collet2014-05-031-2/+5
* Merge pull request #4 from t-mat/travis-ci-build-matrixCyan49732014-05-013-1/+23
|\
| * Add Travis build status badgeTakayuki MATSUOKA2014-04-301-0/+2
| * Add Travis CI's Build MatrixTakayuki MATSUOKA2014-04-302-1/+21
|/
* 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-285-169/+402
* fuzzer title shows 32/64 bits modeYann Collet2014-04-241-2/+3
* re-order travis testsYann Collet2014-04-223-9/+12
* Merge pull request #3 from Cyan4973/betar117Cyan49732014-04-2217-28/+204
|\
| * updated NEWSYann Collet2014-04-221-0/+1
| * Merge pull request #2 from t-mat/travis-ciCyan49732014-04-165-11/+60
| |\
| | * Add build target 'test'Takayuki MATSUOKA2014-04-162-0/+24
| | * Add command-line switch to support Travis-CITakayuki MATSUOKA2014-04-162-11/+30
| | * Add .travis.ymlTakayuki MATSUOKA2014-04-161-0/+6
| |/
| * Added README.md to the list of packaged filesYann Collet2014-04-151-1/+1
| * Added lz4c & lz4cat man pagesYann Collet2014-04-155-1/+74
| * Fixed issue 127 & 128Yann Collet2014-04-1512-15/+68
|/
* quickfix (issue 124 & 125)yann.collet.73@gmail.com2014-03-243-25/+32
* Added : lz4cat utility for posx systemsyann.collet.73@gmail.com2014-03-234-16/+38
* Makefile : library correctly compiled with -O3 switch (issue 114)yann.collet.73@gmail.com2014-03-1211-445/+464
* Large decompression speed improvement for GCC 32-bits. Thanks to Valery Croiz...yann.collet.73@gmail.com2014-02-0413-1488/+1855
* quickfix (issue 107 & issue 103)yann.collet.73@gmail.com2014-01-083-7/+11
* Makefile : added capability to install librariesyann.collet.73@gmail.com2014-01-0717-375/+401
* lz4 & lz4hc : added capability to allocate state & stream state with custom a...yann.collet.73@gmail.com2013-12-3015-5487/+5710
* lz4.c : corrected issue 98 within LZ4_compress_limitedOutput()yann.collet.73@gmail.com2013-12-036-16/+26
* lz4.c : corrected compression efficiency issue 97 in 64-bits chained mode (-B...yann.collet.73@gmail.com2013-11-024-14/+24
* Makefile : support DESTDIR for staged installs. Thanks Jorge Aparicio.yann.collet.73@gmail.com2013-10-218-28/+48
* git-svn-id: https://lz4.googlecode.com/svn/trunk@106 650e7d94-2a16-8b24-b05c-...yann.collet.73@gmail.com2013-10-014-17/+32
* Makefile : New install script and man page, contributed by Prasad Pandityann.collet.73@gmail.com2013-09-258-121/+607
* quickfix : removed #include "lz4stream.h" from lz4cli.cyann.collet.73@gmail.com2013-09-091-2/+1
* New command line utility, lz4 (notice the missing final 'c'), with gzip-style...yann.collet.73@gmail.com2013-09-098-197/+317