summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Skip hardlinks pointing to itself and issue a warning3.4Martin Matuska2020-06-091-0/+12
* 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
|\ \ \ \
| * | | | Remove #ifdef chain in __archive_digest initEmil Velikov2020-04-251-363/+171
| |/ / /
* | | | Merge pull request #1365 from AdamKorcz/masterMartin Matuška2020-04-301-0/+0
|\ \ \ \
| * | | | Moved the corpus file to the contrib dirAdam Korczynski2020-04-251-0/+0
| * | | | Added seed corpusAdam Korczynski2020-04-211-0/+0
* | | | | fix typo in README.md (#1373)Terrell Russell2020-04-261-1/+1
| |/ / / |/| | |
* | | | Merge pull request #1363 from aseprite/dont-test-lzma-if-not-neededMartin Matuška2020-04-241-0/+4
|\ \ \ \
| * | | | Don't even try HAVE_LZMA_STREAM_ENCODER_MT if ENABLE_LZMA is disabledDavid Capello2020-04-181-0/+4
| |/ / /
* | | | Merge pull request #1364 from aseprite/macos-no-deprecatedMartin Matuška2020-04-241-0/+5
|\ \ \ \
| * | | | Disable error using deprecated functions on macOS 10.15 to calculate MD5David Capello2020-04-181-0/+5
| |/ / /
* | | | Merge pull request #1362 from aseprite/libarchive.pc-in-binary-dirMartin Matuška2020-04-241-2/+2
|\ \ \ \
| * | | | Create libarchive.pc inside the cmake build dirDavid Capello2020-04-171-2/+2
| |/ / /
* | | | Merge pull request #1361 from aseprite/fix-msvc-warning-flagsMartin Matuška2020-04-241-9/+9
|\ \ \ \
| * | | | Use /w1nnnn instead of /wennnn to enable warnings on MSVC Debug modeDavid Capello2020-04-181-9/+9
| |/ / /
* | | | Merge pull request #1367 from zoulasc/masterMartin Matuška2020-04-242-2/+4
|\ \ \ \ | |/ / / |/| | |