summaryrefslogtreecommitdiff
path: root/libarchive/test/test_write_format_mtree.c
Commit message (Expand)AuthorAgeFilesLines
* Add test case for adding pathnames with no leading './' in mtree format.Andres Mejia2013-02-211-0/+123
* Add support for writing mtree classic format, which mtree utility generates b...Michihiro NAKAJIMA2012-09-251-1/+1
* tests use archive_read_support_filter_*()Roman Neuhauser2011-03-281-1/+1
* From Roman Neuhauser: Rework textual options handling.Tim Kientzle2011-03-181-2/+2
* Rename archive_read_finish to archive_read_free andTim Kientzle2010-02-081-2/+2
* More broad style cleanups of libarchive_test.Tim Kientzle2010-02-071-7/+8
* Style: Update a bunch of old assert() and assertA() calls.Tim Kientzle2010-02-071-3/+3
* Rip out the remaining support for old libarchive 1.x APIs.Tim Kientzle2010-02-071-8/+1
* Sync $FreeBSD$ version info from FreeBSD SVNTim Kientzle2009-12-301-0/+1
* Only allow options to be changed up until the archive is opened.Tim Kientzle2009-03-291-1/+1
* Const correction and fill in an incomplete initializer.Tim Kientzle2009-02-061-2/+3
* Add mtree format test.Michihiro NAKAJIMA2009-02-061-0/+153