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