summaryrefslogtreecommitdiffstats
path: root/mfbt/Compression.h
Commit message (Collapse)AuthorAgeLines
* Issue #1288 - Part 2: Add a partial LZ4 decompression routine.wolfbeast2019-11-14-0/+23
| | | | | | | | This function never writes beyond `aDest` + `aMaxOutputSize`, and is therefore protexted against malicious datapackets. It also ignores unconsumed input upon reaching `aMaxOutputSize` and can therefore be used for parial decompression of LZ4 input up to a desired resulting size of decompressed data.
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+119