summaryrefslogtreecommitdiffstats
path: root/lz4_format_description.txt
Commit message (Collapse)AuthorAgeFilesLines
* Small speed improvement (compression & decompression), Thanks Maciej ↵yann.collet.73@gmail.com2012-03-011-15/+17
| | | | | | | | Adamczyk for suggestion Fixed : LZ4_uncompress_unknownOutputSize(), now protected against a malicious attack type, where a crafted input deliberately attempts to make it read outside of input buffer. Thanks Steinar H. Gunderson for report. git-svn-id: https://lz4.googlecode.com/svn/trunk@58 650e7d94-2a16-8b24-b05c-7c0b3f6821cd
* Added : format description fileyann.collet.73@gmail.com2012-02-251-0/+119
Added : new tuning parameter : LZ4_COMPRESSMIN. Thanks to Maciej Adamczyk for suggestion. changed : macro for bswap16, in order to help GCC intrinsic detection. Thank to Erik Andersen for suggestion. git-svn-id: https://lz4.googlecode.com/svn/trunk@57 650e7d94-2a16-8b24-b05c-7c0b3f6821cd