Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed #272 (compilation fails on gcc 4.4), reported by @totaam | Yann Collet | 2016-11-19 | 1 | -0/+1 |
| | |||||
* | attempt -mx32 tests on Travis CI | Yann Collet | 2016-11-19 | 1 | -0/+1 |
| | |||||
* | fix 32-bits mode. | Yann Collet | 2016-11-17 | 1 | -0/+3 |
| | | | | | | Large File support for Mac OS-X in 32-bits mode Fixed potential undefined behavior Changed makefile for 32-bits mode | ||||
* | bump version number | Yann Collet | 2016-11-15 | 1 | -1/+1 |
| | |||||
* | cli : add --help command | Yann Collet | 2016-11-13 | 1 | -1/+1 |
| | |||||
* | updated frametest | Yann Collet | 2016-11-11 | 1 | -1/+1 |
| | |||||
* | improved man on compression level | Yann Collet | 2016-11-10 | 1 | -1/+4 |
| | |||||
* | fixed lz4cat | Yann Collet | 2016-11-09 | 1 | -1/+1 |
| | | | | changed lz4-test order | ||||
* | updated NEWS | Yann Collet | 2016-11-09 | 1 | -8/+10 |
| | |||||
* | small compression ratio and speed improvement on small files | Yann Collet | 2016-11-08 | 1 | -0/+1 |
| | |||||
* | Fix #243 : detect and report fread() errors, by @iyokan | Yann Collet | 2016-11-07 | 1 | -2/+5 |
| | |||||
* | minor refactor | Yann Collet | 2016-11-05 | 1 | -0/+1 |
| | |||||
* | better correctness on big-endian 64-bits platforms | Yann Collet | 2016-11-04 | 1 | -0/+1 |
| | |||||
* | small compression speed improvement on 64-bits systems | Yann Collet | 2016-11-04 | 1 | -1/+3 |
| | |||||
* | moved cmake and debian directories to contrib (#245) | Yann Collet | 2016-11-02 | 1 | -3/+4 |
| | |||||
* | Updated Makefile and .travis | Yann Collet | 2015-09-01 | 1 | -2/+4 |
| | |||||
* | Slightly improved compression speed on ARMv6 | Yann Collet | 2015-08-16 | 1 | -0/+1 |
| | |||||
* | Makefile : generates *.o for faster processing | Yann Collet | 2015-08-15 | 1 | -1/+2 |
| | |||||
* | update on decompression speed | Yann Collet | 2015-07-16 | 1 | -0/+3 |
| | |||||
* | Updated NEWS | Yann Collet | 2015-06-28 | 1 | -0/+1 |
| | |||||
* | staticAnalyze use same compilation flags as normal build | Yann Collet | 2015-06-27 | 1 | -1/+2 |
| | |||||
* | Changed : static library is no longer compiled with -fPIC by default (this ↵ | Yann Collet | 2015-06-27 | 1 | -0/+3 |
| | | | | option can still be added on the command line) See #53 | ||||
* | Updated NEWS | Yann Collet | 2015-05-25 | 1 | -0/+2 |
| | |||||
* | Performance fix : big compression speed boost for clang (+30%) | Yann Collet | 2015-05-21 | 1 | -0/+1 |
| | |||||
* | Fixed : LZ4IO exits too early when frame crc not present, reported by ↵ | Yann Collet | 2015-05-20 | 1 | -0/+2 |
| | | | | Yongwoon Cho (#106) | ||||
* | Added a few more interoperability tests (32bits vs 64 bits) | Yann Collet | 2015-05-13 | 1 | -1/+4 |
| | |||||
* | Updated readme | Yann Collet | 2015-05-04 | 1 | -4/+4 |
| | |||||
* | Fixed unfinished frame (issue #75) | Yann Collet | 2015-04-20 | 1 | -2/+6 |
| | |||||
* | Implemented obsolete warning message | Yann Collet | 2015-04-11 | 1 | -1/+2 |
| | |||||
* | Update lz4hc API : LZ4_compressHC_safe() | Yann Collet | 2015-04-11 | 1 | -0/+2 |
| | |||||
* | Modified files rights | Yann Collet | 2015-03-31 | 1 | -0/+1 |
| | |||||
* | Restored proper credit | Yann Collet | 2015-03-31 | 1 | -15/+15 |
| | |||||
* | Added : Frame documentation in MarkDown format | Yann Collet | 2015-03-31 | 1 | -1/+2 |
| | |||||
* | Updated readme | Yann Collet | 2015-03-30 | 1 | -0/+3 |
| | |||||
* | Added : arm cross-compilation test | Yann Collet | 2015-03-25 | 1 | -1/+2 |
| | |||||
* | lz4 cli supports frame content size | Yann Collet | 2015-03-23 | 1 | -3/+2 |
| | |||||
* | Updates tests & Man pages | Yann Collet | 2015-03-22 | 1 | -1/+3 |
| | |||||
* | frame content size support | Yann Collet | 2015-03-18 | 1 | -0/+1 |
| | |||||
* | Updated LZ4 frame format documentation | Yann Collet | 2015-03-16 | 1 | -0/+1 |
| | |||||
* | lz4 utility supports "pass-through" mode | Yann Collet | 2015-03-16 | 1 | -2/+6 |
| | |||||
* | skippable frames support | Yann Collet | 2015-03-16 | 1 | -0/+2 |
| | |||||
* | scan-build tests | Yann Collet | 2015-03-15 | 1 | -1/+2 |
| | |||||
* | Fixed minor g++ warnings | Yann Collet | 2015-03-11 | 1 | -0/+1 |
| | |||||
* | g++ compatibility | Yann Collet | 2015-03-10 | 1 | -0/+2 |
| | |||||
* | NetBSD compatibility (#48) | Yann Collet | 2015-03-07 | 1 | -0/+1 |
| | |||||
* | Updated : compress multiple files | Yann Collet | 2015-03-07 | 1 | -0/+5 |
| | |||||
* | Added : -pedantic compilation option | Yann Collet | 2014-12-17 | 1 | -0/+1 |
| | |||||
* | C90 compatibility | Yann Collet | 2014-12-17 | 1 | -0/+1 |
| | |||||
* | Fixed : older compiler don't like nameless unions, reported by Cheyi Lin | Yann Collet | 2014-12-16 | 1 | -0/+1 |
| | |||||
* | Fixed : bug within LZ4 HC streaming mode, reported by James Boyle | Yann Collet | 2014-12-16 | 1 | -1/+2 |
| |