summaryrefslogtreecommitdiff
path: root/tar/bsdtar.c
Commit message (Expand)AuthorAgeFilesLines
* Fix check for tape deviceWalter Lozano2021-12-211-2/+2
* Merge pull request #1632 from wlozano0collabora/default-archive-fileTim Kientzle2021-12-041-17/+26
|\
| * Add path fallback in tarWalter Lozano2021-12-031-17/+26
* | tar: demote -xa from error to a warningEmil Velikov2021-11-211-2/+8
|/
* tar: expose ARCHIVE_READDISK_NO_SPARSE as --no-read-sparseJonas Witschel2021-11-141-0/+8
* Introduce archive_write_disk(3) flag ARCHIVE_EXTRACT_SAFE_WRITESzoulasc2020-01-201-0/+6
* non-recursive extract and listPatrick Ohly2019-04-151-2/+10
* tar: add option --exclude-vcsMartin Matuska2019-04-141-0/+31
* Correctly process and verify integer arguments passed to bsdcpio and bsdtarMartin Matuska2018-09-231-18/+32
* Fix version format to match unit testBenjaminTrapani2018-01-201-1/+1
* Fix alphabetical order, other small fixesSean Purcell2017-05-151-2/+2
* Add Zstandard write supportSean Purcell2017-05-151-3/+5
* Mark functions that don't return as dead.Joerg Sonnenberger2017-02-261-2/+2
* Do not archive NFSv4 ACLs on Mac OS X by default.Martin Matuska2017-02-241-0/+8
* tar: add new options to allow fine-tuning of --preserve-permissionsMartin Matuska2017-02-241-7/+53
* tar: use option_flags bitfield for boolean optionsMartin Matuska2017-02-231-27/+28
* Add a new tar option --clear-nochange-fflags that causes file systemBrooks Davis2015-05-141-0/+4
* Issue #131: Implement tar --no-xattrTim Kientzle2015-01-101-0/+6
* Implement reading a passphrase from ttys.Michihiro NAKAJIMA2014-09-211-0/+1
* Add --passphrase option to bsdtar and bsdcpio.Michihiro NAKAJIMA2014-09-161-0/+3
* Add support for lz4 write filter.Michihiro NAKAJIMA2014-08-141-0/+2
* Add --ignore-zeros option to bsdtarKevin Locke2014-01-141-0/+3
* Merge branch 'archive-version-details' of github.com:rosslagerwall/libarchive...Tim Kientzle2013-12-191-1/+1
|\
| * Show third party library versions in version stringRoss Lagerwall2013-09-161-1/+1
* | Refactor lafe_setprogname slightly to avoid the repeated logic about default ...Tim Kientzle2013-12-191-3/+1
* | Hide *lafe_progname and provide getter/setter instead.Jean-Yves Migeon2013-09-061-16/+5
|/
* Support POSIX regular expression support using PCRE in CMake builds.Andres Mejia2013-01-311-2/+2
* Add --nopreserveHFSCompression option to bsdtar to preventMichihiro NAKAJIMA2012-10-311-2/+10
* Add experimental support for HFS+ Compression.Michihiro NAKAJIMA2012-10-261-0/+5
* Introduce -a/--auto-compress option into bsdtar.Michihiro NAKAJIMA2012-10-221-35/+91
* Add support for grzip compression.Michihiro NAKAJIMA2012-10-101-0/+7
* Introduce b64encode filter.Michihiro NAKAJIMA2012-10-081-0/+11
* Introduce uuencode filter.Michihiro NAKAJIMA2012-10-081-0/+3
* Add --lrzip option to bsdtar and bsdcpio to use lrzip compression.Michihiro NAKAJIMA2012-10-071-0/+1
* Add support for lzop.Michihiro NAKAJIMA2012-10-071-0/+1
* Add --older,--older-than,--older-mtime and --older-mtime-than to bsdtar toMichihiro NAKAJIMA2012-10-031-1/+34
* On Windows, it is possible that the program name should have a slash '/'Michihiro NAKAJIMA2012-02-201-2/+2
* Introduce archive_match_exclude_pattern_from_file(_w) andMichihiro NAKAJIMA2012-02-121-5/+5
* Rename archive_matching to archive_match.Michihiro NAKAJIMA2012-02-081-14/+12
* Refactor archive_matching_{newer,older}_* interfaces to reduce the numberMichihiro NAKAJIMA2012-02-071-4/+10
* Add the ability to parse a date string into archive_matching.Michihiro NAKAJIMA2012-02-071-10/+4
* Implement optional behavior of archive_read_disk that do not traverse mount p...Michihiro NAKAJIMA2012-01-191-2/+3
* Add archive_read_disk_set_behavior function and drop archive_read_disk_honor_...Michihiro NAKAJIMA2012-01-191-5/+5
* Use archive_matching API at both bsdcpio and bsdtar instead of lafe_exclude f...Michihiro NAKAJIMA2012-01-181-67/+26
* Spelling fixes from Ulrich Spoerlein.Tim Kientzle2012-01-071-2/+2
* Switch directory traversals code in bsdtar from tar/tree.[ch] to the new one ...Michihiro NAKAJIMA2012-01-051-18/+57
* Issue 193: allow ctime/mtime filters to work accurately onTim Kientzle2011-11-091-0/+4
* Mask SIGPIPE for libarchive test, tar, and cpio.Tim Kientzle2011-11-051-2/+7
* -C '' is meaningless; complain and die if we are given it.Colin Percival2011-08-161-0/+4
* Make sure that the argument to --strip-components is a number. OtherwiseColin Percival2011-08-021-1/+7