summaryrefslogtreecommitdiffstats
path: root/lib/libarchive/archive_read_extract.c
Commit message (Expand)AuthorAgeFilesLines
* MFp4: libarchive 2.5.4b. (Still 'b' until I get a bit morekientzle2008-05-261-11/+17
* Reconnect the progress callback. It may not get calledkientzle2008-01-181-2/+8
* libarchive 2.2.3kientzle2007-05-291-6/+2
* In libarchive: Downgrade ARCHIVE_FATAL and ARCHIVE_FAILED errors whichcperciva2007-04-161-0/+6
* Thanks to Colin for catching my mixup. The original problem wasn'tkientzle2007-04-151-3/+8
* Pass through error message if any operation fails, not just the last one.kientzle2007-04-141-1/+1
* When copying data from one archive to another, only set the errorcperciva2007-04-071-5/+4
* Libarchive 2.0.23:kientzle2007-03-111-38/+0
* libarchive 2.0kientzle2007-03-031-1541/+76
* Force the umask to something predictable while creating objectskientzle2007-03-021-1/+2
* Fix the copyright notice; it was always intended to bekientzle2007-01-091-3/+2
* Portability and style fixes:kientzle2006-11-101-4/+26
* Performance: If the dir mode requested is "reasonable", then justkientzle2006-10-041-49/+89
* Some minor corrections:kientzle2006-09-051-2/+3
* Simplify some of the wide-character handling, inspiredkientzle2006-05-011-3/+3
* Even if a system does not support restoring extended attributes,kientzle2006-03-221-2/+4
* POSIX.1e-style Extended Attribute supportkientzle2006-03-211-21/+116
* Fix fallout from the previous commit:yar2005-09-091-4/+7
* Terminate metadata restore early only on failure, not success.kientzle2005-09-051-2/+4
* Minor clean up for flags restoration: Use fchflags/lchflags whenkientzle2005-06-041-9/+46
* Start to address the race issue between restoring a file's contentskientzle2005-05-211-102/+187
* Portability enhancement: MS Windows won't restore metadata if the filekientzle2005-04-171-1/+1
* Clean up the support for extracting very long pathnames.kientzle2005-03-291-13/+17
* 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
OpenPOWER on IntegriCloud