Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-09-17 | Tests: Add a test file for lzma_index_append() integer overflow bug. | Lasse Collin | 1 | -0/+10 | |
This test fails before commit 18d7facd3802b55c287581405c4d49c98708c136. test_files.sh now runs xz -l for bad-3-index-uncomp-overflow.xz because only then the previously-buggy code path gets tested. Normal decompression doesn't use lzma_index_append() at all. Instead, lzma_index_hash functions are used and those already did the overflow check. | |||||
2022-07-24 | Tests: Add .lzma test files. | Lasse Collin | 1 | -13/+50 | |
2022-07-24 | Tests: Add test file good-1-empty-bcj-lzma2.xz. | Lasse Collin | 1 | -0/+5 | |
This is from test_bcj_exact_size.c. It's good to have it as a standalone file. | |||||
2022-07-12 | Tests: Add bad-1-lzma2-11.xz. | Lasse Collin | 1 | -0/+5 | |
2022-07-12 | Tests: Add bad-1-lzma2-10.xz and also modify -9.xz. | Lasse Collin | 1 | -2/+9 | |
2022-07-12 | Tests: Add bad-1-lzma2-9.xz. | Lasse Collin | 1 | -0/+4 | |
2022-07-12 | Tests: Add bad-1-check-crc32-2.xz. | Lasse Collin | 1 | -0/+7 | |
2011-05-28 | Tests: Add a test file for the bug in the previous commit. | Lasse Collin | 1 | -0/+4 | |
2011-03-31 | Tests: Add a new file to test empty LZMA2 streams. | Lasse Collin | 1 | -0/+4 | |
2009-04-14 | Minor fixes to test files' README. | Lasse Collin | 1 | -8/+9 | |
2008-12-15 | Added two new test files. | Lasse Collin | 1 | -0/+7 | |
2008-11-19 | Oh well, big messy commit again. Some highlights: | Lasse Collin | 1 | -3/+9 | |
- Updated to the latest, probably final file format version. - Command line tool reworked to not use threads anymore. Threading will probably go into liblzma anyway. - Memory usage limit is now about 30 % for uncompression and about 90 % for compression. - Progress indicator with --verbose - Simplified --help and full --long-help - Upgraded to the last LGPLv2.1+ getopt_long from gnulib. - Some bug fixes | |||||
2008-09-30 | Renamed the test files from .lzma suffix to .xz suffix. | Lasse Collin | 1 | -64/+64 | |
2008-09-30 | Added one more test file. | Lasse Collin | 1 | -4/+11 | |
2008-09-30 | Added two test files. | Lasse Collin | 1 | -0/+6 | |
2008-08-28 | Sort of garbage collection commit. :-| Many things are still | Lasse Collin | 1 | -185/+118 | |
broken. API has changed a lot and it will still change a little more here and there. The command line tool doesn't have all the required changes to reflect the API changes, so it's easy to get "internal error" or trigger assertions. | |||||
2008-05-06 | Bunch of grammar fixes from meyering. | Lasse Collin | 1 | -1/+1 | |
2008-01-26 | Added more test files. | Lasse Collin | 1 | -0/+11 | |
2008-01-26 | Added more test files. | Lasse Collin | 1 | -0/+6 | |
2008-01-25 | Added more Multi-Block test files. Improved some | Lasse Collin | 1 | -6/+28 | |
descriptions in the test files' README. | |||||
2008-01-24 | Added more Multi-Block Stream test files. | Lasse Collin | 1 | -0/+23 | |
2008-01-24 | Added bunch of test files containing Multi-Block Streams. | Lasse Collin | 1 | -0/+53 | |
2008-01-23 | Added bad-single-none-footer_filter_flags.lzma and | Lasse Collin | 1 | -0/+5 | |
bad-single-none-too_long_vli.lzma. | |||||
2008-01-18 | Added test files to test usage of flush marker in LZMA. | Lasse Collin | 1 | -0/+12 | |
2008-01-09 | Added good-single-none-empty_3.lzma and | Lasse Collin | 1 | -0/+6 | |
bad-single-none-empty.lzma. | |||||
2008-01-08 | Updated tests/files/README. | Lasse Collin | 1 | -6/+9 | |
2008-01-08 | Added test files with empty Compressed Data. | Lasse Collin | 1 | -0/+6 | |
2008-01-08 | Added good-single-subblock_implicit.lzma. | Lasse Collin | 1 | -0/+2 | |
2008-01-08 | Added a few test files. | Lasse Collin | 1 | -3/+18 | |
2008-01-07 | Added tests/files/README. | Lasse Collin | 1 | -0/+108 | |