summaryrefslogtreecommitdiffstats
path: root/lib/libarchive
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix all the spelling mistakes I could find in the man pages for wordskeramida2005-07-312-4/+4
* Bump the shared library version number of all libraries that have notkensmith2005-07-221-1/+1
* Assorted markup fixes.ru2005-06-152-2/+3
* Minor clean up for flags restoration: Use fchflags/lchflags whenkientzle2005-06-044-13/+52
* Sort archive_entry_ctime/archive_entry_ctime_nsec correctly.kientzle2005-06-041-13/+13
* Support libarchive with C++ by adding appropriate conditionalkientzle2005-06-042-4/+25
* Fix one error in the example usage of the archive_write API and fillkientzle2005-06-041-27/+52
* Provide missing implementations for archive_entry_ctime() andscottl2005-06-011-0/+13
* Remove the C99-specific __func__ that is one of the few barrier tokientzle2005-06-017-37/+39
* <Ooops> Two lines got dropped from the previous commit. Apologies.kientzle2005-06-011-0/+2
* A minor refinement to "pax" output: Remove suid/sgid/sticky bitskientzle2005-06-013-0/+38
* Start to address the race issue between restoring a file's contentskientzle2005-05-214-105/+204
* Correct return values in myopen() and myclose() in Example code.kientzle2005-05-211-2/+2
* archive_entry_set_link is supposed to update whichever link fieldkientzle2005-05-081-1/+2
* Fix broken ACL configuration on FreeBSD 4 and Linux.kientzle2005-04-233-7/+19
OpenPOWER on IntegriCloud