summaryrefslogtreecommitdiffstats
path: root/lib/libarchive
Commit message (Expand)AuthorAgeFilesLines
* Style: rename 'mkdirpath' so it's clearer exactly what it does.kientzle2004-07-151-22/+27
* Update the README notes to include the current list of supportedkientzle2004-07-121-49/+47
* Correct a brain-o in extract_dir: mkdirpath() and mkdir(2) arekientzle2004-07-101-2/+4
* I think this is my fourth complete rewrite of the dir-creationkientzle2004-07-081-139/+213
* Minor wordsmithing; remove a controversial colon.kientzle2004-07-051-3/+2
* Add convenience functions to retrieve the atime fields directly,kientzle2004-07-053-0/+20
* ru@'s ambitious sweep through the manpages is mostly a good thing,kientzle2004-07-051-1/+1
* Fix the NAME section making whatis(1) happy in particular.ru2004-07-051-52/+52
* Fixed cross-references in SEE ALSO.ru2004-07-046-20/+28
* Yet another pointy hat: When restoring file flags, it's okay to use thekientzle2004-07-041-1/+1
* Mechanically kill hard sentence breaks.ru2004-07-023-3/+6
* In case symlinks happen to already be sitting around, be sure to usekientzle2004-06-301-6/+20
* Some implicit dirs were not having the umask correctlykientzle2004-06-281-4/+13
* Refuse to extract an entry from an archive on top of the archive being read.kientzle2004-06-274-3/+34
* More cleanup work on permissions restore:kientzle2004-06-273-179/+204
* Add two new convenience functions to query the uid/gid from ankientzle2004-06-275-29/+121
* Clean up some consistent confusion between "dev" and "rdev."kientzle2004-06-2712-101/+176
* More tweaks to implicit directory creation. Even such abominations askientzle2004-06-271-4/+27
* * The mode for implicitly-created dirs is now 0777 modified by thekientzle2004-06-271-4/+6
* Unify mkdirpath (used to automatically create missing parent dirs) andkientzle2004-06-271-215/+126
* Read gtar-style sparse archives.kientzle2004-06-277-61/+157
* 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
OpenPOWER on IntegriCloud