summaryrefslogtreecommitdiff
path: root/libarchive
Commit message (Expand)AuthorAgeFilesLines
* Libarchive 3.6.3devMartin Matuska2022-12-092-3/+3
* Release 3.6.2v3.6.2Martin Matuska2022-12-091-1/+1
* archive_hmac: use EVP_MAC_*() in OpenSSL 3.0Martin Matuska2022-12-092-0/+36
* 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_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-083-4/+61
* 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