summaryrefslogtreecommitdiffstats
path: root/lib/libarchive
Commit message (Expand)AuthorAgeFilesLines
* Consistify: #define gets 1 tab character afterwardskientzle2004-05-038-60/+60
* Include appropriate flag header on Linux.kientzle2004-05-021-0/+4
* Create missing directories when extracting hardlinks and symlinks.kientzle2004-04-301-9/+39
* Implement ARCHIVE_EXTRACT_UNLINK for regular files. This supports thekientzle2004-04-291-7/+49
* Add statistics: track offset in compressed and uncompressed archive,kientzle2004-04-2810-1/+43
* Correct spelling of "shell archive" to match /usr/share/misc/magic.kientzle2004-04-281-1/+1
* Add the libarchive-formats.5 manpage. This summarizes the variouskientzle2004-04-283-0/+229
* Add read support for four more common cpio variants:kientzle2004-04-281-64/+304
* Update file flag handling.kientzle2004-04-269-82/+506
* Make clone more aggressive about copying strings to the new entry.kientzle2004-04-231-9/+9
* Set the 'dump' flag for shardump format.kientzle2004-04-231-0/+4
* Correct spelling of == so that file flags are correctly restored.kientzle2004-04-231-1/+1
* More portability improvements, thanks to Juergen Lock.kientzle2004-04-215-44/+82
* Yucky bug: Don't emit 'mkdir' commands for regular files in shar archives.kientzle2004-04-201-15/+27
* In GNU tar archives, read ctime from ctime field, not atime field.kientzle2004-04-201-1/+1
* Eliminate some redundant calls to archive_entry_hardlink.kientzle2004-04-202-8/+15
* Optimize ustar header formatting.kientzle2004-04-191-89/+79
* Only enable the ACL restore logic on FreeBSD versions >= 5.0.kientzle2004-04-161-0/+3
* * Plug a buffer overrun in ACL parsing. (archive_entry.c)kientzle2004-04-1312-51/+99
* More work on ACLs: fix error in archive_entry's ACL parsing code,kientzle2004-04-1236-933/+396
* Linux still uses 32-bit off_t by default. Ask for 64-bit off_t onkientzle2004-04-071-0/+1
* Fix some issues with ACL handling:kientzle2004-04-065-53/+89
* Overhauled ACL support. This makes us compatiblekientzle2004-04-0521-194/+1239
* mdoc fixeskientzle2004-03-231-2/+2
* Just use autoconf-compatible feature macros; don't try to be clever.kientzle2004-03-222-4/+9
* Bug: Standard C still requires declarations to precede statements. <sigh>kientzle2004-03-203-8/+17
* Many fixes:kientzle2004-03-1923-631/+1163
* Many fixes.kientzle2004-03-0937-203/+448
* Recognize hardlinks when reading cpio files.kientzle2004-03-071-5/+100
* Minor API tweak: The format-specific write_header function now setskientzle2004-03-063-36/+110
* Remove last evidence of a long-dead function.kientzle2004-03-062-18/+0
* Add ARCHIVE_EXTRACT_UNLINK option to permit clients tokientzle2004-03-063-0/+7
* Correctly read symlinks from cpio files.kientzle2004-03-061-1/+15
* Correctly read SCHILY.nlink from pax-format archives.kientzle2004-03-051-0/+2
* sys/types.h must be included before sys/acl.h,kientzle2004-02-121-1/+1
* libarchive itself is now completely clean at WARNS=10 on all architectures.kientzle2004-02-122-2/+6
* Initial import of libarchive.kientzle2004-02-0945-0/+11942
OpenPOWER on IntegriCloud