summaryrefslogtreecommitdiffstats
path: root/lib/libarchive/archive_read_extract.c
Commit message (Expand)AuthorAgeFilesLines
* Support extracting entries with pathnames longer than PATH_MAX. Inkientzle2005-03-131-26/+96
* Update a comment.kientzle2004-11-051-0/+1
* Cache uid-from-uname and gid-from-gname lookups during extraction.kientzle2004-08-271-17/+84
* Don't edit permissions of pre-existing directories during extract.kientzle2004-08-261-1/+1
* libarchive now has two complete build systems. The usual "Makefile"kientzle2004-08-071-6/+11
* Use "linux" instead of "LINUX" to control Linux-specific code.kientzle2004-07-241-7/+14
* Style: rename 'mkdirpath' so it's clearer exactly what it does.kientzle2004-07-151-22/+27
* 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
* Yet another pointy hat: When restoring file flags, it's okay to use thekientzle2004-07-041-1/+1
* 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