summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #1404 from yuyichao/set_format_errorMartin Matuška2020-07-011-0/+6
|\ \ | |/ |/|
| * Set an error message for setting invalid format by code on readersYichao Yu2020-06-281-0/+6
|/
* Merge pull request #1402 from robUx4/winnt-redefineMartin Matuška2020-06-191-3/+17
|\
| * don't force windows versions if they are set in the environmentSteve Lhomme2020-06-191-3/+17
* | Merge pull request #1395 from pieper/1394-fix-enum-casesMartin Matuška2020-06-192-0/+21
|\ \ | |/ |/|
| * COMP: explicitly handle all enum cases in switchSteve Pieper2020-06-142-0/+21
|/
* Introduce archive_read_support_filter_by_code()Martin Matuska2020-06-094-1/+96
* Skip hardlinks pointing to itself and issue a warningMartin Matuska2020-06-091-0/+12
* Merge pull request #1347 from evelikov/mtreeMartin Matuška2020-06-097-44/+315
|\
| * Add tests for the digest query APIEmil Velikov2020-03-142-2/+94
| * Populate the digests from the mtree readerEmil Velikov2020-03-141-12/+104
| * Introduce internal archive_entry_set_digest()Emil Velikov2020-03-142-0/+38
| * Introduce public digest getter APIEmil Velikov2020-03-132-0/+35
| * Introduce internal storage for entry digestsJustin Brewer2020-03-132-0/+16
| * Factor out digests struct to archive_entry_private.hEmil Velikov2020-03-132-30/+28
* | Merge pull request #1392 from marcespie/errmsgMartin Matuška2020-06-051-1/+1
|\ \
| * | remove unneeded strlenMarc Espie2020-06-041-1/+1
* | | Merge pull request #1391 from marcespie/isint_wMartin Matuška2020-06-051-3/+3
|\ \ \
| * | | isint_w should use long literalsMarc Espie2020-06-041-3/+3
| |/ /
* | | Merge pull request #1389 from yuyichao/copy_utf8Martin Matuška2020-06-056-31/+205
|\ \ \ | |/ / |/| |
| * | Complete support for UTF8 encoding conversionYichao Yu2020-05-316-31/+205
|/ /
* | Merge pull request #1388 from michaelforney/cpio-rdevMartin Matuška2020-05-302-1/+21
|\ \
| * | Fix rdev field in cpio format for device nodesMichael Forney2020-05-292-1/+21
* | | Merge pull request #1387 from glebfm/tar2cpio-hardlink-filetypeMartin Matuška2020-05-302-2/+2
|\ \ \
| * | | Fix writing of cpio archives containing hardlinks without file typeGleb Fotengauer-Malinovskiy2020-05-292-2/+2
| |/ /
* | | Merge pull request #1383 from goshhhy/masterMartin Matuška2020-05-301-0/+1
|\ \ \
| * | | configure.ac: check if flags are needed for c99goshhhy2020-05-241-0/+1
| |/ /
* | | Merge pull request #1382 from mgorny/wrong-progMartin Matuška2020-05-301-25/+0
|\ \ \ | |/ / |/| |
| * | test_read_append_filter_wrong_program: Do not check stderrMichał Górny2020-05-231-25/+0
|/ /
* | test_write_disk_secure: unify ifdefs for lchmod() testMartin Matuska2020-05-221-1/+2
* | test_write_disk_secure: properly check if lchmod() is supportedMartin Matuska2020-05-221-4/+29
* | Release Dockerfile: add missing dependency on zlib1g-devMartin Matuska2020-05-201-1/+1
* | Libarchive 3.4.4devMartin Matuska2020-05-205-7/+7
* | Libarchive 3.4.3v3.4.3Martin Matuska2020-05-205-4/+10
* | Merge pull request #1378 from stefan-baranoff/issue-1377-passphrase-memory-leakMartin Matuška2020-05-191-0/+4
|\ \
| * | Fix memory leak from passphrase callbackStefan Baranoff2020-05-191-0/+4
|/ /
* | Merge pull request #1376 from AdamKorcz/masterMartin Matuška2020-05-082-0/+65
|\ \
| * | Moved oss-fuzz files from oss-fuzz to Libarchives repositoryAdam Korczynski2020-05-062-0/+65
|/ /
* | Add test for #1357 (detection of pzstd compressed files)Martin Matuska2020-04-303-0/+12
* | Merge pull request #1357 from mako2580/masterMartin Matuška2020-04-301-0/+4
|\ \
| * | zstd: Add support for files created with pzstdMatúš Olekšák2020-04-081-0/+4
* | | Merge pull request #1360 from EricAustinYu/masterMartin Matuška2020-04-301-6/+0
|\ \ \
| * | | Remove unreachable code in RAR readerEric Yu2020-04-141-6/+0
* | | | Fix retrieving incorrect member from struct statfsMartin Matuska2020-04-301-1/+1
* | | | tar reader: update handling of RHT.security.selinux xattrMartin Matuska2020-04-307-17/+308
* | | | Merge pull request #1372 from evelikov/single-childMartin Matuška2020-04-305-51/+34
|\ \ \ \
| * | | | Remove CloseHandle() from __archive_write_program_freeEmil Velikov2020-04-251-4/+0
| * | | | Call OpenProcess() from within __archive_create_child()Emil Velikov2020-04-254-35/+15
| * | | | Change __archive_create_child() signatureEmil Velikov2020-04-255-16/+23
* | | | | Merge pull request #1371 from evelikov/digest-ifdefMartin Matuška2020-04-301-363/+171
|\ \ \ \ \