summaryrefslogtreecommitdiff
path: root/libarchive/test/test_write_format_iso9660_zisofs.c
Commit message (Expand)AuthorAgeFilesLines
* Spelling fixesGraham Percival2016-12-271-1/+1
* Fix bugs in test programs which Clang Static Analyzer pointed out.Michihiro NAKAJIMA2012-11-141-0/+9
* Stop using deprecated functions. Much remains to be replaced.Michihiro NAKAJIMA2012-10-071-3/+3
* Fix build failure with -Wextra -Wunused GCC options since it happend on FreeB...Michihiro NAKAJIMA2012-02-091-2/+2
* Don't use // for comments, for compatibility with older compilers.Tim Kientzle2011-11-121-4/+4
* Do no use random data for the contents of ISO image; it cannot createMichihiro NAKAJIMA2011-06-211-11/+15
* Fix making a bootable iso image with zisofs option.Michihiro NAKAJIMA2011-06-201-8/+297
* This is second step to reduce use of both read() and write() system-calls in ...Michihiro NAKAJIMA2011-06-201-6/+251
* 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
* To be simple, remove zisofs=indirect option.Michihiro NAKAJIMA2010-04-251-1/+1
* Introduce ISO writer.Michihiro NAKAJIMA2010-02-251-0/+281