summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix spaces, indentation and some const char* warnings in ab filterandroid_adbMartin Matuska2019-06-112-51/+81
* Merge pull request #671 from dosmoder/499-android-backup-supportMartin Matuska2019-06-1122-4/+891
|\
| * Merge pull request #671 from dosmoder/499-android-backup-supportMartin Matuska2019-04-1422-4/+891
| |\
| | * Add support for Android adb backupsdosomder2016-03-1622-4/+892
* | | Remove unused members of struct lafe_line_readerMarc Espie2019-06-111-2/+1
* | | Update specfile to a version usable on coprMartin Matuska2019-06-101-69/+180
* | | Merge lib/libc/gen/readpassphrase.c v 1.27 from OpenBSDMartin Matuska2019-06-101-44/+51
* | | archive_write_disk_posix changesMartin Matuska2019-06-061-13/+12
* | | Fix typo in tar/bsdtar.1Martin Matuska2019-06-061-1/+1
* | | More bsdtar.1 manpage fixesMartin Matuska2019-06-031-10/+11
* | | Minor bsdtar.1 manpage fixesMartin Matuska2019-06-031-7/+7
* | | Add missing HAVE_UNLINKAT to build/cmake/config.h.inMartin Matuska2019-06-031-0/+3
* | | Fix typo in CMakeLists.txt and build/ci/build.shMartin Matuska2019-06-012-2/+2
* | | archive_write_disk: remove some obsolete TODO commentsMartin Matuska2019-05-262-4/+0
* | | archive_write_disk_posix: check_symlinks_fsobj() without chdir()Martin Matuska2019-05-263-15/+104
* | | archive_write_disk_posix: open a fd when processing fixup entriesMartin Matuska2019-05-251-5/+20
* | | archive_write_disk_posix: simplify set_mode()Martin Matuska2019-05-251-18/+26
* | | Merge pull request #1205 from vapier/masterMartin Matuška2019-05-231-40/+7
|\ \ \
| * | | simplify gitignore a bitMike Frysinger2019-05-221-40/+7
|/ / /
* | | Merge pull request #1202 from bradking/rename-b64-encodeMartin Matuška2019-05-211-5/+5
|\ \ \
| * | | b64encode: avoid name conflict with Solaris built-in functionBrad King2019-05-211-5/+5
|/ / /
* | | contrib/archivetest: report archive_error_string() on errorMartin Matuska2019-05-201-3/+7
* | | archive_read_support_format_zip.c: wrap to 80 chars per line (where possible)Martin Matuska2019-05-201-87/+133
* | | Merge pull request #1201 from vapier/masterMartin Matuška2019-05-193-11/+23
|\ \ \
| * | | zip: check filename crc in Info-ZIP Unicode Path Extra FieldMike Frysinger2019-05-173-11/+23
* | | | Merge pull request #1074 from ice799/consume_paddingMartin Matuška2019-05-181-3/+18
|\ \ \ \
| * | | | Handle ZIP files with padding in the extra fieldsJoe Damato2018-10-111-3/+18
* | | | | Merge pull request #1109 from kientzle/Issue1055Martin Matuška2019-05-185-6/+103
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' into Issue1055Tim Kientzle2019-05-04128-962/+6882
| |\ \ \ \ \
| * | | | | | Correct typos in the testTim Kientzle2018-12-151-4/+4
| * | | | | | Issue #1055: Ignore padding in Zip extra field dataTim Kientzle2018-12-155-6/+103
* | | | | | | tar reader: treat empty archives with a GNU volume header as validMartin Matuska2019-05-185-4/+303
| |_|_|/ / / |/| | | | |
* | | | | | contrib/archivetest: add help, support stdin, quiet mode and data skip modeMartin Matuska2019-05-171-24/+101
* | | | | | Add contrib/archivetest.c utility to test archives with libarchiveMartin Matuska2019-05-161-0/+137
* | | | | | Xar reader: do not try to add xattrs without an allocated nameMartin Matuska2019-05-161-1/+11
* | | | | | Add test_read_format_rar_ppmd_use_after_free.rar.uu to Makefile.amMartin Matuska2019-05-121-0/+1
* | | | | | Merge pull request #1199 from antekone/rar_ppmd_use_after_freeMartin Matuska2019-05-122-0/+33
|\ \ \ \ \ \
| * | | | | | RAR reader: add a test for fix b8592ecbGrzegorz Antoniak2019-05-122-0/+33
* | | | | | | CI: process return code of "make distcheck"Martin Matuska2019-05-121-0/+1
|/ / / / / /
* | | | | | CI: add install targetMartin Matuska2019-05-123-6/+39
* | | | | | CI: increase make command output verbosityMartin Matuska2019-05-115-1/+36
* | | | | | Add missing distcheck files to Makefile.amMartin Matuska2019-05-111-0/+12
* | | | | | Merge pull request #1197 from vapier/masterMartin Matuška2019-05-111-0/+1
|\ \ \ \ \ \
| * | | | | | add new raw test file to the distributionMike Frysinger2019-05-111-0/+1
* | | | | | | RAR reader: fix use after freeMartin Matuska2019-05-111-1/+3
* | | | | | | Free slurpfile in test_read_format_zip_utf8_pathsMartin Matuska2019-05-111-0/+1
* | | | | | | Merge pull request #1196 from antekone/rar5_verify_window_sizeMartin Matuška2019-05-102-3/+19
|\ \ \ \ \ \ \
| * | | | | | | RAR5 reader: fix a potential SIGSEGV on 32-bit buildsGrzegorz Antoniak2019-05-092-3/+19
* | | | | | | | Unify define for _WIN32 in testsMartin Matuska2019-05-102-9/+9
| |/ / / / / / |/| | | | | |
* | | | | | | RAR5 reader: set correct mode for readonly directoriesMartin Matuska2019-05-103-24/+25