Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | minor memtest correction | Yann Collet | 2014-12-10 | 1 | -1/+1 |
| | |||||
* | lz4cli : legacy arguments are now disabled by default | Yann Collet | 2014-12-01 | 1 | -3/+3 |
| | |||||
* | New directory structure : library source files into /lib directory | Yann Collet | 2014-11-30 | 1 | -2/+2 |
| | |||||
* | LZ4IO : modified to use lz4frame instead | Yann Collet | 2014-11-30 | 1 | -9/+10 |
| | |||||
* | Fixed : some minor Visual warnings | Yann Collet | 2014-11-30 | 1 | -1/+1 |
| | |||||
* | Added : $(EXT) within install for cross-compilation support | Yann Collet | 2014-11-23 | 1 | -7/+7 |
| | |||||
* | Makefile : refactored Travis CI tests | Yann Collet | 2014-11-04 | 1 | -23/+4 |
| | |||||
* | Fixed issue 44 : stopped concatenated stream on null size frame (thanks to ↵ | Yann Collet | 2014-11-04 | 1 | -1/+11 |
| | | | | Brendan O'Connor) | ||||
* | Makefile : added -Wcast-align compilation warning | Yann Collet | 2014-11-04 | 1 | -1/+1 |
| | |||||
* | Added : valgrind test for fuzzer | Yann Collet | 2014-10-29 | 1 | -1/+2 |
| | |||||
* | Fixed : frametest for Travis CI build matrix | Yann Collet | 2014-10-28 | 1 | -4/+4 |
| | |||||
* | new Travis CI build matrix | Yann Collet | 2014-10-28 | 1 | -16/+33 |
| | |||||
* | Added : frametest32 | Yann Collet | 2014-10-28 | 1 | -2/+9 |
| | |||||
* | LZ4 HC streaming integrated within lz4frame | Yann Collet | 2014-10-27 | 1 | -4/+4 |
| | |||||
* | HC streaming : support small ringbuffer scenarios | Yann Collet | 2014-10-25 | 1 | -1/+1 |
| | |||||
* | modified : fuzzer automatically selects seed | Yann Collet | 2014-10-09 | 1 | -2/+2 |
| | |||||
* | changed xxhash directory | Yann Collet | 2014-09-13 | 1 | -8/+8 |
| | | | changed makefile | ||||
* | Improved lz4frame compression speed | Yann Collet | 2014-09-10 | 1 | -2/+2 |
| | | | Added : fullbench test -c14 (LZ4F_compressFrame) | ||||
* | Added : valgrind verification for frametest | Yann Collet | 2014-09-07 | 1 | -1/+2 |
| | |||||
* | Added : preliminary frame decompression function | Yann Collet | 2014-09-01 | 1 | -1/+4 |
| | |||||
* | upgraded lz4frame compression tests | Yann Collet | 2014-08-31 | 1 | -1/+1 |
| | |||||
* | lz4frame compression API v1 completed | Yann Collet | 2014-08-30 | 1 | -4/+8 |
| | | | Added : test program frametest | ||||
* | Simplified travis test flow | Yann Collet | 2014-08-26 | 1 | -5/+4 |
| | |||||
* | updated release number | Yann Collet | 2014-08-13 | 1 | -7/+8 |
| | |||||
* | Added : HC streaming test | Yann Collet | 2014-08-01 | 1 | -6/+11 |
| | |||||
* | Added : Makefile : install for kFreeBSD and Hurd (Nobuhiro Iwamatsu) | Yann Collet | 2014-07-26 | 1 | -2/+4 |
| | |||||
* | Makefile : some corrections suggested by Michał Górny (issue 136) | Yann Collet | 2014-07-21 | 1 | -10/+13 |
| | |||||
* | Makefile : added -Wstrict-prototype, as suggested by Larry Doolittle | Yann Collet | 2014-07-14 | 1 | -1/+1 |
| | |||||
* | Modified : Makefile : added -Wshadow option, suggest by Boris Faure | Yann Collet | 2014-07-05 | 1 | -4/+4 |
| | |||||
* | 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 |
| | |||||
* | New fuzzer test (issue 134) | Yann Collet | 2014-07-02 | 1 | -1/+1 |
| | |||||
* | LZ4 Streaming : check overlapping input/dictionary | Yann Collet | 2014-06-14 | 1 | -1/+1 |
| | |||||
* | CLI : can select compression level > 9 | Yann Collet | 2014-06-11 | 1 | -1/+1 |
| | |||||
* | restored LZ4 HC streaming mode | Yann Collet | 2014-06-11 | 1 | -1/+3 |
| | |||||
* | lz4io : reduced memory usage in streaming mode | Yann Collet | 2014-06-10 | 1 | -5/+7 |
| | |||||
* | New : valgrind memtest | Yann Collet | 2014-06-09 | 1 | -4/+11 |
| | |||||
* | new test tool : datagen | Yann Collet | 2014-06-03 | 1 | -8/+21 |
| | |||||
* | restored Travis Build Matrix | Yann Collet | 2014-05-20 | 1 | -3/+19 |
| | |||||
* | First version of Block Streaming API : LZ4_compress_usingDict() | Yann Collet | 2014-05-19 | 1 | -16/+3 |
| | |||||
* | Add Travis CI's Build Matrix | Takayuki MATSUOKA | 2014-04-30 | 1 | -1/+14 |
| | | | | See also : http://docs.travis-ci.com/user/build-configuration/#The-Build-Matrix | ||||
* | Introduce "External Dictionary" de/compression API | Yann Collet | 2014-04-28 | 1 | -2/+2 |
| | |||||
* | re-order travis tests | Yann Collet | 2014-04-22 | 1 | -7/+10 |
| | | | fix : remove man pages on uninstall | ||||
* | Add build target 'test' | Takayuki MATSUOKA | 2014-04-16 | 1 | -0/+21 |
| | |||||
* | Added lz4c & lz4cat man pages | Yann Collet | 2014-04-15 | 1 | -0/+4 |
| | |||||
* | quickfix (issue 124 & 125) | yann.collet.73@gmail.com | 2014-03-24 | 1 | -10/+11 |
| | | | | git-svn-id: https://lz4.googlecode.com/svn/trunk@116 650e7d94-2a16-8b24-b05c-7c0b3f6821cd | ||||
* | Added : lz4cat utility for posx systems | yann.collet.73@gmail.com | 2014-03-23 | 1 | -0/+2 |
| | | | | | | | 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.com | 2014-03-12 | 1 | -11/+10 |
| | | | | | | | | | | | 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.com | 2014-02-04 | 1 | -4/+4 |
| | | | | | | | | | | | 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.com | 2014-01-08 | 1 | -2/+2 |
| | | | | git-svn-id: https://lz4.googlecode.com/svn/trunk@112 650e7d94-2a16-8b24-b05c-7c0b3f6821cd |