summaryrefslogtreecommitdiff
path: root/libarchive/test
Commit message (Expand)AuthorAgeFilesLines
* Add tests for the new zstd options.Dag-Erling Smørgrav2023-01-091-0/+27
* replace time64 functions with normal ones (#1830)Rosen Penev2023-01-093-9/+9
* further cleanup _localtime64_s (#1824)Rosen Penev2022-12-283-30/+3
* Memory leaks fix for tests (#1829)TERESH12022-12-273-0/+9
* cleanup _localtime64_s (#1820)Rosen Penev2022-12-203-9/+9
* test_sparse_basic: avoid always-true comparsionMartin Matuska2022-12-081-1/+3
* test_read_format_rar5: correctly use verify_data()Martin Matuska2022-12-081-9/+9
* tests: silence localtime() CodeQL warningsMartin Matuska2022-12-083-4/+61
* free mstr to fix memory leaksbanjiuqingshan2022-11-151-0/+1
* Support reading mtree files with tabsEric van Gyzen2022-09-301-0/+30
* Merge pull request #1736 from uckelman-sf/mingw_fixesMartin Matuška2022-09-051-0/+30
|\
| * Skip match_time tests when running on Windows, since the ctime can't be setZack Weger2022-06-011-0/+30
* | Merge pull request #1745 from bobrofon/rar5-read_data_blockTim Kientzle2022-08-041-1/+24
|\ \
| * | rar5: Fix random initial offset if using archive_read_data_into_fdSergey Bobrenok2022-06-301-1/+24
* | | Validate entry_bytes_remaining in pax_attributeBen Wagner2022-07-243-0/+92
|/ /
* | Fixed issue #1743: Changed sprintf to safer snprintfSean McBride2022-06-2218-72/+72
|/
* Merge pull request #1668 from mgorny/missing-zlibMartin Matuška2022-02-193-11/+30
|\
| * Handle missing zlib in test_read_format_zip_7z_deflateMichał Górny2022-02-121-6/+25
| * Fix expected error messages in test_read_format_zip_winzip_aes*Michał Górny2022-02-122-5/+5
* | tests: reduce sample size for RAR filter testMartin Matuska2022-02-142-26653/+2102
|/
* Merge pull request #1657 from kientzle/ReorganizeTestCodeMartin Matuška2022-02-087-7/+0
|\
| * Reorganize test code a bitTim Kientzle2022-02-017-7/+0
* | RAR5 reader: add more checks for invalid extraction parametersGrzegorz Antoniak2022-02-082-0/+26
* | RAR5 reader: fix invalid memory access in some filesGrzegorz Antoniak2022-02-062-0/+28
* | Merge pull request #1448 from arichardson/add-test-slow-hostMartin Matuška2022-02-061-1/+1
|\ \
| * | Reduce test_write_format_7zip_large_lzma1 buffer sizeAlex Richardson2021-03-031-1/+1
* | | Merge pull request #1518 from ghost/zip-zstdMartin Matuška2022-02-053-0/+236
|\ \ \ | |_|/ |/| |
| * | ZIP reader: added support for Zstd decompressionjo620kix2021-03-293-0/+236
* | | Avoid millions of rand() calls() when running testsAlex Richardson2022-01-157-21/+24
* | | RAR5 reader: fixed out of bounds read in some filesGrzegorz Antoniak2022-01-092-0/+26
* | | Merge pull request #1503 from legnaleurc/rar_filterMartin Matuška2022-01-033-0/+26708
|\ \ \
| * | | add testWei-Cheng Pan2021-10-043-0/+26708
* | | | Merge pull request #1585 from JFranklin13/rar5_sfxMartin Matuška2021-12-152-0/+7072
|\ \ \ \
| * | | | Add support for rar5 sfx filesJFranklin132021-10-142-0/+7072
* | | | | Merge pull request #1614 from diabonas/add-no-read-sparseMartin Matuška2021-11-211-4/+33
|\ \ \ \ \
| * | | | | test_sparse_basic: test ARCHIVE_READDISK_NO_SPARSEJonas Witschel2021-11-211-0/+27
| * | | | | test_sparse_basic: do not assume that holes can be read in one goJonas Witschel2021-11-211-4/+6
* | | | | | Merge pull request #1598 from JiaT75/zip_entry_size_unset_store_fix_1547Martin Matuška2021-11-162-0/+322
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Using the new .editorconfig to fix formatting on size unset store testjiat752021-10-271-177/+181
| * | | | | Added copyright to new test file.jiat752021-10-191-0/+25
| * | | | | Added new test to cmake listsjiat752021-10-191-0/+1
| * | | | | Added assertions for folderjiat752021-10-191-0/+62
| * | | | | Added test for writing an zip file without entry size and no compressionjiat752021-10-191-0/+230
| |/ / / /
* | | | | Merge pull request #1589 from JiaT75/added-missing-checks-for-canLzip-canLzma...Martin Matuška2021-10-262-12/+6
|\ \ \ \ \
| * | | | | Removed unused function.jiat752021-10-071-6/+0
| * | | | | added missing checks for canLzip, canLzma, and canXzjiat752021-10-042-6/+6
| |/ / / /
* | | | | Support ARCHIVE_EXTRACT_SECURE_NODOTDOT on WindowsJoerg Sonnenberger2021-10-071-4/+0
| |/ / / |/| | |
* | | | Merge pull request #1567 from russelltg/russell_zstd_threadsMartin Matuška2021-09-301-0/+4
|\ \ \ \
| * | | | zstd filter writer: add threads optionRussell Greene2021-08-251-0/+4
* | | | | Added test case for ustar directory handlingSamanta Navarro2021-09-054-0/+133
| |/ / / |/| | |