summaryrefslogtreecommitdiffstats
path: root/lib/libarchive
Commit message (Expand)AuthorAgeFilesLines
* Ignore file flag bits that we don't support. In particular, thiskientzle2004-06-191-0/+2
* Always restore permissions for regular files, even if thekientzle2004-06-171-1/+3
* Be a little more careful about creating directories:kientzle2004-06-151-7/+23
* Correct some spelling errors.kientzle2004-06-081-6/+6
* Linux (at least Debian) requires sys/types.h to get off_t.kientzle2004-06-072-0/+2
* History: A few very, very old tar programs used the filename tokientzle2004-06-071-12/+10
* Tar bidder should just return a zero bid ("not me!") ifkientzle2004-06-071-3/+9
* Pointy hat: We can't avoid a chown() call without checking both UIDkientzle2004-06-051-1/+5
* YAPHtM: Yet Another Pointy Hat to Me.kientzle2004-06-051-1/+1
* Recognize when we've accidentally created "foo/."kientzle2004-06-051-0/+12
* Correctly reset archive_read_data state everytime a header is read.kientzle2004-06-041-0/+5
* Correct the layering violation in read_body_to_string. The previouskientzle2004-06-041-17/+24
* When we go to read the next tar header, if we get zero bytes, acceptkientzle2004-06-041-3/+22
* Be more careful about the initial read (used for "tasting" the compression):kientzle2004-06-041-1/+12
* Refactor the extraction code somewhat. In particular,kientzle2004-06-034-120/+105
* Add MLINKS for new API functions.kientzle2004-06-022-4/+6
* Refactor read_data:kientzle2004-06-028-131/+300
* Connect libarchive decompress support to the build.kientzle2004-05-273-2/+7
* 'gnutar' is now handled by the 'tar' reader, sokientzle2004-05-271-2/+1
* Previously, restoring an archive with hardlinked files that hadkientzle2004-05-272-95/+149
* Document support for reading .Z compressed archives.kientzle2004-05-272-17/+15
* GC some no-longer-used constants.kientzle2004-05-271-2/+0
* Add prototypes for .Z compression support.kientzle2004-05-272-0/+4
* Add read-only support for .Z compressed archives.kientzle2004-05-271-0/+471
* Correct parsing of Solaris default ACLs.kientzle2004-05-211-4/+6
* Nits fixed.kientzle2004-05-201-4/+4
* More research, more shuffling and clarification.kientzle2004-05-201-119/+149
* When combining ustar prefix and name fields, check before adding a '/'kientzle2004-05-191-8/+8
* I've recently been looking at the Seventh Edition sourcekientzle2004-05-191-78/+80
* Refine the heuristic used to determine whether or not to obeykientzle2004-05-191-9/+20
* Be smarter about hardlink sizes: some tar programs writekientzle2004-05-181-2/+18
* Clarify an error message.kientzle2004-05-182-2/+4
* Use WARNS?=3 for these in the arm case for now, due to toolchain issues.cognet2004-05-142-0/+8
* Update raw byte count statistic correctly.kientzle2004-05-131-1/+1
* Add MLINK for newly-added archive_read_extract_set_progress_callback(3).kientzle2004-05-132-0/+2
* Add hook for a client-provided progress callback to be invokedkientzle2004-05-136-2/+34
* 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
OpenPOWER on IntegriCloud