summaryrefslogtreecommitdiffstats
path: root/lib/libarchive
Commit message (Expand)AuthorAgeFilesLines
* Add archive_write_open_filename()/archive_read_open_filename() askientzle2006-11-155-7/+40
* Style: Use the correct type for a sizeof() variable.kientzle2006-11-151-1/+1
* Change the internal API for writing data to an entry; make thekientzle2006-11-156-19/+28
* No change in functionality, but fill in a missing errorkientzle2006-11-131-1/+6
* These files no longer use internal APIs, so no longer need to includekientzle2006-11-136-6/+0
* Minor cleanup of the standard read/write I/O modules:kientzle2006-11-136-116/+83
* Correctly handle writing very large blocks (>1M) through to a diskkientzle2006-11-121-1/+3
* Portability and style fixes:kientzle2006-11-1034-214/+514
* Fix infinite loop in corrupt archives handling in libarchive(3).simon2006-11-081-4/+16
* Eliminate documentation references to a non-existent function.kientzle2006-11-062-2/+0
* Computing SHLIB_MAJOR is not a good idea. It's really a FreeBSDkientzle2006-11-061-6/+3
* Remove an unused declaration.kientzle2006-11-061-2/+0
* Performance: If the dir mode requested is "reasonable", then justkientzle2006-10-041-49/+89
* Markup fixes.ru2006-09-171-1/+2
* Some minor corrections:kientzle2006-09-0510-41/+127
* When skipping data, track the position in the bytestream correctly.kientzle2006-08-291-1/+2
* If skip_file_dev and skip_file_ino haven't been set (are still == 0),kientzle2006-08-011-1/+3
* Conditionally include sys/mkdev.h on platforms (such as Solaris) that need it.kientzle2006-07-301-0/+3
* Use 'skip' when ignoring data in tar archives. This dramaticallykientzle2006-07-3011-11/+287
* Don't mention 'pax' in the context of POSIX-1988, sincekientzle2006-07-291-5/+4
* Remove mention of 'tp' format, since that support has beenkientzle2006-07-291-10/+0
* Simplify some of the wide-character handling, inspiredkientzle2006-05-013-62/+40
* Whitespace cleanup.kientzle2006-05-011-2/+2
* Even if a system does not support restoring extended attributes,kientzle2006-03-221-2/+4
* POSIX.1e-style Extended Attribute supportkientzle2006-03-2110-37/+628
* Remove automake source from FreeBSD tree.kientzle2006-03-121-72/+0
* The idea of supporting 'tp' was a fun one, but it iskientzle2006-03-113-621/+0
* Remove configure.ac.in and reorganize a few other things. This iskientzle2006-03-085-232/+38
* Minor fixes to the code that generates an internal ustar filenamekientzle2006-02-141-21/+22
* Extract device number information from SVR4 CPIO archives.kientzle2006-02-141-0/+6
* Fix an aliasing error in the new TP support and reenable it in the build.kientzle2006-01-262-3/+5
* Disable "tp" support until I figure out why it's breaking the build. <sigh>kientzle2006-01-181-1/+0
* If the attempt to open the archive fails (either the client openkientzle2006-01-172-14/+38
* Add support for "tp" format. tp was the standard systemkientzle2006-01-174-1/+631
* [mdoc] add missing space before a punctuation type argument.ru2005-12-131-1/+1
* Portability: Remove AC_CHECK_MALLOC from configure.ac.in.kientzle2005-11-271-1/+0
* Fix prototypes.ru2005-11-244-14/+14
* -mdoc sweep.ru2005-11-171-1/+1
* Add missing shared library interdependencies.ru2005-11-101-0/+2
* Bump the maximum number of archive formats that can bekientzle2005-11-081-1/+1
* Correctly clean up if gzip format gets mis-identified as compress format.kientzle2005-11-081-9/+17
* Fine-tune the format detection for CPIO and ISO9660 sub-types.kientzle2005-11-083-10/+25
* Portability: Use some autoconf magic to include thekientzle2005-11-084-0/+28
* Portability: timegm() isn't standard, so check for timegm() inkientzle2005-11-063-3/+44
* Fix installworld breakage. <sigh>kientzle2005-10-141-2/+2
* 1) Use GNU libtool to build shared libraries on non-FreeBSDkientzle2005-10-135-29/+86
* Make some purely internal symbols static to reduce link pollution.kientzle2005-10-122-5/+5
* Minor style nit: tab instead of space after #definekientzle2005-10-121-1/+1
* When reading GNU-style sparse archive entries, handlekientzle2005-10-121-8/+18
* In pax interchange format, use UTF8 for writingkientzle2005-10-123-21/+70
OpenPOWER on IntegriCloud