summaryrefslogtreecommitdiffstats
path: root/mfbt/Compression.cpp
Commit message (Collapse)AuthorAgeLines
* Issue #1288 - Part 2: Add a partial LZ4 decompression routine.wolfbeast2019-11-14-0/+21
| | | | | | | | 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.
* Bug 1398021 - Update lz4 to version 1.8.0. r=froydnj, a=RyanVMRyan VanderMeulen2018-03-14-3/+8
| | | | | | --HG-- extra : source : 9a4077eda5d80e2f7c7fe271035bee2e2d034cec extra : histedit_source : 64eb1f6e9b2b08981644d7edccd22997d6463b4b%2C5619daf512a89b3a6bf84eca781190b56e8dea31
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+73