Searched hist:f81da3e58463558f4efc2a76aac410e9fc03c096 (Results 1 – 1 of 1) sorted by relevance
/freebsd/lib/libarchive/ |
H A D | Makefile | diff f81da3e58463558f4efc2a76aac410e9fc03c096 Sat Mar 03 08:37:37 CET 2007 Tim Kientzle <kientzle@FreeBSD.org> libarchive 2.0 * 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. diff f81da3e58463558f4efc2a76aac410e9fc03c096 Sat Mar 03 08:37:37 CET 2007 Tim Kientzle <kientzle@FreeBSD.org> libarchive 2.0 * 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.
|