summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #697 from ldv-alt/fixes/test-amalgamationYann Collet2019-04-241-3/+1
|\
| * test-amalgamation: use a single cat commandDmitry V. Levin2019-04-231-3/+1
* | lib/Makefile: Fix detection of `Darwin`.Chongyu Zhu2019-04-231-3/+2
|/
* More build imrpvementsJPeterMugaas2019-04-232-36/+74
* Merge pull request #689 from JPeterMugaas/jpm-makefileYann Collet2019-04-221-15/+11
|\
| * Fix a test for mingwJPeterMugaas2019-04-221-1/+1
| * Try to put some tests I made in ONE place. I also moved a test for "install"...JPeterMugaas2019-04-221-26/+2
| * Initial commits from diff I submitted earlierJPeterMugaas2019-04-221-11/+31
* | bumped version numberYann Collet2019-04-191-1/+1
* | lz4frame: initializers compatibility with C++Yann Collet2019-04-192-5/+7
* | fixed read-after input in LZ4_decompress_safe()Yann Collet2019-04-192-29/+30
* | address a few minor Visual warningsYann Collet2019-04-182-3/+6
* | re-enable FORCE_INLINEYann Collet2019-04-171-3/+0
* | fix out-of-bound read within LZ4_decompress_fast()Yann Collet2019-04-172-11/+23
* | Fix AIX errors/warningsNorm Green2019-04-171-0/+6
|/
* ensure consistent definition and usage of FREEMEMYann Collet2019-04-162-6/+6
* simplified output_directiveYann Collet2019-04-151-15/+17
* fix comma for pedanticYann Collet2019-04-151-1/+1
* unified limitedOutput_directiveYann Collet2019-04-152-35/+27
* decompress*_fast() function do not generate deprecation warningsYann Collet2019-04-151-13/+14
* fixed lz4frame with linked blocksYann Collet2019-04-151-11/+9
* Merge branch 'dev' of github.com:Cyan4973/lz4 into devYann Collet2019-04-133-16/+16
|\
| * fix minor visual warningYann Collet2019-04-121-2/+2
| * fixed minor Visual warningsYann Collet2019-04-122-14/+14
* | fixed incorrect assertion conditionYann Collet2019-04-131-1/+1
|/
* updated doc to underline difference between block and frameYann Collet2019-04-123-16/+24
* improved documentation for LZ4 dictionary compressionYann Collet2019-04-112-4/+27
* introduce LZ4_DISTANCE_MAX build macroYann Collet2019-04-113-23/+35
* Merge pull request #663 from lz4/headerSizeYann Collet2019-04-102-57/+99
|\
| * made LZ4F_getHeaderSize() publicYann Collet2019-04-102-57/+99
* | added versions in commentsYann Collet2019-04-102-2/+7
|/
* fixed loadDictHCYann Collet2019-04-091-10/+18
* re-enable LZ4_resetStreamHC()Yann Collet2019-04-091-1/+1
* modified LZ4_initStreamHC() to look like LZ4_initStream()Yann Collet2019-04-094-40/+79
* check some more initialization resultYann Collet2019-04-081-1/+5
* removed LZ4_stream_t alignment test on VisualYann Collet2019-04-081-0/+8
* LZ4_initStream() checks alignment restrictionYann Collet2019-04-082-7/+17
* added comment on initStream + _extState_Yann Collet2019-04-051-4/+8
* created LZ4_initStream()Yann Collet2019-04-054-53/+60
* fixed strict iso C90Yann Collet2019-04-051-1/+1
* created LZ4_initStreamHC()Yann Collet2019-04-053-143/+190
* make `_fast*()` decoder generate a deprecation warningYann Collet2019-04-042-9/+25
* moved LZ4_decompress_fast*() into deprecated sectionYann Collet2019-04-042-24/+30
* fixed an old bug in LZ4F_flush()Yann Collet2019-04-032-66/+109
* fixed docYann Collet2019-04-031-7/+10
* moved _destSize() into "stable API" statusYann Collet2019-04-031-41/+41
* minor comments and reformattingYann Collet2019-04-031-12/+17
* fixed minor conversion warningsYann Collet2019-04-031-14/+10
* created LZ4_FAST_DEC_LOOP build macroYann Collet2019-04-022-9/+31
* fixed a few minor conversion warningsYann Collet2019-04-021-20/+22