summaryrefslogtreecommitdiff
path: root/libarchive
Commit message (Expand)AuthorAgeFilesLines
* Fixed issue #1770: cleanup_pathname deals with network drive paths like \\se...Ewgeni Wolowik2022-09-071-0/+3
* Merge pull request #1736 from uckelman-sf/mingw_fixesMartin Matuška2022-09-052-3/+41
|\
| * Clean up the condition so we check EINVAL on Windows only.Joel Uckelman2022-06-301-6/+11
| * Skip match_time tests when running on Windows, since the ctime can't be setZack Weger2022-06-011-0/+30
| * Files with invalid names don't exist, so don't set an errorZack Weger2022-06-011-1/+4
* | Merge pull request #1761 from kraj/masterTim Kientzle2022-08-041-3/+2
|\ \
| * | libarchive: Do not include sys/mount.h when linux/fs.h is presentKhem Raj2022-07-271-3/+2
* | | Merge pull request #1745 from bobrofon/rar5-read_data_blockTim Kientzle2022-08-042-1/+31
|\ \ \
| * | | rar5: Fix random initial offset if using archive_read_data_into_fdSergey Bobrenok2022-06-302-1/+31
* | | | Added missing file to CMakeLists.Yuri Gribov2022-07-271-0/+1
* | | | Hide internal symbols on platforms that support visibility annotations (see d...Yuri Gribov2022-07-272-0/+4
| |/ / |/| |
* | | Merge pull request #1753 from bungeman/check_size_attributeTim Kientzle2022-07-244-0/+107
|\ \ \
| * | | Validate entry_bytes_remaining in pax_attributeBen Wagner2022-07-244-0/+107
| |/ /
* | | libarchive: Handle a `calloc` returning NULL (fixes #1754)obiwac2022-07-221-0/+8
|/ /
* | Fixed issue #1743: Changed sprintf to safer snprintfSean McBride2022-06-2222-76/+76
* | Merge pull request #1729 from bog-dan-ro/fix_comiple_androidMartin Matuška2022-06-191-0/+4
|\ \
| * | Fix compile on AndroidBogDan Vatra2022-05-161-0/+4
* | | Merge pull request #1732 from asuka-mio/masterMartin Matuška2022-06-191-1/+2
|\ \ \ | |_|/ |/| |
| * | Bionic c deprecates readdir_r tootarsin2022-05-211-1/+2
| |/
* | Merge pull request #1724 from elieux-contrib/wincrypto-sha256-384-512-fixMartin Matuška2022-05-291-8/+8
|\ \
| * | archive_digest: Use correct providers with Windows CryptoDavid Macek2022-04-171-8/+8
| |/
* | archive_write_open.3, archive_read_open.3: endsGaël PORTAY2022-05-121-0/+1
|/
* Libarchive 3.6.2devMartin Matuska2022-04-082-3/+3
* Release 3.6.1Martin Matuska2022-04-081-1/+1
* archive_digest: check return value of EVP_DigestInit()Emil Velikov2022-04-051-6/+12
* RAR reader: fix heap-use-after-free in run_filters()Martin Matuska2022-04-031-0/+17
* ISO reader: fix possible heap buffer overflow in read_children()Martin Matuska2022-03-301-1/+2
* ZIP reader: fix possible out-of-bounds read in zipx_lzma_alone_init()Tim Kientzle2022-03-241-1/+1
* Add macro for dirfd() on HP-UX because no full POSIX.1-2008 coverage existsMichael Osipov2022-03-111-1/+6
* Remove the unused variable `detected_bytes`Ken Matsui2022-03-051-4/+1
* Fix use of At mdoc(7) macroMateusz Piotrowski2022-03-041-1/+1
* RAR reader: fix null-dereference in RAR (v4) filter codeMartin Matuska2022-02-191-4/+9
* 7zip reader: style fixes after 3962d596dMartin Matuska2022-02-191-6/+9
* Merge pull request #1670 from bradking/include-platform-firstMartin Matuška2022-02-192-2/+4
|\
| * windows: include archive_platform.h first in blake2s sourcesBrad King2022-02-162-2/+4
* | 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
| |/
* | code reviewcielavenir2022-02-191-7/+7
* | Fix 7z PPMD reading beyond boundarycielavenir2022-02-181-8/+22
* | RAR reader: fix heap-use-after-free in RAR (v4) filter codeMartin Matuska2022-02-161-17/+29
* | tests: reduce sample size for RAR filter testMartin Matuska2022-02-142-26653/+2102
* | Libarchive 3.6.1devMartin Matuska2022-02-142-3/+3
|/
* Release 3.6.0v3.6.0Martin Matuska2022-02-091-1/+1
* Libarchive 3.6.0devMartin Matuska2022-02-082-3/+3
* Merge pull request #1657 from kientzle/ReorganizeTestCodeMartin Matuška2022-02-087-7/+0
|\
| * Reorganize test code a bitTim Kientzle2022-02-017-7/+0
* | Merge pull request #1664 from juikim/masterMartin Matuška2022-02-081-0/+8
|\ \
| * | Enable LZMA support for FreeBSDJung-uk Kim2022-02-071-0/+8
* | | Merge pull request #1493 from antekone/rar5_ossfuzz_30459Martin Matuška2022-02-083-0/+36
|\ \ \ | |/ / |/| |