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