summaryrefslogtreecommitdiff
path: root/libarchive/test/test_read_format_isojoliet_bz2.c
Commit message (Expand)AuthorAgeFilesLines
* Better archive_read_has_encrypted_entries functionKonrad Kleine2013-10-091-3/+3
* Detect encrypted archive entries (ZIP, RAR, 7Zip)Konrad Kleine2013-09-171-0/+6
* 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
* Fix issue 168.Michihiro NAKAJIMA2011-08-191-3/+4
* remove stuff covered by #if ARCHIVE_VERSION_NUMBER < 3000000Roman Neuhauser2011-04-091-4/+0
* tests use archive_read_support_filter_*()Roman Neuhauser2011-03-281-1/+1
* From Roman Neuhauser: Rework textual options handling.Tim Kientzle2011-03-181-1/+1
* Clarify reporting of data errors in tests.Tim Kientzle2010-03-211-1/+1
* Unbreak build on mingw.Michihiro NAKAJIMA2010-02-241-0/+4
* Rename archive_read_finish to archive_read_free andTim Kientzle2010-02-081-1/+1
* Style: Update a bunch of old assert() and assertA() calls.Tim Kientzle2010-02-071-2/+2
* Sync $FreeBSD$ version info from FreeBSD SVNTim Kientzle2009-12-301-0/+1
* Compression of test data for ISO reader switch from bzip2/gz to compress Michihiro NAKAJIMA2009-11-021-12/+5
* Improve handling of Rockridge extensions' rr_moved directory andMichihiro NAKAJIMA2009-10-151-4/+5
* Calculate nlinks and use it instead of nlinks reocrded by Rock Ridge extensions.Michihiro NAKAJIMA2009-10-121-1/+1
* Fix Rockridge option name in test.Michihiro NAKAJIMA2009-10-121-1/+1
* Split a test mixed Joliet and Rock Ridge from test_read_format_isojoliet_bz2.cMichihiro NAKAJIMA2009-10-081-59/+1
* Disable reading Rock Ridge extentions to read Joliet extentions.Michihiro NAKAJIMA2009-10-081-1/+1
* From FreeBSD r196961: Updates to iso9660 tests and improved commentsTim Kientzle2009-09-081-7/+16
* More portability refactoring.Tim Kientzle2009-07-261-5/+5
* Fix ISO9660 hardlink handling and fix the parsing ofTim Kientzle2009-07-251-7/+3
* Include a minimal test for iso9660 options handling. InTim Kientzle2009-06-201-0/+2
* Make sure that each test source file has exactly one DEFINE_TEST().Tim Kientzle2009-04-271-4/+0
* If the bzip2 library isn't available, skip a lot of tests, followingTim Kientzle2009-04-011-1/+1
* archive_read_support_compression_bzip2() now supports fallback toTim Kientzle2009-04-011-10/+7
* Rework the Joliet test just a bit by bringing the two relatedTim Kientzle2009-02-061-42/+61
* Add Joliet Extension support for iso9660.Andreas Henriksson2009-02-051-0/+178