summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fixed a few warnings from -fsanitize=undefinedYann Collet2015-04-093-141/+49
* New LZ4_compress_safe() APIYann Collet2015-04-092-71/+53
* fullbench : tests of _limitedOutput variants intentionnally provides less mem...Yann Collet2015-04-012-27/+17
* Fixed issue 160, reported by Eric BergeYann Collet2015-04-011-1/+1
* simplified LZ4_compress_limitedOutput()Yann Collet2015-04-012-17/+4
* simplified LZ4_compress_withState()Yann Collet2015-04-011-26/+28
* simplified LZ4_compress()Yann Collet2015-04-012-41/+45
* Fix : minor warning under VisualYann Collet2015-03-311-1/+1
* Fixed : Windows compilationYann Collet2015-03-311-2/+4
* minor tweakYann Collet2015-03-301-14/+14
* Added LZ4_compress_fast()Yann Collet2015-03-302-26/+74
* faster compression in 64 bits modeYann Collet2015-03-301-1/+18
* Updated comments on LZ4F_getFrameInfo()Yann Collet2015-03-302-4/+8
* restored lz4hc compression ratioYann Collet2015-03-301-20/+24
* lz4frame validates contentSize during decompressionYann Collet2015-03-292-31/+37
* Changed struct member to contentSizeYann Collet2015-03-292-11/+11
* Fixed cast-align warnings on 32-bitsYann Collet2015-03-255-17/+25
* Updates tests & Man pagesYann Collet2015-03-222-5/+5
* Some more tests related to frame content sizeYann Collet2015-03-191-2/+2
* frame content size supportYann Collet2015-03-183-75/+141
* Updated lz4io sparse file support (alignment properties)Yann Collet2015-03-171-5/+5
* minor lz4frame optimisation (no more malloc() on using LZ4F_compressFrame() i...Yann Collet2015-03-161-7/+14
* minor lz4frame refactoringYann Collet2015-03-162-37/+26
* Added : Readme into lib directory, to explain what does each fileYann Collet2015-03-161-0/+19
* minor refactoringYann Collet2015-03-161-10/+14
* skippable frames supportYann Collet2015-03-164-39/+116
* changed "make install" default install directory to /usr/localYann Collet2015-03-151-3/+2
* Added : clang testYann Collet2015-03-152-1/+3
* scan-build testsYann Collet2015-03-152-23/+20
* Improved sparse file supportYann Collet2015-03-138-18/+16
* Fixed minor g++ warningsYann Collet2015-03-111-7/+6
* Fixed minor warningsYann Collet2015-03-112-11/+14
* g++ compatibilityYann Collet2015-03-103-57/+47
* Fixed : static library (x64 binary)Yann Collet2015-03-081-1/+1
* NetBSD compatibility (#48)Yann Collet2015-03-072-11/+11
* Fix : lz4frame.h within uninstallerYann Collet2015-01-211-0/+1
* Added : -pedantic compilation optionYann Collet2014-12-173-4/+4
* C90 compatibilityYann Collet2014-12-171-14/+13
* Fixed : older compiler don't like nameless unions, reported by Cheyi LinYann Collet2014-12-163-87/+97
* Fixed : bug within LZ4 HC streaming mode, reported by James BoyleYann Collet2014-12-162-1/+2
* Fixed : GCC 4.9 bug on highest performance settings, reported by Greg Slazinski Yann Collet2014-12-141-14/+12
* Updated commentsYann Collet2014-12-131-8/+0
* New : lz4frame integrated into liblz4 (v1.5.0)Yann Collet2014-12-135-27/+86
* Fixed : LZ4_compress_limitedOutput() bug, as reported by Christopher SpellerYann Collet2014-12-101-2/+2
* stronger tests for LZ4_compress_limitedOutput()Yann Collet2014-12-101-2/+4
* fixed : pkg versionYann Collet2014-12-091-1/+2
* minor refactoringYann Collet2014-12-062-18/+21
* Clarified a few commentsYann Collet2014-12-034-69/+23
* Fixed : deprecated function LZ4_slideInputBufferHC()Yann Collet2014-12-033-60/+43
* variable ref renamedYann Collet2014-12-021-18/+18