summaryrefslogtreecommitdiffstats
path: root/lib/libarchive/archive_write_disk.c
Commit message (Expand)AuthorAgeFilesLines
* - Update libarchive to 2.8.4mm2011-07-171-1/+1
* Clarify the naming: Methods that free an object shouldkientzle2010-11-051-3/+3
* Various fixes when creating objects on disk:kientzle2009-12-291-23/+74
* Fix a minor memory leak.kientzle2009-04-171-0/+2
* Merge from libarchive.googlecode.com: Mostly a bunch ofkientzle2009-04-121-8/+16
* Merge r723 from libarchive.googlecode.com: Don't try to restorekientzle2009-03-071-0/+8
* Merge r552,r559 from libarchive.googlecode.com: Support high-resolutionkientzle2009-03-071-7/+13
* Merge r283,r529 from libarchive.googlecode.com: Fix ext2_fs.h includeskientzle2009-03-071-4/+10
* Merge r403,702,721 from libarchive.googlecode.com: Handle oddkientzle2009-03-061-0/+54
* Merge r416 from libarchive.googlecode.com:kientzle2009-03-061-6/+93
* Merge r407,r508 from libarchive.googlecode.com: Correctly handlekientzle2009-03-061-0/+3
* Merge r390,r391,r392,r397 from libarchive.googlecode.com: Virtualizekientzle2009-03-051-2/+2
* Correct r189383, which mis-merged a change from libarchive.googlecode.com.kientzle2009-03-051-2/+2
* Merge r342 from libarchive.googlecode.com: Remove somekientzle2009-03-051-28/+1
* Merge r294:337,r348:350 from libarchive.googlecode.com: A lotkientzle2009-03-031-1/+35
* 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
OpenPOWER on IntegriCloud