summaryrefslogtreecommitdiffstats
path: root/lib/libarchive
Commit message (Expand)AuthorAgeFilesLines
* 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
* signed/unsigned fixes (thanks to GCC4) and a few related minor style correcti...kientzle2005-09-249-15/+23
* In archive_read_open(), do not set the internal archive state tokientzle2005-09-211-2/+4
* Add a lot of error checks, based on the patches provided by Dan Lukes.kientzle2005-09-2114-8/+90
* Correct the documentation for archive_read_data_into_buffer()kientzle2005-09-201-1/+1
* Style issue: Don't include <wchar.h> where it is not actually needed.kientzle2005-09-106-10/+49
* Fix some errors in archive_read_data that caused failures in bsdtar'skientzle2005-09-101-12/+11
* Fix fallout from the previous commit:yar2005-09-091-4/+7
* Terminate metadata restore early only on failure, not success.kientzle2005-09-051-2/+4
* Record an error message if there are write errors when extracting thekientzle2005-08-101-1/+4
* Minor configuration fix to disable ACL support on MacOS X (whichkientzle2005-08-102-4/+13
* Generate default fake "device" and "inode" numbers for entrieskientzle2005-08-021-0/+25
* When copying time values from the main entry header to be used in thekientzle2005-08-021-10/+19
* Correct a few minor mis-statements (libarchive does support readingkientzle2005-08-021-5/+6
OpenPOWER on IntegriCloud