aboutsummaryrefslogtreecommitdiff
path: root/lib/libarchive/archive_write_disk.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r187704: Fix ARCHIVE_EXTRACT_SPARSE handling in libarchive.Tim Kientzle2009-02-091-22/+26
* MFC 182590,182778,182779,184109: Support for certainTim Kientzle2008-11-281-57/+132
* MFC r184038: Restore mtime *after* restoring ACLs. Otherwise,Tim Kientzle2008-10-231-4/+4
* MFC r182838: Correct tar -xP so that it will follow symlinks toTim Kientzle2008-09-121-3/+15
* MFC r182587: If atime is missing, use time at which program startedTim Kientzle2008-09-061-5/+13
* MFC r182360,r182470: If atime isn't specified, restore atime == mtime.Tim Kientzle2008-08-311-0/+5
* MFC r182102: Update the total archive bytes written when writing entriesTim Kientzle2008-08-271-0/+2
* MFC r182097: Permit restoring of path/.. if SECURE_NODOTDOT was not specified.Tim Kientzle2008-08-271-15/+3
* MFC r182093: Ignore NO_OVERWRITE_NEWER if the current object is a directory.Tim Kientzle2008-08-271-1/+5
* Big MFC of libarchive 2.5.5.Tim Kientzle2008-08-101-54/+132
* MFC: FreeBSD does have fstat() and libarchive should use it (itTim Kientzle2008-05-101-1/+1
* MFC a number of minor edits and portability fixups.Tim Kientzle2008-03-121-24/+67
* MFC: libarchive 2.4.12Tim Kientzle2008-02-111-5/+37
* Fix the archive_write_data() function so it always returnsTim Kientzle2007-09-211-3/+10
* Revert the last commit to libarchive. It introduced some regresssions,Bruce A. Mah2007-09-181-7/+4
* Correct the return value from archive_write_data()Tim Kientzle2007-09-181-4/+7
* Make suid/sgid restore be "opportunistic" ifTim Kientzle2007-08-121-6/+22
* archive_string_ensure() used to call exit(3) if itTim Kientzle2007-07-151-1/+4
* libarchive 2.2.3Tim Kientzle2007-05-291-20/+92
* Remove pointless code: Don't assign a value to a variable when we'reColin Percival2007-05-211-1/+0
* Properly cleanup the UID/GID lookup data.Tim Kientzle2007-04-151-0/+4
* Invoke utime(2) properly. (It's only used on platformsTim Kientzle2007-04-141-2/+2
* More portability improvements from Martin Koeppe:Tim Kientzle2007-04-141-0/+51
* Make Lint happier.Tim Kientzle2007-04-121-1/+2
* Fix build on Solaris.Tim Kientzle2007-04-071-1/+1
* Be consistent: file flags are unsigned bitmaps.Tim Kientzle2007-04-021-1/+1
* Notice when mkdir() fails.Tim Kientzle2007-03-241-9/+16
* When ARCHIVE_EXTRACT_UNLINK is requested:Tim Kientzle2007-03-131-4/+10
* Libarchive 2.0.23:Tim Kientzle2007-03-111-1/+4
* libarchive 2.0Tim Kientzle2007-03-031-0/+1929