| Commit message (Expand) | Author | Age | Files | Lines |
* | bsdtar 2.2.3: | kientzle | 2007-05-29 | 1 | -0/+1 |
* | bsdtar 2.0.23: | kientzle | 2007-03-11 | 1 | -0/+1 |
* | Correct the copyright messages: Make this a standard vanilla | kientzle | 2007-01-09 | 1 | -6/+2 |
* | Correct the names of some options. | cperciva | 2006-12-23 | 1 | -4/+4 |
* | Extended attribute support on write for Linux; FreeBSD hooks are | kientzle | 2006-03-21 | 1 | -1/+1 |
* | Support path-rewriting options (including --strip-components) for both | kientzle | 2005-04-17 | 1 | -0/+1 |
* | Add --newer-ctime, --newer-mtime, --newer-ctime-than, and --newer-mtime-than | kientzle | 2005-03-13 | 1 | -0/+4 |
* | Add --strip-components option, per bin/77666. | kientzle | 2005-03-13 | 1 | -0/+1 |
* | Move the smart chdir logic into a couple of utility functions in util.c. | kientzle | 2004-08-08 | 1 | -1/+3 |
* | It shouldn't be an error to specify the same mode twice: allow -cc but not -ct. | kientzle | 2004-08-08 | 1 | -0/+1 |
* | Add --totals option. Unlike gtar, this reports the bytes actually | kientzle | 2004-08-07 | 1 | -0/+1 |
* | A bunch of stuff from Christoph Mellon: | kientzle | 2004-07-24 | 1 | -1/+1 |
* | Remove unused user_uname variable. | kientzle | 2004-07-17 | 1 | -1/+0 |
* | Validate -o usage. Strictly speaking, -o only makes sense with -x, | kientzle | 2004-07-17 | 1 | -0/+1 |
* | Make the day/month ordering dependent on the current locale by | kientzle | 2004-07-15 | 1 | -0/+1 |
* | Augment the -T handling: | kientzle | 2004-06-27 | 1 | -3/+9 |
* | Add gtar-compatible -X/--exclude-from | kientzle | 2004-06-15 | 1 | -0/+1 |
* | If -b is specified, then force full padding for the last block. | kientzle | 2004-06-07 | 1 | -0/+2 |
* | Provide framework for exiting with non-zero value on non-critical errors. | kientzle | 2004-05-27 | 1 | -0/+2 |
* | Propagate struct bsdtar down into a lot more places. | kientzle | 2004-05-17 | 1 | -4/+5 |
* | Refactor name caching to use a common piece of code for uname_cache and | kientzle | 2004-05-17 | 1 | -2/+2 |
* | Make symlink protection a bit more useful: | kientzle | 2004-05-17 | 1 | -0/+1 |
* | For portability, don't rely on libc's strmode(3). <sigh> | kientzle | 2004-05-03 | 1 | -0/+1 |
* | A security issue: An archive containing a symlink to another | kientzle | 2004-05-02 | 1 | -0/+1 |
* | As suggested by Julian Elischer, use a self-sizing hash | kientzle | 2004-04-15 | 1 | -33/+19 |
* | A simple cache of uid->uname lookups and gid->gname lookups eliminates | kientzle | 2004-04-14 | 1 | -0/+14 |
* | Add support for -T option on create. | kientzle | 2004-04-08 | 1 | -1/+1 |
* | Initial commit for bsdtar. | kientzle | 2004-04-05 | 1 | -0/+101 |