summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* bumped version number to v1.9.2Yann Collet2019-07-011-1/+1
* Fix out-of-bounds read of up to 64 KB in the pastNick Terrell2019-06-281-2/+8
* precise again that LZ4 decoder needs metadataYann Collet2019-06-061-22/+31
* restored FORCE_INLINEYann Collet2019-06-041-1/+0
* Merge pull request #717 from lz4/inplaceYann Collet2019-05-313-23/+99
|\
| * added more details for in-place documentationYann Collet2019-05-311-14/+15
| * decompress: changed final memcpy() into memmove()Yann Collet2019-05-311-10/+13
| * updated LZ4_DECOMPRESS_INPLACE_MARGINYann Collet2019-05-301-2/+2
| * add more doc on in-place (de)compressionYann Collet2019-05-301-5/+25
| * some more minor conversion warnings fixesYann Collet2019-05-291-4/+4
| * ensure lz4.h can be included with or without LZ4_STATIC_LINKING_ONLY in any o...Yann Collet2019-05-293-4/+16
| * added comments and macros for in-place (de)compressionYann Collet2019-05-292-6/+46
* | FAST_DEC_LOOP: only did offset check in specific condition.Chenxi Mao2019-05-311-2/+2
* | fix temporary buffer use when input size hint is respectedNiko Dzhus2019-05-241-1/+1
|/
* Merge pull request #708 from gabrielstedman/listYann Collet2019-05-162-2/+11
|\
| * Add multiframe report to --list commandgstedman2019-05-152-2/+11
* | enable LZ4_FAST_DEC_LOOP build macro on aarch64/GCC by defaultGeorge Prekas2019-05-071-0/+5
|/
* Include block checksum in worst case scenario calculation of dstCapacityBrenden Eng2019-04-261-0/+1
* several minor style changes recommended by clang-tidyYann Collet2019-04-242-66/+75
* 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
|/