summaryrefslogtreecommitdiffstats
path: root/lib/libarchive/archive_write_disk.c
Commit message (Expand)AuthorAgeFilesLines
* Fix ARCHIVE_EXTRACT_SPARSE handling in libarchive.kientzle2009-01-261-22/+26
* Merge-from-Googlecode r419kientzle2009-01-211-17/+17
* Minor portability: Declare 'r' only within the conditionalkientzle2008-12-061-2/+2
* Add test to verify ACL restores on FreeBSD, verify kern/128203 (mtimekientzle2008-10-191-4/+4
* MfP4: restore birth time data to disk + more thorough tests forkientzle2008-09-301-83/+121
* Choose a flag-handling strategy based on platform capabilitieskientzle2008-09-141-6/+7
* Portability: Not everyone is lucky enough to have ftruncate()kientzle2008-09-121-0/+2
* Portability: Support platforms that lack (struct stat).st_blksize or SSIZE_MAXkientzle2008-09-121-0/+6
* When restoring a directory, allow symlinks to be followed. The fullkientzle2008-09-071-3/+15
* MfP4: Handle entries with unset size properly: Regular files withkientzle2008-09-051-43/+81
* MfP4: Use the set/unset tracking to determine when mtime or atimekientzle2008-09-051-14/+51
* Use the "start_time" (time at which the restore process began)kientzle2008-09-011-5/+13
* If no atime was specified (for example, when extracting from ustarkientzle2008-08-281-0/+5
* Update the total archive byte counters when writing entries to disk usingkientzle2008-08-241-0/+2
* Fail copying path/.. only if SECURE_NODOTDOT was specified.kientzle2008-08-241-15/+3
* Fix the cpio bug tested for by r182092 of usr.bin/cpio/test.kientzle2008-08-241-1/+5
* When ARCHIVE_EXTRACT_PERM is requested (e.g., by "tar -p"), alwayskientzle2008-07-051-5/+9
* Don't use the deprecated linux/ext2_fs.h include file.kientzle2008-07-051-3/+0
* A security-check failure here should be ARCHIVE_FAILED (cannot continue thiskientzle2008-06-211-3/+3
* MFp4: libarchive 2.5.4b. (Still 'b' until I get a bit morekientzle2008-05-261-43/+120
* FreeBSD does have fstat().kientzle2008-03-151-1/+1
* Spelling correction, thanks to Joerg Sonnenberger.kientzle2008-02-271-1/+1
* Portability improvements:kientzle2008-02-191-23/+66
* I misread the Tinderbox error; this should really unbreak 64-bit builds.kientzle2008-01-181-1/+1
* Fix 64-bit build after my last commit. <sigh>kientzle2008-01-181-1/+1
* Issues with hardlinks in newc-format files prompted me tokientzle2008-01-181-6/+32
* Update libarchive to 2.4.10. This includes a number of improvementskientzle2007-12-301-0/+6
* Fix the archive_write_data() function so it always returnskientzle2007-09-211-3/+10
* Revert the last commit to libarchive. It introduced some regresssions,bmah2007-09-181-7/+4
* Correct the return value from archive_write_data()kientzle2007-09-181-4/+7
* Make suid/sgid restore be "opportunistic" ifkientzle2007-08-121-6/+22
* archive_string_ensure() used to call exit(3) if itkientzle2007-07-151-1/+4
* libarchive 2.2.3kientzle2007-05-291-20/+92
* Remove pointless code: Don't assign a value to a variable when we'recperciva2007-05-211-1/+0
* Properly cleanup the UID/GID lookup data.kientzle2007-04-151-0/+4
* Invoke utime(2) properly. (It's only used on platformskientzle2007-04-141-2/+2
* More portability improvements from Martin Koeppe:kientzle2007-04-141-0/+51
* Make Lint happier.kientzle2007-04-121-1/+2
* Fix build on Solaris.kientzle2007-04-071-1/+1
* Be consistent: file flags are unsigned bitmaps.kientzle2007-04-021-1/+1
* Notice when mkdir() fails.kientzle2007-03-241-9/+16
* When ARCHIVE_EXTRACT_UNLINK is requested:kientzle2007-03-131-4/+10
* Libarchive 2.0.23:kientzle2007-03-111-1/+4
* libarchive 2.0kientzle2007-03-031-0/+1929
OpenPOWER on IntegriCloud