summaryrefslogtreecommitdiff
path: root/libarchive
Commit message (Expand)AuthorAgeFilesLines
* cab reader: cast to int when subtracting unsigned integersMartin Matuska2022-12-071-1/+1
* 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 #1790 from jvoisin/extend_nocrcerrMartin Matuška2022-11-029-0/+38
|\ \ \
| * | | Extend the usage of the DONT_FAIL_ON_CRC_ERROR macroJulien Voisin2022-10-169-0/+38
* | | | Fix out of bounds read in Windows symlink supportErik Olofsson2022-10-061-0/+2
* | | | Fix potential out-of-bounds readsErik Olofsson2022-10-062-0/+3
|/ / /
* | | Merge pull request #1721 from wangkerong/masterTim Kientzle2022-10-011-1/+1
|\ \ \
| * | | libarchive:uninitialized valuewangkerong2022-04-091-1/+1
* | | | Support reading mtree files with tabsEric van Gyzen2022-09-302-1/+31
| |_|/ |/| |
* | | 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