summaryrefslogtreecommitdiff
path: root/tar/bsdtar.h
Commit message (Expand)AuthorAgeFilesLines
* tar: expose ARCHIVE_READDISK_NO_SPARSE as --no-read-sparseJonas Witschel2021-11-141-0/+4
* Introduce archive_write_disk(3) flag ARCHIVE_EXTRACT_SAFE_WRITESzoulasc2020-01-201-0/+2
* Unify header style, header guard comes firstMartin Matuska2020-01-131-0/+5
* tar: add option --exclude-vcsMartin Matuska2019-04-141-0/+1
* Fix alphabetical order, other small fixesSean Purcell2017-05-151-2/+2
* Add Zstandard write supportSean Purcell2017-05-151-0/+1
* Mark function that doesn't return as dead.Joerg Sonnenberger2017-02-261-1/+1
* Add format function annotation.Joerg Sonnenberger2017-02-261-2/+2
* tar: add new options to allow fine-tuning of --preserve-permissionsMartin Matuska2017-02-241-6/+19
* tar: use option_flags bitfield for boolean optionsMartin Matuska2017-02-231-13/+19
* bsdtar: move list_item_verbose() into common util.cBjoern Jacke2016-02-051-0/+2
* Add a new tar option --clear-nochange-fflags that causes file systemBrooks Davis2015-05-141-0/+1
* Issue #131: Implement tar --no-xattrTim Kientzle2015-01-101-0/+1
* Implement reading a passphrase from ttys.Michihiro NAKAJIMA2014-09-211-0/+3
* Add --passphrase option to bsdtar and bsdcpio.Michihiro NAKAJIMA2014-09-161-0/+2
* Add support for lz4 write filter.Michihiro NAKAJIMA2014-08-141-0/+1
* Add --ignore-zeros option to bsdtarKevin Locke2014-01-141-0/+2
* Support POSIX regular expression support using PCRE in CMake builds.Andres Mejia2013-01-311-1/+1
* Add support for TAR_WRITE_OPTIONS and TAR_READ_OPTIONS environmmentMichihiro NAKAJIMA2012-11-071-0/+3
* Add --nopreserveHFSCompression option to bsdtar to preventMichihiro NAKAJIMA2012-10-311-0/+1
* Add experimental support for HFS+ Compression.Michihiro NAKAJIMA2012-10-261-0/+1
* Introduce -a/--auto-compress option into bsdtar.Michihiro NAKAJIMA2012-10-221-4/+15
* Add support for grzip compression.Michihiro NAKAJIMA2012-10-101-0/+1
* Introduce b64encode filter.Michihiro NAKAJIMA2012-10-081-1/+2
* Introduce uuencode filter.Michihiro NAKAJIMA2012-10-081-0/+2
* 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-0/+4
* Introduce archive_match_exclude_pattern_from_file(_w) andMichihiro NAKAJIMA2012-02-121-2/+0
* Implement optional behavior of archive_read_disk that do not traverse mount p...Michihiro NAKAJIMA2012-01-191-1/+0
* Add archive_read_disk_set_behavior function and drop archive_read_disk_honor_...Michihiro NAKAJIMA2012-01-191-2/+1
* Use archive_matching API at both bsdcpio and bsdtar instead of lafe_exclude f...Michihiro NAKAJIMA2012-01-181-7/+1
* Switch directory traversals code in bsdtar from tar/tree.[ch] to the new one ...Michihiro NAKAJIMA2012-01-051-0/+1
* Issue 193: allow ctime/mtime filters to work accurately onTim Kientzle2011-11-091-0/+2
* Extend the tar test to verify that symlink and hardlinkTim Kientzle2011-09-041-1/+1
* Move the parser state into the bsdtar structure.Tim Kientzle2011-08-111-0/+4
* Work around broken PSXCRT unistd.h, which defines macrosTim Kientzle2011-02-131-1/+1
* Support --numeric-owner for tar extraction as well as archive creation.Tim Kientzle2010-12-311-0/+1
* Choose the copy buffer size used for reading filesTim Kientzle2010-06-261-0/+1
* Use -b setting when interpolating archives.Tim Kientzle2010-06-261-0/+1
* 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-2/+9
* Style: remove extra blank lineTim Kientzle2010-04-101-1/+0
* Change this to use positive flags, not negative.Tim Kientzle2010-02-021-1/+1
* First step towards integrating Mac OS "copyfile" extension from Apple.Tim Kientzle2010-02-011-0/+2
* Trying to figure out what printf modifiers to use on what platforms toTim Kientzle2009-10-311-0/+1
* Overhaul the SIGINFO/SIGUSR1 reporting. This is a littleTim Kientzle2009-07-161-6/+1
* Drop a few unnecessary arguments.Tim Kientzle2009-06-141-1/+1
* Refactor common frontend code into a separate library.Joerg Sonnenberger2009-05-261-15/+3
* Rename --format-options to simply --options, since these are optionsTim Kientzle2009-03-261-2/+2