summaryrefslogtreecommitdiff
path: root/Tests/LibCompress/TestXz.cpp
AgeCommit message (Expand)Author
2023-04-09Tests: Convert LZMA and XZ tests to `TRY_OR_FAIL`Tim Schumacher
2023-04-01LibCompress: Implement block size validation for XZ streamsTim Schumacher
2023-04-01Tests: Document input of the xz_utils_good_1_block_header_1 test caseTim Schumacher
2023-03-30LibCompress: Use LZMA context from preexisting dictionaryTim Schumacher
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 support for multiple concatenated XZ streamsTim Schumacher
2023-03-30LibCompress: Move XZ header validation into the read functionTim Schumacher
2023-03-21Tests: Add XZ tests from XZ utilsTim Schumacher