summaryrefslogtreecommitdiff
path: root/tar/bsdtar.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Issue 160: --strip-components now works in -c mode as well as -x and -t.Tim Kientzle2011-06-291-2/+0
* Work around broken PSXCRT unistd.h, which defines macrosTim Kientzle2011-02-131-26/+26
* Support --numeric-owner for tar extraction as well as archive creation.Tim Kientzle2010-12-311-0/+1
* Use -b setting when interpolating archives.Tim Kientzle2010-06-261-0/+7
* Add ARCHIVE_EXTRACT_MAC_METADATA flag to archive_write_disk. ThisTim Kientzle2010-06-181-0/+3
* Add lzip write filter and --lzip option to bsdtar.Michihiro NAKAJIMA2010-05-051-0/+1
* Add --gid, --gname, --uid, --uname options to tar.Tim Kientzle2010-05-011-4/+27
* Remove an unused header.Tim Kientzle2010-04-111-3/+0
* Style: tab follows #defineTim Kientzle2010-04-101-1/+1