| Commit message (Expand) | Author | Age | Files | Lines |
* | Added : preliminary frame decompression function | Yann Collet | 2014-09-01 | 1 | -1/+1 |
|
|
* | Simplified travis test flow | Yann Collet | 2014-08-26 | 1 | -3/+2 |
|
|
* | updated release number | Yann Collet | 2014-08-13 | 1 | -1/+1 |
|
|
* | Makefile: fix DESTDIR | Igor Gnatenko | 2014-08-08 | 1 | -5/+5 |
|
|
* | Makefile : restored Takayuki's fix for OS-X and BSD | Yann Collet | 2014-08-06 | 1 | -4/+5 |
|
|
* | Updated Makefile : make dist | Yann Collet | 2014-08-06 | 1 | -5/+7 |
|
|
* | Fix BSD sed error reported by Yue Du | Takayuki MATSUOKA | 2014-07-30 | 1 | -3/+3 |
|
|
* | Added : Makefile : install for kFreeBSD and Hurd (Nobuhiro Iwamatsu) | Yann Collet | 2014-07-26 | 1 | -4/+3 |
|
|
* | Makefile : synchronize library version number with lz4.h - Thanks to Takayuki... | Yann Collet | 2014-07-22 | 1 | -3/+3 |
|
|
* | Makefile : some corrections suggested by Michał Górny (issue 136) | Yann Collet | 2014-07-21 | 1 | -4/+8 |
|
|
* | Added : pkg-config (issue 135) | Yann Collet | 2014-07-20 | 1 | -4/+16 |
|
|
* | Makefile : added -Wstrict-prototype, as suggested by Larry Doolittle | Yann Collet | 2014-07-14 | 1 | -1/+1 |
|
|
* | Modified : lz4 streaming API, strong types | Yann Collet | 2014-07-14 | 1 | -1/+1 |
|
|
* | Modified : Makefile : added -Wshadow option, suggest by Boris Faure | Yann Collet | 2014-07-05 | 1 | -1/+1 |
|
|
* | Fix : OS-X : library install name, thanks to Clemens Lang | Yann Collet | 2014-07-05 | 1 | -1/+1 |
|
|
* | updated fuzzer, faster and cleaner overflow tests | Yann Collet | 2014-07-05 | 1 | -1/+1 |
|
|
* | update to r119 | Yann Collet | 2014-07-02 | 1 | -1/+1 |
|
|
* | Quickfix of issue 134 (untested) | Yann Collet | 2014-07-02 | 1 | -1/+1 |
|
|
* | updated lz4cat man page | Yann Collet | 2014-06-24 | 1 | -4/+4 |
|
|
* | LZ4 Streaming : check overlapping input/dictionary | Yann Collet | 2014-06-14 | 1 | -2/+3 |
|
|
* | New : valgrind memtest | Yann Collet | 2014-06-09 | 1 | -5/+5 |
|
|
* | Continuous streaming mode (automatic) | Yann Collet | 2014-05-21 | 1 | -1/+1 |
|
|
* | re-order travis tests | Yann Collet | 2014-04-22 | 1 | -1/+1 |
|
|
* | Add build target 'test' | Takayuki MATSUOKA | 2014-04-16 | 1 | -0/+3 |
|
|
* | Added README.md to the list of packaged files | Yann Collet | 2014-04-15 | 1 | -1/+1 |
|
|
* | Added lz4c & lz4cat man pages | Yann Collet | 2014-04-15 | 1 | -1/+2 |
|
|
* | Fixed issue 127 & 128 | Yann Collet | 2014-04-15 | 1 | -1/+1 |
|
|
* | quickfix (issue 124 & 125) | yann.collet.73@gmail.com | 2014-03-24 | 1 | -15/+18 |
|
|
* | Added : lz4cat utility for posx systems | yann.collet.73@gmail.com | 2014-03-23 | 1 | -14/+25 |
|
|
* | Makefile : library correctly compiled with -O3 switch (issue 114) | yann.collet.73@gmail.com | 2014-03-12 | 1 | -9/+20 |
|
|
* | Large decompression speed improvement for GCC 32-bits. Thanks to Valery Croiz... | yann.collet.73@gmail.com | 2014-02-04 | 1 | -1/+2 |
|
|
* | quickfix (issue 107 & issue 103) | yann.collet.73@gmail.com | 2014-01-08 | 1 | -5/+6 |
|
|
* | Makefile : added capability to install libraries | yann.collet.73@gmail.com | 2014-01-07 | 1 | -72/+72 |
|
|
* | lz4 & lz4hc : added capability to allocate state & stream state with custom a... | yann.collet.73@gmail.com | 2013-12-30 | 1 | -3/+4 |
|
|
* | lz4.c : corrected issue 98 within LZ4_compress_limitedOutput() | yann.collet.73@gmail.com | 2013-12-03 | 1 | -2/+2 |
|
|
* | lz4.c : corrected compression efficiency issue 97 in 64-bits chained mode (-B... | yann.collet.73@gmail.com | 2013-11-02 | 1 | -1/+1 |
|
|
* | Makefile : support DESTDIR for staged installs. Thanks Jorge Aparicio. | yann.collet.73@gmail.com | 2013-10-21 | 1 | -4/+7 |
|
|
* | git-svn-id: https://lz4.googlecode.com/svn/trunk@106 650e7d94-2a16-8b24-b05c-... | yann.collet.73@gmail.com | 2013-10-01 | 1 | -7/+14 |
|
|
* | Makefile : New install script and man page, contributed by Prasad Pandit | yann.collet.73@gmail.com | 2013-09-25 | 1 | -11/+50 |
|
|
* | New command line utility, lz4 (notice the missing final 'c'), with gzip-style... | yann.collet.73@gmail.com | 2013-09-09 | 1 | -8/+41 |
|
|
* | Removed dependency to "lz4_encoder.h" and "lz4hc_encoder.h" | yann.collet.73@gmail.com | 2013-08-12 | 1 | -2/+8 |
|
|
* | Corrected issue 70, 'pack' instruction on IBM AIX | yann.collet.73@gmail.com | 2013-07-01 | 1 | -3/+6 |
|
|
* | lz4.c no longer depends on lz4_decoder.h (removed) | yann.collet.73@gmail.com | 2013-06-10 | 1 | -2/+5 |
|
|
* | Added : function LZ4_compressHC_limitedOutput() | yann.collet.73@gmail.com | 2013-04-18 | 1 | -1/+1 |
|
|
* | Added : LZ4 Streaming Format specification (v1.3) | yann.collet.73@gmail.com | 2013-04-13 | 1 | -5/+5 |
|
|
* | - Corrected issue 31 : LZ4 correctly accepts compressing data when the output... | yann.collet.73@gmail.com | 2012-10-24 | 1 | -11/+14 |
|
|
* | lz4.c : changed a tuning parameter name to MEMORY_USAGE, to better reflect it... | yann.collet.73@gmail.com | 2012-07-24 | 1 | -1/+3 |
|
|
* | Changed Makefile default setting to generate only native binary. | yann.collet.73@gmail.com | 2012-07-18 | 1 | -6/+6 |
|
|
* | Added : LZ4 HC : Now integrated into main trunk. | yann.collet.73@gmail.com | 2012-05-13 | 1 | -4/+4 |
|
|
* | Added : lz4demo : software swap32 backend for compilers which do not support ... | yann.collet.73@gmail.com | 2012-03-16 | 1 | -1/+1 |
|
|