summaryrefslogtreecommitdiff
path: root/lib/libarchive/archive_write_disk.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a minor memory leak.Tim Kientzle2009-04-171-0/+2
* Merge from libarchive.googlecode.com: Mostly a bunch ofTim Kientzle2009-04-121-8/+16
* Merge r723 from libarchive.googlecode.com: Don't try to restoreTim Kientzle2009-03-071-0/+8
* Merge r552,r559 from libarchive.googlecode.com: Support high-resolutionTim Kientzle2009-03-071-7/+13
* Merge r283,r529 from libarchive.googlecode.com: Fix ext2_fs.h includesTim Kientzle2009-03-071-4/+10
* Merge r403,702,721 from libarchive.googlecode.com: Handle oddTim Kientzle2009-03-061-0/+54
* Merge r416 from libarchive.googlecode.com:Tim Kientzle2009-03-061-6/+93
* Merge r407,r508 from libarchive.googlecode.com: Correctly handleTim Kientzle2009-03-061-0/+3
* Merge r390,r391,r392,r397 from libarchive.googlecode.com: VirtualizeTim Kientzle2009-03-051-2/+2
* Correct r189383, which mis-merged a change from libarchive.googlecode.com.Tim Kientzle2009-03-051-2/+2
* Merge r342 from libarchive.googlecode.com: Remove someTim Kientzle2009-03-051-28/+1
* Merge r294:337,r348:350 from libarchive.googlecode.com: A lotTim Kientzle2009-03-031-1/+35
* Fix ARCHIVE_EXTRACT_SPARSE handling in libarchive.Tim Kientzle2009-01-261-22/+26
* Merge-from-Googlecode r419Tim Kientzle2009-01-211-17/+17
* Minor portability: Declare 'r' only within the conditionalTim Kientzle2008-12-061-2/+2
* Add test to verify ACL restores on FreeBSD, verify kern/128203 (mtimeTim Kientzle2008-10-191-4/+4
* MfP4: restore birth time data to disk + more thorough tests forTim Kientzle2008-09-301-83/+121
* Choose a flag-handling strategy based on platform capabilitiesTim Kientzle2008-09-141-6/+7
* Portability: Not everyone is lucky enough to have ftruncate()Tim Kientzle2008-09-121-0/+2
* Portability: Support platforms that lack (struct stat).st_blksize or SSIZE_MAXTim Kientzle2008-09-121-0/+6
* When restoring a directory, allow symlinks to be followed. The fullTim Kientzle2008-09-071-3/+15
* MfP4: Handle entries with unset size properly: Regular files withTim Kientzle2008-09-051-43/+81
* MfP4: Use the set/unset tracking to determine when mtime or atimeTim Kientzle2008-09-051-14/+51
* Use the "start_time" (time at which the restore process began)Tim Kientzle2008-09-011-5/+13
* If no atime was specified (for example, when extracting from ustarTim Kientzle2008-08-281-0/+5
* Update the total archive byte counters when writing entries to disk usingTim Kientzle2008-08-241-0/+2
* Fail copying path/.. only if SECURE_NODOTDOT was specified.Tim Kientzle2008-08-241-15/+3
* Fix the cpio bug tested for by r182092 of usr.bin/cpio/test.Tim Kientzle2008-08-241-1/+5
* When ARCHIVE_EXTRACT_PERM is requested (e.g., by "tar -p"), alwaysTim Kientzle2008-07-051-5/+9
* Don't use the deprecated linux/ext2_fs.h include file.Tim Kientzle2008-07-051-3/+0
* A security-check failure here should be ARCHIVE_FAILED (cannot continue thisTim Kientzle2008-06-211-3/+3
* MFp4: libarchive 2.5.4b. (Still 'b' until I get a bit moreTim Kientzle2008-05-261-43/+120
* FreeBSD does have fstat().Tim Kientzle2008-03-151-1/+1
* Spelling correction, thanks to Joerg Sonnenberger.Tim Kientzle2008-02-271-1/+1
* Portability improvements:Tim Kientzle2008-02-191-23/+66
* I misread the Tinderbox error; this should really unbreak 64-bit builds.Tim Kientzle2008-01-181-1/+1
* Fix 64-bit build after my last commit. <sigh>Tim Kientzle2008-01-181-1/+1
* Issues with hardlinks in newc-format files prompted me toTim Kientzle2008-01-181-6/+32
* Update libarchive to 2.4.10. This includes a number of improvementsTim Kientzle2007-12-301-0/+6
* 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