cvs commit: src/lib/libarchive Makefile archive.h.in archive_read_support_format_iso9660.c

[ Available lists | Index of cvs-src | Month of Jan 2005 | Week of 2 Jan 2005 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Tim Kientzle <kientzle@FreeBSD.org>
Date
2 Jan 2005 05:21:15
Subject
cvs commit: src/lib/libarchive Makefile archive.h.in archive_read_support_format_iso9660.c
Message-ID
200501020521.j025LF68085390@repoman.freebsd.org


[ Hide this part ]
kientzle    2005-01-02 05:21:15 UTC

FreeBSD src repository

Modified files:
lib/libarchive Makefile archive.h.in
Added files:
lib/libarchive archive_read_support_format_iso9660.c
Log:
First cut support for extracting from ISO9660 disk images.
This seems to be able to extract a TOC and extract files from
the couple of ISO images I've tested it with.

Treat this as experimental proof-of-concept code for the
moment. There are still a bunch of debug messages (there
are a few oddities in ISO9660 that I haven't yet figured
out how to handle), a lot of bugs to be addressed (this
code leaks memory very badly), and a lot of missing features (no
Rockridge support, in particular). I'd appreciate
feedback from anyone who understands ISO9660 format
better than I do. ;-)

Suggested by: Robert Watson

Revision Changes Path
1.27 +2 -1 src/lib/libarchive/Makefile
1.20 +1 -0 src/lib/libarchive/archive.h.in
1.1 +521 -0 src/lib/libarchive/archive_read_support_format_iso9660.c (new)


Elapsed time: 0.293 seconds