summaryrefslogtreecommitdiff
path: root/tar/read.c
Commit message (Expand)AuthorAgeFilesLines
* Added error message when archive extraction failsjiat752021-11-021-4/+3
* tar: use option_flags bitfield for boolean optionsMartin Matuska2017-02-231-9/+10
* Allocate memory precisely. Avoid recomputions of sizes.Joerg Sonnenberger2016-12-181-6/+5
* bsdtar: also print preceding "x" when extracting in vv modeBjoern Jacke2016-02-051-0/+1
* bsdtar: move list_item_verbose() into common util.cBjoern Jacke2016-02-051-102/+0
* Merge pull request #102 from sergiud/masterTim Kientzle2015-05-091-0/+10
|\
| * fixed another compilation errorSergiu Dotenco2015-03-231-0/+10
* | Fixes for VS2012 CompileHans Hinrichsen2015-05-041-5/+5
* | Fixes for VS2012 CompileHans Hinrichsen2015-04-291-4/+5
|/
* Issues 396, 397: Ignore entries with empty filenames.Tim Kientzle2015-02-061-0/+6
* Expand verbose output with -x.Tim Kientzle2015-01-251-5/+7
* Force binary output when extracting to stdout on Windows.Tim Kientzle2015-01-251-0/+6
* Do not ask passphrases when a passphrase was already specified withMichihiro NAKAJIMA2014-10-041-6/+7
* Implement reading a passphrase from ttys.Michihiro NAKAJIMA2014-09-211-0/+1
* Add --passphrase option to bsdtar and bsdcpio.Michihiro NAKAJIMA2014-09-161-0/+5
* Add --ignore-zeros option to bsdtarKevin Locke2014-01-141-0/+4
* Add support for TAR_WRITE_OPTIONS and TAR_READ_OPTIONS environmmentMichihiro NAKAJIMA2012-11-071-0/+23
* Introduce -a/--auto-compress option into bsdtar.Michihiro NAKAJIMA2012-10-221-3/+1
* Stop using deprecated functions.Michihiro NAKAJIMA2012-10-071-1/+2
* Stop using deprecated functions. Much remains to be replaced.Michihiro NAKAJIMA2012-10-071-1/+1
* Stop using deprecated functions. Much remains to be replaced.Michihiro NAKAJIMA2012-10-071-1/+1
* Stop using deprecated functions. Much remains to be replaced.Michihiro NAKAJIMA2012-10-071-1/+1
* Introduce archive_match_exclude_pattern_from_file(_w) andMichihiro NAKAJIMA2012-02-121-2/+5
* Rename archive_matching to archive_match.Michihiro NAKAJIMA2012-02-081-5/+5
* Delete archive_matching_path_excluded and archive_matching_path_excluded_w.Michihiro NAKAJIMA2012-01-181-8/+1
* Use archive_matching API at both bsdcpio and bsdtar instead of lafe_exclude f...Michihiro NAKAJIMA2012-01-181-40/+34
* Various fixes merged from the FreeBSD tree.Tim Kientzle2011-12-231-1/+1
* Issue 193: allow ctime/mtime filters to work accurately onTim Kientzle2011-11-091-2/+2
* client and example programs use archive_read_support_filter_*()Roman Neuhauser2011-03-281-2/+2
* DO NOT USE C++ style comments like // in C code !Björn Jacke2011-02-171-1/+1
* Support --numeric-owner for tar extraction as well as archive creation.Tim Kientzle2010-12-311-6/+15
* Basic test for tar --newer-than option. So far, thisTim Kientzle2010-06-301-10/+26
* Use -b setting when interpolating archives.Tim Kientzle2010-06-261-3/+1
* Fix an overflow in the compression ratio calculation.Tim Kientzle2010-06-131-1/+6
* Add --gid, --gname, --uid, --uname options to tar.Tim Kientzle2010-05-011-1/+9
* Style: tab follows #defineTim Kientzle2010-04-101-3/+3
* Rename archive_read_finish to archive_read_free andTim Kientzle2010-02-081-1/+1
* Avoid build error on Visual Studio 10.Michihiro NAKAJIMA2009-12-151-0/+3
* Correct some printf format strings, per Issue 52.Tim Kientzle2009-12-061-1/+1
* Trying to figure out what printf modifiers to use on what platforms toTim Kientzle2009-10-311-16/+10
* Test various line separators in -T input, including CRLF, NL, and null.Tim Kientzle2009-08-231-1/+2
* Refactor the date formatting slightly.Tim Kientzle2009-07-261-9/+7
* Use archive_entry_XXX() functions more heavily.Tim Kientzle2009-07-171-15/+9
* Use portable archive_entry_filetype() where we can.Tim Kientzle2009-07-171-2/+3
* Overhaul the SIGINFO/SIGUSR1 reporting. This is a littleTim Kientzle2009-07-161-14/+39
* Refactor common frontend code into a separate library.Joerg Sonnenberger2009-05-261-16/+19
* Set options before opening the archive.Tim Kientzle2009-03-261-6/+2
* Rename --format-options to simply --options, since these are optionsTim Kientzle2009-03-261-2/+2
* Report errors from archive_read_close().Tim Kientzle2009-03-181-0/+7
* Issue 15, part 2. Mechanical conversion of #defines, tar/Charles Wilson2009-03-171-1/+1