summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Libarchive 3.5.1devMartin Matuska2020-12-015-7/+7
* Release 3.5.0v3.5.0Martin Matuska2020-12-016-7/+11
* Build release with Ubuntu 20.04Martin Matuska2020-12-011-1/+3
* Merge pull request #1429 from ltx2018/masterMartin Matuška2020-11-181-4/+10
|\
| * Add a loop checker in read_data_compressed to avoid stack overflow.lutianxiong2020-08-201-4/+10
* | Merge pull request #1413 from uyjulian/unknown_system_identifierMartin Matuška2020-11-181-1/+2
|\ \
| * | Fill in Unknown for the system identifier if there is no utsname and not Windowsuyjulian2020-07-081-1/+2
* | | Fix typo in archive_write_open.3Martin Matuska2020-11-121-1/+1
* | | Update archive_write_open.3 manpageMartin Matuska2020-11-121-3/+19
* | | Introduce archive_write_open2() with free callbackMartin Matuska2020-11-088-32/+95
* | | archive_cryptor: use new Nettle AES interface on Nettle 3.0 and higherMartin Matuska2020-11-042-17/+21
* | | CI: fix homebrew errors in MacOS buildMartin Matuska2020-11-021-2/+17
* | | CI: update Ubuntu image to 20.04Martin Matuska2020-11-021-2/+2
* | | archive_cryptor: silence Nettle 3.5+ warningsMartin Matuska2020-11-022-0/+28
* | | Merge pull request #1450 from XVilka/patch-1Martin Matuška2020-10-221-1/+0
|\ \ \
| * | | archive_entry.c is not 3-clause UC Regents LicenseAnton Kochkov2020-10-211-1/+0
|/ / /
* | | Merge pull request #1409 from HardenedBSD/hbsd/extattrMartin Matuška2020-10-142-4/+74
|\ \ \
| * | | HBSD: Ignore UFS shenanigansShawn Webb2020-10-142-4/+12
| * | | HBSD: Teach libarchive about the system extended attribute namespaceShawn Webb2020-10-141-0/+23
| * | | HBSD: wrap function declaration in an ifdef to appease CIShawn Webb2020-10-141-0/+2
| * | | HBSD: Teach libarchive about the system extended attribute namespaceShawn Webb2020-10-142-4/+41
|/ / /
* | | Merge pull request #1435 from mariXanna/issue#1434Martin Matuška2020-10-144-2/+199
|\ \ \
| * | | fix test failureMasalskaya, Anna2020-09-302-13/+12
| * | | move test to another placeMasalskaya, Anna2020-09-224-33/+34
| * | | unit test addedMasalskaya, Anna2020-09-224-0/+78
| * | | adjust formattingMasalskaya, Anna2020-09-161-24/+51
| * | | applying remarksMasalskaya, Anna2020-09-151-71/+78
| * | | more commentsMasalskaya, Anna2020-09-141-9/+13
| * | | Add support for decompression of symbolic links in zipx archivesMasalskaya, Anna2020-09-091-2/+83
| | |/ | |/|
* | | Merge pull request #1442 from luis-henrix/directory_traversals-fixTim Kientzle2020-09-253-0/+19
|\ \ \
| * | | Fix test clean-upLuis Henriques2020-09-251-0/+2
| * | | tests: add new assertion for chmod()Luis Henriques2020-09-252-0/+17
|/ / /
* | | Merge pull request #1437 from arichardson/check-config-h-includedMartin Matuška2020-09-214-0/+8
|\ \ \
| * | | Avoid mismatch between library and test crypto configurationAlex Richardson2020-09-174-0/+8
|/ / /
* | | Merge pull request #1433 from kevans91/warnsMartin Matuška2020-09-111-2/+2
|\ \ \ | |/ / |/| |
| * | tests: mark failed_filename and tests static to fix WARNS=6 buildKyle Evans2020-09-081-2/+2
|/ /
* | Merge pull request #1422 from crrodriguez/o_tmpfileMartin Matuška2020-08-091-0/+5
|\ \
| * | use O_TMPFILE if it works/is supported in __archive_mktempCristian Rodríguez2020-07-271-0/+5
* | | CI: Run tests on FreeBSD 12.1 and 11.4 via Cirrus CIMartin Matuska2020-07-291-1/+1
|/ /
* | Merge pull request #1420 from Gei0r/masterTim Kientzle2020-07-263-6/+6
|\ \
| * | Enable compression level up to 9 for xz, xar, 7zipAdrian Ebeling2020-07-263-6/+6
|/ /
* | Merge pull request #1412 from uyjulian/use_standard_headerMartin Matuška2020-07-251-1/+1
|\ \
| * | memory.h is a non-standard header, so use stdlib.h insteaduyjulian2020-07-071-1/+1
| |/
* | Merge pull request #1411 from uyjulian/use_standard_format_specifiersMartin Matuška2020-07-253-6/+6
|\ \
| * | Use standard format specifiersuyjulian2020-07-073-6/+6
| |/
* | Merge pull request #1408 from Azq2/patch-1Martin Matuška2020-07-171-0/+3
|\ \
| * | Initialize to zero only size + check for nullKirill Zhumarin2020-07-021-2/+2
| * | Fix uninitialized offset & size in rar5_read_dataKirill Zhumarin2020-07-021-0/+3
| |/
* | Merge pull request #1405 from yuyichao/read_formatMartin Matuška2020-07-087-17/+109
|\ \ | |/ |/|
| * More format supports in archive_read_support_format_by_code and archive_read_...Yichao Yu2020-06-287-17/+109