| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Oops. bsdtar's old -X option didn't take an argument; the new | kientzle | 2004-06-15 | 1 | -1/+1 |
* | Add gtar-compatible -X/--exclude-from | kientzle | 2004-06-15 | 1 | -0/+4 |
* | Fix build. | kientzle | 2004-06-15 | 1 | -1/+1 |
* | Rename -X to --one-file-system, as GNU tar uses -X for | kientzle | 2004-06-15 | 1 | -5/+9 |
* | Clean up usage message(s): | kientzle | 2004-06-15 | 1 | -9/+29 |
* | Oops: gtar's --dereference should be a synonym for bsdtar's -L, not -H. | kientzle | 2004-06-11 | 1 | -1/+1 |
* | The --include='pattern' option is the natural counterpart to | kientzle | 2004-06-07 | 1 | -0/+7 |
* | If -b is specified, then force full padding for the last block. | kientzle | 2004-06-07 | 1 | -2/+0 |
* | Improve help handling: | kientzle | 2004-06-02 | 1 | -0/+13 |
* | Correction: -h should be a synonym for -L, not -H. | kientzle | 2004-05-31 | 1 | -2/+2 |
* | Permit (but ignore) -Z with -x or -t, now that libarchive | kientzle | 2004-05-30 | 1 | -2/+9 |
* | Provide framework for exiting with non-zero value on non-critical errors. | kientzle | 2004-05-27 | 1 | -1/+1 |
* | Add --no-same-owner as a synonym for -o. | kientzle | 2004-05-22 | 1 | -0/+1 |
* | Add --dereference as a synonym for -H | kientzle | 2004-05-21 | 1 | -0/+1 |
* | Default is to restore timestamps, even when operating as root. <sigh> | kientzle | 2004-05-19 | 1 | -1/+1 |
* | Accept (but ignore) GNU tar's -B option. bsdtar never | kientzle | 2004-05-18 | 1 | -2/+8 |
* | Propagate struct bsdtar down into a lot more places. | kientzle | 2004-05-17 | 1 | -58/+52 |
* | Make symlink protection a bit more useful: | kientzle | 2004-05-17 | 1 | -0/+1 |
* | Add --unlink and --unlink-first synonyms for -U | kientzle | 2004-05-05 | 1 | -30/+32 |
* | Style: Use single tab after #define | kientzle | 2004-05-02 | 1 | -2/+2 |
* | --help is only supported if you have getopt_long(). | kientzle | 2004-04-16 | 1 | -0/+2 |
* | As suggested by Julian Elischer, use a self-sizing hash | kientzle | 2004-04-15 | 1 | -11/+1 |
* | A simple cache of uid->uname lookups and gid->gname lookups eliminates | kientzle | 2004-04-14 | 1 | -0/+11 |
* | Manpage changes suggested by Irina Liakh. | kientzle | 2004-04-13 | 1 | -2/+6 |