summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Reduce overlinking per pkg-config spec (#1870)HEADmasterEnji Cooper2023-05-121-1/+1
* Fix FreeBSD builds with WARNS=6 (#1869)Enji Cooper2023-05-122-5/+12
* Make single bit bitfields unsigned to avoid clang 16 warning (#1860)Dimitry Andric2023-04-173-10/+10
* fix typo in config.h.in (#1851)Xin "Russell" Liu2023-03-011-1/+1
* Fix date (#1846)Po-Chuan Hsieh2023-02-191-1/+1
* archive_read_data_into_fd: Increase pointer assignment check (#1843)Li kunyu2023-02-131-1/+6
* Allow tests to pass after 2038 (#1838)Bernhard M. Wiedemann2023-01-191-6/+12
* Fix cpio test in 2038 (#1836)Bernhard M. Wiedemann2023-01-121-3/+3
* Add tests for the new zstd options.Dag-Erling Smørgrav2023-01-091-0/+27
* Document the new zstd options.Dag-Erling Smørgrav2023-01-091-1/+14
* Support producing multi-fragment zstd archives.Dag-Erling Smørgrav2023-01-091-38/+113
* Flush write filters between entries.Dag-Erling Smørgrav2023-01-092-0/+32
* Clean up zstd support code.Dag-Erling Smørgrav2023-01-092-77/+50
* Do not account for NULL terminator when comparing with "TRAILER!!!" (#1814)Rose2023-01-091-1/+1
* Update autotools and fix warnings (#1815)Rose2023-01-096-8/+7
* replace time64 functions with normal ones (#1830)Rosen Penev2023-01-0920-88/+101
* further cleanup _localtime64_s (#1824)Rosen Penev2022-12-287-70/+7
* Only add "iconv" to the .pc file if needed (#1825)Peter Pentchev2022-12-281-1/+3
* add "no sanitize undefined" attribute with clang (#1827)TERESH12022-12-281-0/+4
* Memory leaks fix for tests (#1829)TERESH12022-12-276-0/+13
* cleanup _localtime64_s (#1820)Rosen Penev2022-12-2017-179/+85
* Libarchive 3.6.3devMartin Matuska2022-12-095-7/+7
* Release 3.6.2v3.6.2Martin Matuska2022-12-094-3/+5
* archive_hmac: use EVP_MAC_*() in OpenSSL 3.0Martin Matuska2022-12-092-0/+36
* CI: update Ubuntu to 22.04 and MacOS to 12Martin Matuska2022-12-091-3/+3
* archive_read_support_format_tar: avoid always-true comparsionMartin Matuska2022-12-081-3/+2
* test_sparse_basic: avoid always-true comparsionMartin Matuska2022-12-081-1/+3
* test_main.c: omit always-true comparsionMartin Matuska2022-12-081-8/+6
* test_read_format_rar5: correctly use verify_data()Martin Matuska2022-12-081-9/+9
* mtree reader: check __archive_rb_tree_find_node() for NULL returnMartin Matuska2022-12-081-3/+5
* archive_read_disk_posix: fail if unable to alocate memory in tree_push()Martin Matuska2022-12-081-0/+2
* various: fix unitialized local variablesMartin Matuska2022-12-083-5/+5
* tests: silence localtime() CodeQL warningsMartin Matuska2022-12-085-8/+104
* tests: silence more CodeQL warnings in test_utils/test_main.cMartin Matuska2022-12-081-4/+6
* tests: silence some CodeQL warnings in test_utils/test_main.cMartin Matuska2022-12-071-8/+18
* tests: silence CodeQL warning in tar/test_option_bMartin Matuska2022-12-071-3/+5
* cab reader: cast to int when subtracting unsigned integersMartin Matuska2022-12-071-1/+1
* Add CodeQL workflow for GitHub code scanning (#1800)lgtm-com[bot]2022-12-071-0/+41
* Merge pull request #1806 from kikht/share-writeMartin Matuška2022-12-071-6/+12
|\
| * Use FILE_SHARE_WRITE and FILE_SHARE_DELETE when opening files on WindowsVladimir Kikhtenko2022-11-181-6/+12
* | Merge pull request #1771 from EwgeniWolowik/extend_cleanup_pathname_by_window...Martin Matuška2022-12-061-0/+3
|\ \
| * | Fixed issue #1770: cleanup_pathname deals with network drive paths like \\se...Ewgeni Wolowik2022-09-071-0/+3
* | | Merge pull request #1802 from banjiuqingshan/masterMartin Matuška2022-12-061-0/+1
|\ \ \
| * | | free mstr to fix memory leaksbanjiuqingshan2022-11-151-0/+1
| | |/ | |/|
* | | Merge pull request #1772 from bgermann/masterMartin Matuška2022-12-061-0/+14
|\ \ \
| * | | archive_entry_pathname() tries UTF-8 if MBS returns EILSEQJohn Reiser2022-08-261-0/+14
* | | | Merge pull request #1793 from flyingdutchman23/fix-cmake-warningMartin Matuška2022-12-062-3/+4
|\ \ \ \
| * | | | Fix CMake warningJoris Clement2022-10-282-3/+4
* | | | | Merge pull request #1805 from banjiuqingshan/sync-masterMartin Matuška2022-12-061-0/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | use regfree to release the memorybanjiuqingshan2022-11-181-0/+1
|/ / / /