summaryrefslogtreecommitdiffstats
path: root/lz4_format_description.txt
Commit message (Collapse)AuthorAgeFilesLines
* Added : LZ4 Streaming Format specification (v1.3)yann.collet.73@gmail.com2013-04-131-9/+8
| | | | | | | | | | Added : LZ4c command-line utility, supporting the new streaming format Added : xxhash library Removed : lz4demo is now replaced by lz4.c Removed : a few level 4 warnings (issue 64) Updated : makefiles git-svn-id: https://lz4.googlecode.com/svn/trunk@92 650e7d94-2a16-8b24-b05c-7c0b3f6821cd
* 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