summaryrefslogtreecommitdiffstats
path: root/usr.bin/tar/write.c
Commit message (Expand)AuthorAgeFilesLines
* Clarify some error messages.kientzle2005-05-081-4/+4
* bsdtar now uses the "tree" package instead of "fts" for walkingkientzle2005-04-241-175/+116
* A number of fixes to the autoconf-generated build system. Inkientzle2005-04-171-3/+7
* Support path-rewriting options (including --strip-components) for bothkientzle2005-04-171-27/+17
* A handful of minor portability and style improvements.kientzle2005-03-141-14/+13
* Add --newer-ctime, --newer-mtime, --newer-ctime-than, and --newer-mtime-thankientzle2005-03-131-20/+44
* Correct error handling on failed writeskientzle2004-11-051-4/+2
* Make -C and -T work correctly together.kientzle2004-08-281-4/+5
* Better low-memory handling: If the link cache runs out of memory, justkientzle2004-08-081-35/+36
* Move the smart chdir logic into a couple of utility functions in util.c.kientzle2004-08-081-78/+3
* Add --totals option. Unlike gtar, this reports the bytes actuallykientzle2004-08-071-0/+16
* Add "make distfile" capabilities to bsdtar, including informationalkientzle2004-08-071-0/+4
* A bunch of style and security fixes (error checking return values, etc),kientzle2004-07-251-22/+44
* A bunch of stuff from Christoph Mellon:kientzle2004-07-241-8/+15
* Warn about stripping leading '/' when creating archives.kientzle2004-06-271-1/+8
* Augment the -T handling:kientzle2004-06-271-39/+31
* Fix "@-" which has apparently been broken for some time. <sigh>kientzle2004-06-271-8/+28
* Don't abort immediately on directory change errors.kientzle2004-06-271-6/+16
* Rename C=dir to -C dir, which is what people expect.kientzle2004-06-261-11/+17
* Set program exit value to 1 if there are any of various errors whenkientzle2004-06-071-0/+4
* Ooops! Previous commit added an over-zealous error check.kientzle2004-06-071-0/+2
* If -b is specified, then force full padding for the last block.kientzle2004-06-071-3/+25
* Per style(9), don't use double spaces in expressions.kientzle2004-06-071-2/+2
* Fix a segfault when looking up a non-existent group.kientzle2004-05-181-1/+1
* Set errno to 0 before calling getpwuid/getgrgid, so that errorkientzle2004-05-171-0/+2
* Propagate struct bsdtar down into a lot more places.kientzle2004-05-171-44/+52
* Refactor name caching to use a common piece of code for uname_cache andkientzle2004-05-171-86/+111
* Correct copy/paste error in Linux nodump support.kientzle2004-05-031-3/+4
* Style: Use single tab after #definekientzle2004-05-021-3/+3
* More of Juergen Lock's patches for Linux.kientzle2004-05-021-5/+52
* Update write.c to follow recent API changes to libarchive.kientzle2004-04-261-8/+11
* Fix username/groupname cache so it returns a name thatkientzle2004-04-231-0/+2
* Eliminate a redundant call to archive_entry_set_pathname()kientzle2004-04-211-8/+6
* As suggested by Julian Elischer, use a self-sizing hashkientzle2004-04-151-70/+238
* A simple cache of uid->uname lookups and gid->gname lookups eliminateskientzle2004-04-141-12/+35
* When all the links to a file have been dumped, don't forgetkientzle2004-04-131-1/+3
* Add DPADD to Makefile (thanks to Andrey for pointing this out).kientzle2004-04-121-3/+0
* Add support for -T option on create.kientzle2004-04-081-2/+51
* Correct signature in alternative stub implementation of setup_acls()kientzle2004-04-071-1/+3
* Archive both access and default ACLs.kientzle2004-04-061-6/+19
* Initial commit for bsdtar.kientzle2004-04-051-0/+988
OpenPOWER on IntegriCloud