aboutsummaryrefslogtreecommitdiff
path: root/lib/libarchive
Commit message (Expand)AuthorAgeFilesLines
* Ignore file flag bits that we don't support. In particular, thisTim Kientzle2004-06-191-0/+2
* Always restore permissions for regular files, even if theTim Kientzle2004-06-171-1/+3
* Be a little more careful about creating directories:Tim Kientzle2004-06-151-7/+23
* Correct some spelling errors.Tim Kientzle2004-06-081-6/+6
* Linux (at least Debian) requires sys/types.h to get off_t.Tim Kientzle2004-06-072-0/+2
* History: A few very, very old tar programs used the filename toTim Kientzle2004-06-071-12/+10
* Tar bidder should just return a zero bid ("not me!") ifTim Kientzle2004-06-071-3/+9
* Pointy hat: We can't avoid a chown() call without checking both UIDTim Kientzle2004-06-051-1/+5
* YAPHtM: Yet Another Pointy Hat to Me.Tim Kientzle2004-06-051-1/+1
* Recognize when we've accidentally created "foo/."Tim Kientzle2004-06-051-0/+12
* Correctly reset archive_read_data state everytime a header is read.Tim Kientzle2004-06-041-0/+5
* Correct the layering violation in read_body_to_string. The previousTim Kientzle2004-06-041-17/+24
* When we go to read the next tar header, if we get zero bytes, acceptTim Kientzle2004-06-041-3/+22
* Be more careful about the initial read (used for "tasting" the compression):Tim Kientzle2004-06-041-1/+12
* Refactor the extraction code somewhat. In particular,Tim Kientzle2004-06-034-120/+105
* Add MLINKS for new API functions.Tim Kientzle2004-06-022-4/+6
* Refactor read_data:Tim Kientzle2004-06-028-130/+299
* Connect libarchive decompress support to the build.Tim Kientzle2004-05-273-2/+7
* 'gnutar' is now handled by the 'tar' reader, soTim Kientzle2004-05-271-2/+1
* Previously, restoring an archive with hardlinked files that hadTim Kientzle2004-05-272-95/+149
* Document support for reading .Z compressed archives.Tim Kientzle2004-05-272-17/+15
* GC some no-longer-used constants.Tim Kientzle2004-05-271-2/+0
* Add prototypes for .Z compression support.Tim Kientzle2004-05-272-0/+4
* Add read-only support for .Z compressed archives.Tim Kientzle2004-05-271-0/+471
* Correct parsing of Solaris default ACLs.Tim Kientzle2004-05-211-4/+6
* Nits fixed.Tim Kientzle2004-05-201-4/+4
* More research, more shuffling and clarification.Tim Kientzle2004-05-201-119/+149
* When combining ustar prefix and name fields, check before adding a '/'Tim Kientzle2004-05-191-8/+8
* I've recently been looking at the Seventh Edition sourceTim Kientzle2004-05-191-78/+80
* Refine the heuristic used to determine whether or not to obeyTim Kientzle2004-05-191-9/+20
* Be smarter about hardlink sizes: some tar programs writeTim Kientzle2004-05-181-2/+18
* Clarify an error message.Tim Kientzle2004-05-182-2/+4
* 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