| Commit message (Expand) | Author | Age | Files | Lines |
* | Make -l always have the SUSv2 meaning of "check links." | kientzle | 2008-01-22 | 1 | -13/+3 |
* | A couple of miscellaneous fixes: | kientzle | 2008-01-02 | 1 | -1/+11 |
* | Add --posix as a synonym for --format=pax, for GNU | kientzle | 2007-09-09 | 1 | -0/+5 |
* | Fix for PR bin/115033. This corrects a crash when long options | kientzle | 2007-08-01 | 1 | -0/+4 |
* | bsdtar 2.2.3: | kientzle | 2007-05-29 | 1 | -0/+6 |
* | Issue a warning if there's a non-zero exit value. | kientzle | 2007-03-24 | 1 | -0/+3 |
* | bsdtar 2.0.23: | kientzle | 2007-03-11 | 1 | -14/+93 |
* | Correct the copyright messages: Make this a standard vanilla | kientzle | 2007-01-09 | 1 | -3/+2 |
* | Fic typo in previous commit. | cperciva | 2006-12-23 | 1 | -1/+1 |
* | Add two checks for inappropriate options: -U only makes sense in "x" | cperciva | 2006-12-23 | 1 | -0/+4 |
* | Correct the names of some options. | cperciva | 2006-12-23 | 1 | -1/+1 |
* | Remove -F option from getopts string -- this option has never done | cperciva | 2006-12-20 | 1 | -1/+1 |
* | Extended attribute support on write for Linux; FreeBSD hooks are | kientzle | 2006-03-21 | 1 | -2/+1 |
* | Change the output of --version to match GNU "gnits" standards. | kientzle | 2006-03-07 | 1 | -5/+2 |
* | Spell "--format" correctly in error message. (It hasn't been | kientzle | 2005-11-01 | 1 | -1/+1 |
* | The bsdtar_warnc() reporting function requires the program name to be | kientzle | 2005-08-02 | 1 | -10/+12 |
* | A number of fixes to the autoconf-generated build system. In | kientzle | 2005-04-17 | 1 | -1/+0 |
* | Support path-rewriting options (including --strip-components) for both | kientzle | 2005-04-17 | 1 | -2/+2 |
* | A handful of minor portability and style improvements. | kientzle | 2005-03-14 | 1 | -1/+1 |
* | Add --newer-ctime, --newer-mtime, --newer-ctime-than, and --newer-mtime-than | kientzle | 2005-03-13 | 1 | -16/+59 |
* | Add --strip-components option, per bin/77666. | kientzle | 2005-03-13 | 1 | -1/+6 |
* | GC an unused #include | kientzle | 2004-12-22 | 1 | -1/+0 |
* | Fix -W long option handling. | kientzle | 2004-12-22 | 1 | -5/+15 |
* | getopt(3) prints an "unrecognized option" warning for me, so I | kientzle | 2004-10-17 | 1 | -1/+0 |
* | Support -t -O as in gtar. Perversely enough, -O means "send to stderr" | kientzle | 2004-08-27 | 1 | -1/+1 |
* | Permit -P to be combined with -t. (It's a no-op then, just as in gtar.) | kientzle | 2004-08-26 | 1 | -2/+0 |
* | Tell getopt to accept the (already-implemented) -I option. | kientzle | 2004-08-26 | 1 | -1/+1 |
* | Make -I and --files-from be synonyms for -T | kientzle | 2004-08-13 | 1 | -0/+4 |
* | gtar uses -F for another purpose, so bsdtar no longer treats it as a | kientzle | 2004-08-08 | 1 | -3/+4 |
* | Move the smart chdir logic into a couple of utility functions in util.c. | kientzle | 2004-08-08 | 1 | -2/+1 |
* | It shouldn't be an error to specify the same mode twice: allow -cc but not -ct. | kientzle | 2004-08-08 | 1 | -50/+37 |
* | Add --totals option. Unlike gtar, this reports the bytes actually | kientzle | 2004-08-07 | 1 | -2/+7 |
* | Linux port corrections: | kientzle | 2004-08-07 | 1 | -1/+4 |
* | Add "make distfile" capabilities to bsdtar, including informational | kientzle | 2004-08-07 | 1 | -4/+31 |
* | GNU and POSIX disagree about -o and -l. | kientzle | 2004-08-03 | 1 | -20/+52 |
* | Add a --version option to bsdtar that prints the versions of | kientzle | 2004-07-26 | 1 | -4/+19 |
* | A bunch of style and security fixes (error checking return values, etc), | kientzle | 2004-07-25 | 1 | -5/+13 |
* | A bunch of stuff from Christoph Mellon: | kientzle | 2004-07-24 | 1 | -49/+40 |
* | Guard against argv[0] being NULL. | kientzle | 2004-07-19 | 1 | -6/+11 |
* | Remove unused user_uname variable. | kientzle | 2004-07-17 | 1 | -15/+8 |
* | Validate -o usage. Strictly speaking, -o only makes sense with -x, | kientzle | 2004-07-17 | 1 | -0/+7 |
* | Make the day/month ordering dependent on the current locale by | kientzle | 2004-07-15 | 1 | -0/+6 |
* | Fix tab/space screwup in long_help() | kientzle | 2004-07-12 | 1 | -1/+1 |
* | Pass the pointy hat, please: | kientzle | 2004-07-04 | 1 | -2/+2 |
* | Add yet another synonym for -n. | kientzle | 2004-06-28 | 1 | -0/+1 |
* | Update -p: | kientzle | 2004-06-27 | 1 | -1/+2 |
* | Augment the -T handling: | kientzle | 2004-06-27 | 1 | -16/+16 |
* | Rename C=dir to -C dir, which is what people expect. | kientzle | 2004-06-26 | 1 | -34/+103 |
* | Update some internal comments about the --no-same-permissions option. | kientzle | 2004-06-15 | 1 | -1/+6 |
* | As near as I can tell, --no-same-permissions is a no-op in | kientzle | 2004-06-15 | 1 | -0/+7 |