summaryrefslogtreecommitdiffstats
path: root/usr.bin/tar/write.c
Commit message (Expand)AuthorAgeFilesLines
* bsdtar 2.2.3:kientzle2007-05-291-13/+18
* If lstat(2) fails, have bsdtar return a non-zero exit code if thecperciva2007-05-031-0/+10
* Clean up error handling in archive_append to match how errors arecperciva2007-04-091-19/+39
* Split the append_archive function (used for processing @<archive> directives)cperciva2007-03-311-13/+28
* Remove pathlen argument from write_entry function. It has never been used.cperciva2007-03-171-5/+2
* Fix logic bug; we want to do_chdir if arg doesn't start with / _and_ itcperciva2007-03-171-1/+1
* Don't consider an lstat(2) failure to be an error (in the sense ofcperciva2007-03-151-1/+0
* Reduce the risk of inducing heart attacks, by printing the right path whencperciva2007-03-141-1/+1
* bsdtar 2.0.23:kientzle2007-03-111-10/+37
* Andrew and Colin each pointed out to me that truncating the backupkientzle2007-02-181-2/+0
* Correctly handle writes beyond the end of the archive entrykientzle2007-02-141-1/+9
* Update -r handling:kientzle2007-02-081-12/+40
* Correct the copyright messages: Make this a standard vanillakientzle2007-01-091-3/+2
* If append_archive fails while writing an archive header, output the errorcperciva2007-01-051-1/+1
* Clean up the struct archive used for reading an archive in the handlingcperciva2007-01-021-0/+1
* Handle errors which occur during archive_write_data and archive_write_closecperciva2007-01-021-5/+11
* Remove two unused variables.kientzle2006-07-311-6/+0
* If you see a broken symlink, don't try to follow it,kientzle2006-04-021-3/+6
* Extended attribute support on write for Linux; FreeBSD hooks arekientzle2006-03-211-12/+125
* Edit pathnames for -x but not for -t. Otherwise, people get confusedkientzle2005-11-061-1/+1
* In mode 'u', check for an error return from archive_read_open.kientzle2005-11-011-2/+6
* Fix -u with absolute paths (e.g., "tar -uf foo.tar /bar") by handlingkientzle2005-09-241-12/+12
* 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
OpenPOWER on IntegriCloud