summaryrefslogtreecommitdiffstats
path: root/lib/libarchive/archive_read_support_format_iso9660.c
Commit message (Expand)AuthorAgeFilesLines
* Import additional bugfix for reading and extracting makefs-createdmm2011-09-021-8/+14
* Import bugfix for reading and extracting of FreeBSD ISO images with tar.mm2011-08-251-172/+279
* Add compatibility for ISO images created with unfixed makefs thatmm2011-08-071-18/+31
* Use a simpler memory-management strategy for the file objects.kientzle2010-01-231-46/+23
* Merge Michihiro NAKAJIMA's significant work on the ISO9660 readerkientzle2009-12-301-323/+1659
* Update tests to match r195873, which corrected how hardlinked fileskientzle2009-09-081-6/+23
* The parser for Rockridge symlinks tended to insertkientzle2009-07-261-8/+8
* Libarchive recognizes hardlinked files on ISO images,kientzle2009-07-251-0/+1
* Exit with ARCHIVE_FATAL if the ISO image is truncated.kientzle2009-04-261-1/+1
* Merge r558,567,569,571,581,582,583,598 from libarchive.googlecode.com:kientzle2009-03-071-25/+194
* Merge r491,493,500,507,510,530,543 from libarchive.googlecode.com:kientzle2009-03-061-0/+2
* Merge r389 from libarchive.googlecode.com: Fix a memorykientzle2009-03-051-1/+6
* "The first part is just to give more info, the latter part fixeskientzle2009-01-131-2/+5
* Strip ";1" and trailing "." from ISO9660 entries.kientzle2008-12-061-12/+21
* General improvements to Rockridge parsing and ISO9660 format detection.kientzle2008-12-061-156/+354
* Conditionalize a bunch of debugging messages; this alsokientzle2008-12-061-1/+10
* MfP4: Big read filter refactoring.kientzle2008-12-061-22/+18
* MFp4: libarchive 2.5.4b. (Still 'b' until I get a bit morekientzle2008-05-261-40/+19
* Someday I might forgive the standards bodies for omitting timegm().kientzle2008-02-191-5/+9
* 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