aboutsummaryrefslogtreecommitdiff
path: root/lib/libarchive/archive_read_support_format_iso9660.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvscvs2svn2008-02-241-1/+1
* libarchive 2.2.3Tim Kientzle2007-05-291-59/+54
* Don't compare a signed char to 0xFF.Tim Kientzle2007-04-021-3/+3
* Provide a dummy compression-layer skip function which just reads data andColin Percival2007-03-311-24/+4
* libarchive 2.0Tim Kientzle2007-03-031-22/+24
* Because the buffer gets released immediately, I need toTim Kientzle2007-03-011-1/+1
* Fix the copyright notice; it was always intended to beTim Kientzle2007-01-091-3/+2
* Convert compression_skip from taking a size_t skip length request andColin Percival2007-01-041-2/+2
* Improve support for large ISOs:Tim Kientzle2006-11-271-4/+25
* Unbreak libarchive on arm. Two parts of libarchive relied on aTim Kientzle2006-11-261-105/+156
* Portability and style fixes:Tim Kientzle2006-11-101-10/+20
* POSIX.1e-style Extended Attribute supportTim Kientzle2006-03-211-2/+2
* Fine-tune the format detection for CPIO and ISO9660 sub-types.Tim Kientzle2005-11-081-4/+7
* Portability: timegm() isn't standard, so check for timegm() inTim Kientzle2005-11-061-2/+42
* signed/unsigned fixes (thanks to GCC4) and a few related minor style correcti...Tim Kientzle2005-09-241-3/+9
* Add a lot of error checks, based on the patches provided by Dan Lukes.Tim Kientzle2005-09-211-1/+12
* A number of improvements to ZIP support.Tim Kientzle2005-04-061-0/+1
* Fill in some more Rockridge details in ISO9660 support: Ignore PDTim Kientzle2005-02-121-1/+51
* Set the format code and name correctly for:Tim Kientzle2005-01-231-2/+12
* Support 'CE' records in Rockridge extensionsTim Kientzle2005-01-201-59/+155
* Recognize and parse symlinks in ISO9660 CDROM images with Rockridge extensions.Tim Kientzle2005-01-081-17/+75
* First cut at RockRidge support.Tim Kientzle2005-01-031-95/+288
* Next round of work on ISO9660 support:Tim Kientzle2005-01-031-79/+151
* First cut support for extracting from ISO9660 disk images.Tim Kientzle2005-01-021-0/+521