summaryrefslogtreecommitdiffstats
path: root/lib/libarchive/test/test_read_format_cpio_bin_Z.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge r659 from libarchive.googlecode.com: Correctly report "none"kientzle2009-03-071-0/+1
| | | | | | as the compression name when no other read filter bid. Add some assertions to various tests to verify that read filters are properly setting the textual name as well as the compression code.
* Merge r341,r345,r346,347 from libarchive.googlecode.com: Stylekientzle2009-03-051-8/+15
| | | | | fixes to test harness and a few extra guards to detect tests that can't succeed on certain platforms.
* Style: Use ARCHIVE_VERSION_NUMBER to conditionalize tests onkientzle2008-09-011-3/+3
| | | | | the particular libarchive version being tested instead of the deprecated ARCHIVE_API_VERSION and ARCHIVE_VERSION_STAMP macros.
* libarchive 2.0kientzle2007-03-031-0/+53
* 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.
OpenPOWER on IntegriCloud