summaryrefslogtreecommitdiffstats
path: root/lib/libarchive/test/test_read_format_cpio_bin_bz2.c
Commit message (Collapse)AuthorAgeFilesLines
* A raft of test changes and improvements from the Googlecode repository.kientzle2009-12-301-2/+7
| | | | | In particular, this includes tests for the new features I've merged over the last few days.
* Merge lots of test suite updates from libarchive.googlecode.com.kientzle2009-04-171-15/+2
|
* Merge r335,653,676 from libarchive.googlecode.com: Instead ofkientzle2009-03-071-5/+11
| | | | | | | | | conditioning tests on HAVE_ZLIB, etc, just ask libarchive for the service and handle the failure coming back from libarchive. This gives us better test coverage of common client usage where clients simply try to use libarchive services and handle the errors coming back instead of trying to second-guess which libarchive services are compiled in.
* Merge r294:337,r348:350 from libarchive.googlecode.com: A lotkientzle2009-03-031-0/+4
| | | | of work to make libarchive work on Windows.
* Style improvements.kientzle2008-12-061-4/+6
|
* 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/+54
* 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