Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-12-13 | Tests: Fix a typo in tests/files/README. | Lasse Collin | 1 | -1/+1 | |
2022-12-13 | Tests: Add two ARM64 test files. | Lasse Collin | 3 | -0/+7 | |
2022-11-09 | Tests: Add .lz (lzip) test files. | Lasse Collin | 19 | -11/+98 | |
2022-09-16 | Tests: Add a test file for lzma_index_append() integer overflow bug. | Lasse Collin | 2 | -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-14 | Tests: Add .lzma test files. | Lasse Collin | 9 | -13/+50 | |
2022-06-14 | Tests: Add test file good-1-empty-bcj-lzma2.xz. | Lasse Collin | 2 | -0/+5 | |
This is from test_bcj_exact_size.c. It's good to have it as a standalone file. | |||||
2022-02-20 | Tests: Add bad-1-lzma2-11.xz. | Lasse Collin | 2 | -0/+5 | |
2021-01-24 | Tests: Add bad-1-lzma2-10.xz and also modify -9.xz. | Lasse Collin | 3 | -2/+9 | |
2021-01-24 | Tests: Add bad-1-lzma2-9.xz. | Lasse Collin | 2 | -0/+4 | |
2021-01-24 | Tests: Add bad-1-check-crc32-2.xz. | Lasse Collin | 2 | -0/+7 | |
2011-05-28 | Tests: Add a test file for the bug in the previous commit. | Lasse Collin | 2 | -0/+4 | |
2011-03-31 | Tests: Add a new file to test empty LZMA2 streams. | Lasse Collin | 2 | -0/+4 | |
2009-04-14 | Minor fixes to test files' README. | Lasse Collin | 1 | -8/+9 | |
2009-02-06 | Recreated the BCJ test files for x86 and SPARC. The old files | Lasse Collin | 2 | -0/+0 | |
were linked with crt*.o, which are copyrighted, and thus the old test files were not in the public domain as a whole. They are freely distributable though, but it is better to be careful and avoid including any copyrighted pieces in the test files. The new files are just compiled and assembled object files, and thus don't contain any copyrighted code. | |||||
2008-12-15 | Added two new test files. | Lasse Collin | 3 | -0/+7 | |
2008-11-19 | Oh well, big messy commit again. Some highlights: | Lasse Collin | 47 | -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 | 58 | -64/+64 | |
2008-09-30 | Added one more test file. | Lasse Collin | 2 | -4/+11 | |
2008-09-30 | Added two test files. | Lasse Collin | 3 | -0/+6 | |
2008-09-27 | Changed magic bytes to match the updated spec. Filename | Lasse Collin | 54 | -0/+0 | |
suffix wasn't changed yet. | |||||
2008-08-28 | Sort of garbage collection commit. :-| Many things are still | Lasse Collin | 117 | -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 | 4 | -0/+11 | |
2008-01-26 | Added more test files. | Lasse Collin | 3 | -0/+6 | |
2008-01-25 | Added more Multi-Block test files. Improved some | Lasse Collin | 4 | -6/+28 | |
descriptions in the test files' README. | |||||
2008-01-24 | Added more Multi-Block Stream test files. | Lasse Collin | 7 | -0/+23 | |
2008-01-24 | Added bunch of test files containing Multi-Block Streams. | Lasse Collin | 19 | -0/+53 | |
2008-01-23 | Added bad-single-none-footer_filter_flags.lzma and | Lasse Collin | 3 | -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 | 5 | -0/+12 | |
2008-01-09 | Added good-single-none-empty_3.lzma and | Lasse Collin | 3 | -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 | 4 | -0/+6 | |
2008-01-08 | Added good-single-subblock_implicit.lzma. | Lasse Collin | 2 | -0/+2 | |
2008-01-08 | Added a few test files. | Lasse Collin | 6 | -3/+18 | |
2008-01-07 | Added tests/files/README. | Lasse Collin | 1 | -0/+108 | |
2008-01-07 | Cleaned up the tests/files directory. | Lasse Collin | 3 | -0/+0 | |
2007-12-09 | Added a bunch of .lzma test files. | Lasse Collin | 17 | -0/+0 | |