summaryrefslogtreecommitdiff
path: root/libarchive/test/test_compat_xz.c
Commit message (Expand)AuthorAgeFilesLines
* Replace deprecated macro ARCHIVE_COMPRESSION_* by ARCHIVE_FILTER_*.Michihiro NAKAJIMA2012-10-091-1/+1
* Stop using deprecated functions. Much remains to be replaced.Michihiro NAKAJIMA2012-10-071-1/+1
* Stop using deprecated functions. Much remains to be replaced.Michihiro NAKAJIMA2012-10-071-1/+1
* tests use archive_read_support_filter_*()Roman Neuhauser2011-03-281-2/+2
* Rename archive_read_finish to archive_read_free andTim Kientzle2010-02-081-2/+2
* Sync $FreeBSD$ version info from FreeBSD SVNTim Kientzle2009-12-301-1/+1
* Have xz/lzma support fall back to the unxz/unlzma command-line utilitiesTim Kientzle2009-04-011-18/+9
* Simplify cheking that a compression is not supported.Michihiro NAKAJIMA2009-02-191-8/+5
* Issue 8: Compression name should be "none" if we're readingTim Kientzle2009-02-181-0/+1
* Add xz compatibly test.Michihiro NAKAJIMA2009-02-171-0/+95