summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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
* LZ4 compression supports block dependency (argument -BD within lz4c command l...yann.collet.73@gmail.com2013-08-166-40/+204
* Removed dependency to "lz4_encoder.h" and "lz4hc_encoder.h"yann.collet.73@gmail.com2013-08-1210-957/+665
* Bugfix releaseyann.collet.73@gmail.com2013-08-072-1/+5
* lz4c : made display and arguments more compatible with gzip, for easier integ...yann.collet.73@gmail.com2013-07-2710-322/+392
* Corrected issue 70, 'pack' instruction on IBM AIXyann.collet.73@gmail.com2013-07-019-50/+84
* lz4.c no longer depends on lz4_decoder.h (removed)yann.collet.73@gmail.com2013-06-1010-433/+1021
* New experimental mode : compress blocks using data from previous blocks (opti...yann.collet.73@gmail.com2013-05-278-121/+415
* lz4c : automatic output name when decoding a *.lz4 file, as requested by Pete...yann.collet.73@gmail.com2013-05-178-534/+593
* - New naming : LZ4_decompress_safe() and LZ4_decompress_fast()yann.collet.73@gmail.com2013-04-2610-914/+1242