summaryrefslogtreecommitdiffstats
path: root/lib/libarchive/archive_read_extract.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* More cleanup work on permissions restore:kientzle2004-06-271-179/+200
* Clean up some consistent confusion between "dev" and "rdev."kientzle2004-06-271-4/+4
* 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-271-7/+1
* 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
* 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
* Refactor the extraction code somewhat. In particular,kientzle2004-06-031-116/+104
* Previously, restoring an archive with hardlinked files that hadkientzle2004-05-271-86/+147
* Add hook for a client-provided progress callback to be invokedkientzle2004-05-131-0/+8
* 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
* Update file flag handling.kientzle2004-04-261-16/+63
* Correct spelling of == so that file flags are correctly restored.kientzle2004-04-231-1/+1
* More portability improvements, thanks to Juergen Lock.kientzle2004-04-211-16/+14
* More work on ACLs: fix error in archive_entry's ACL parsing code,kientzle2004-04-121-13/+23
* Fix some issues with ACL handling:kientzle2004-04-061-5/+5
* Overhauled ACL support. This makes us compatiblekientzle2004-04-051-48/+121
* Many fixes.kientzle2004-03-091-60/+186
* sys/types.h must be included before sys/acl.h,kientzle2004-02-121-1/+1
* Initial import of libarchive.kientzle2004-02-091-0/+754
OpenPOWER on IntegriCloud