summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* NetBSD compatibility (#48)Yann Collet2015-03-076-25/+79
* Updated : compress multiple filesYann Collet2015-03-077-101/+132
* Merge pull request #52 from KyleJHarper/r128/multiple_inputsYann Collet2015-03-031-58/+84
|\
| * Added support for multiple input files to act more like other compressors. Fo...kyle2015-03-021-58/+84
* | Merge pull request #49 from t-mat/msvc-fseeki64Yann Collet2015-03-011-0/+3
|\ \
| * | Replace fseek with _fseeki64 to avoid MSVC's 2GiB barrierTakayuki MATSUOKA2015-02-141-0/+3
| |/
* | restored lz4 hc compression ratioYann Collet2015-03-012-27/+148
* | Fix : lz4frame.h within uninstallerYann Collet2015-01-211-0/+1
|/
* Added : Visual project directoryYann Collet2015-01-139-0/+489
* Added : -pedantic compilation optionYann Collet2014-12-175-5/+6
* C90 compatibilityYann Collet2014-12-173-16/+16
* Fixed : older compiler don't like nameless unions, reported by Cheyi LinYann Collet2014-12-168-351/+362
* Fixed : bug within LZ4 HC streaming mode, reported by James BoyleYann Collet2014-12-165-21/+27
* Fixed : GCC 4.9 bug on highest performance settings, reported by Greg Slazinski Yann Collet2014-12-142-14/+13
* Updated commentsYann Collet2014-12-131-8/+0
* fixed travis testsYann Collet2014-12-132-2/+5
* Fixed : install test on travisYann Collet2014-12-131-1/+1
* New : lz4frame integrated into liblz4 (v1.5.0)Yann Collet2014-12-1311-57/+117
* Fixed : minor warnings under VisualYann Collet2014-12-131-7/+3
* minor memtest correctionYann Collet2014-12-101-1/+1
* updated NEWSYann Collet2014-12-101-0/+1
* Fixed : LZ4_compress_limitedOutput() bug, as reported by Christopher SpellerYann Collet2014-12-103-20/+21
* stronger tests for LZ4_compress_limitedOutput()Yann Collet2014-12-102-63/+80
* fixed : pkg versionYann Collet2014-12-093-2/+4
* minor refactoringYann Collet2014-12-066-62/+38
* Clarified a few commentsYann Collet2014-12-036-72/+28
* Merge pull request #38 from Cyan4973/newDirYann Collet2014-12-034-97/+88
|\
| * Fixed : deprecated function LZ4_slideInputBufferHC()Yann Collet2014-12-033-60/+43
| * variable ref renamedYann Collet2014-12-021-18/+18
| * lz4frame.h : clarified a few commentsYann Collet2014-12-011-19/+27
* | Merge pull request #37 from Cyan4973/newDirYann Collet2014-12-0120-87/+157
|\ \ | |/
| * lz4cli : legacy arguments are now disabled by defaultYann Collet2014-12-012-12/+12
| * Fixed : make distYann Collet2014-12-011-3/+2
| * Clarified some file namesYann Collet2014-11-303-14/+0
| * fix : sudo for make installYann Collet2014-11-301-2/+2
| * (no commit message)Yann Collet2014-11-306-16/+0
| * New directory structure : library source files into /lib directoryYann Collet2014-11-3024-72/+173
|/
* Update cmakelist to support new lz4io versionYann Collet2014-11-301-2/+2
* LZ4IO : modified to use lz4frame insteadYann Collet2014-11-305-456/+167
* Merge pull request #36 from Cyan4973/AlignEndianYann Collet2014-11-3013-635/+454
|\
| * Fixed : some minor Visual warningsYann Collet2014-11-303-2/+6
| * Updated lz4hc : re-use most shared elements from lz4 (endianess / align / bus...Yann Collet2014-11-293-337/+108
| * Improved compression speed on big endian CPUYann Collet2014-11-291-51/+73
| * minor : fixed warning under clangYann Collet2014-11-291-7/+10
| * Fixed : decompression issue on 32-bits CPU without unaligned memory accessYann Collet2014-11-294-45/+37
| * Fixed decompression bugYann Collet2014-11-281-3/+6
| * Improved decoding speedYann Collet2014-11-273-107/+98
| * Added : $(EXT) within install for cross-compilation supportYann Collet2014-11-233-16/+12
| * Corrected lz4ioYann Collet2014-11-234-5/+12
| * New endian & alignment codeYann Collet2014-11-225-245/+275
|/