summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCompress/Lzma2.cpp
AgeCommit message (Expand)Author
2023-03-30LibCompress: Avoid overflowing the size of uncompressed LZMA2 chunksTim Schumacher
2023-03-30LibCompress: Only require new LZMA2 properties after dictionary resetTim Schumacher
2023-03-30LibCompress: Implement proper handling of LZMA end-of-stream markersTim Schumacher
2023-03-21LibCompress: Add support for LZMA2Tim Schumacher