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