summaryrefslogtreecommitdiffstats
path: root/lib/libarchive
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
OpenPOWER on IntegriCloud