summaryrefslogtreecommitdiffstats
path: root/lib/lz4.h
Commit message (Collapse)AuthorAgeFilesLines
* Added namespace ability to xxhashYann Collet2015-06-271-1/+1
|
* Updated a few commentsYann Collet2015-05-121-2/+1
|
* Updated commentsYann Collet2015-05-061-4/+4
|
* Added : LZ4_compress_destSize()Yann Collet2015-05-061-0/+15
|
* Added compilation flag -Wcast-qualYann Collet2015-05-061-2/+2
|
* New lz4 API, using LZ4_compress_fast()Yann Collet2015-05-031-39/+38
|
* streaming API : Improved ring buffer managementYann Collet2015-04-241-15/+24
|
* Added LZ4_compress_fast_extState()Yann Collet2015-04-231-10/+12
|
* Removed LZ4_compress() (obsolete) from lz4Yann Collet2015-04-211-1/+1
|
* Fix LZ4_DEPRECATED() for older/non-gcc/clang/MSVC compilersTakayuki MATSUOKA2015-04-141-1/+1
|
* Replace GCC_VERSION with LZ4_GCC_VERSIONTakayuki MATSUOKA2015-04-141-3/+3
|
* Add LZ4 prefix to deprecation macrosTakayuki MATSUOKA2015-04-121-15/+15
| | | | | | | Replace the following macros: - "_DEPRECATE_WARNING_DEFBLOCK" to "LZ4_DEPRECATE_WARNING_DEFBLOCK" - "DEPRECATED" to "LZ4_DEPRECATED"
* Extended obsolete warning messages to lz4hcYann Collet2015-04-111-4/+9
|
* Implemented obsolete warning messageYann Collet2015-04-111-24/+39
|
* New LZ4_compress_safe() APIYann Collet2015-04-091-48/+37
|
* fullbench : tests of _limitedOutput variants intentionnally provides less ↵Yann Collet2015-04-011-0/+1
| | | | memory space than safe (LZ4_compressBound())
* simplified LZ4_compress_limitedOutput()Yann Collet2015-04-011-1/+1
|
* simplified LZ4_compress()Yann Collet2015-04-011-3/+3
|
* Added LZ4_compress_fast()Yann Collet2015-03-301-0/+10
|
* Fixed cast-align warnings on 32-bitsYann Collet2015-03-251-2/+2
|
* Updates tests & Man pagesYann Collet2015-03-221-2/+2
|
* Some more tests related to frame content sizeYann Collet2015-03-191-2/+2
|
* minor lz4frame refactoringYann Collet2015-03-161-7/+7
|
* skippable frames supportYann Collet2015-03-161-1/+1
|
* Improved sparse file supportYann Collet2015-03-131-2/+3
|
* New : lz4frame integrated into liblz4 (v1.5.0)Yann Collet2014-12-131-3/+3
|
* Clarified a few commentsYann Collet2014-12-031-2/+7
|
* New directory structure : library source files into /lib directoryYann Collet2014-11-301-0/+310