aboutsummaryrefslogtreecommitdiff
path: root/lib/libarchive/archive_write_disk.3
Commit message (Collapse)AuthorAgeFilesLines
* Big MFC of libarchive 2.5.5.Tim Kientzle2008-08-101-0/+4
| | | | Notes: svn path=/stable/7/; revision=181490
* MFC: some documentation corrections and updates.Tim Kientzle2008-05-211-3/+16
| | | | Notes: svn path=/stable/7/; revision=179168
* libarchive 2.0Tim Kientzle2007-03-031-0/+358
* libarchive_test program exercises many of the core features * Refactored old "read_extract" into new "archive_write_disk", which uses archive_write methods to put entries onto disk. In particular, you can now use archive_write_disk to create objects on disk without having an archive available. * Pushed some security checks from bsdtar down into libarchive, where they can be better optimized. * Rearchitected the logic for creating objects on disk to reduce the number of system calls. Several common cases now use a minimum number of system calls. * Virtualized some internal interfaces to provide a clearer separation of read and write handling and make it simpler to override key methods. * New "empty" format reader. * Corrected return types (this ABI breakage required the "2.0" version bump) * Many bug fixes. Notes: svn path=/head/; revision=167186