Age | Commit message (Expand) | Author |
---|---|---|
2023-04-09 | Tests: Convert LZMA and XZ tests to `TRY_OR_FAIL` | Tim Schumacher |
2023-04-01 | LibCompress: Implement block size validation for XZ streams | Tim Schumacher |
2023-04-01 | Tests: Document input of the xz_utils_good_1_block_header_1 test case | Tim Schumacher |
2023-03-30 | LibCompress: Use LZMA context from preexisting dictionary | Tim Schumacher |
2023-03-30 | LibCompress: Avoid overflowing the size of uncompressed LZMA2 chunks | Tim Schumacher |
2023-03-30 | LibCompress: Only require new LZMA2 properties after dictionary reset | Tim Schumacher |
2023-03-30 | LibCompress: Implement support for multiple concatenated XZ streams | Tim Schumacher |
2023-03-30 | LibCompress: Move XZ header validation into the read function | Tim Schumacher |
2023-03-21 | Tests: Add XZ tests from XZ utils | Tim Schumacher |