aboutsummaryrefslogtreecommitdiff
path: root/archival/libunarchive/data_extract_all.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove some dead assignments, add a TODO commentDenys Vlasenko2010-07-041-0/+1
* data_extract_all: do not chmod symlink. Closes 2053Denys Vlasenko2010-06-181-17/+14
* tar: fix "hardlinks to symlinks chown" bug 1519.Denys Vlasenko2010-04-091-50/+52
* tar: fix mishandling of repeated hardlink in tarball; expand testsDenys Vlasenko2010-04-091-7/+25
* tar: optional support for restoring selinux contextJ. Tang2010-03-191-1/+20
* libunarchive: clean up dirty hacks. code shrank as a resultDenys Vlasenko2010-01-061-4/+4
* tar: add support for --overwrite. +70 bytes.Denys Vlasenko2009-12-161-1/+4
* fix improper utimes usageDenys Vlasenko2009-11-291-4/+4
* tar: fix bug 673 (misdetection of repeated dir as hardlink). +92 bytesDenys Vlasenko2009-11-291-6/+11
* libunarchive: fix reversed test for older/newerDenys Vlasenko2009-11-241-3/+3
* some non-gnu compilers can't have non-const struct initializersDenys Vlasenko2009-11-151-2/+4
* use utimes() rather than obsolescent utime()Bernhard Reutner-Fischer2009-11-151-3/+3
* tar: do chown, not lchown to restore mode (compat)Denys Vlasenko2009-09-171-2/+3
* tar: fix --numeric-owner, --no-same-owner, --no-same-permissions bitsDenys Vlasenko2009-09-171-14/+15
* libunarchive: fix a bug where mode and time is no longer restoredDenys Vlasenko2009-08-301-1/+1
* df: fix "df /"Denys Vlasenko2009-07-051-2/+2
* libunarchive: fix build failure with !FEATURE_TAR_UNAME_GNAMEMike Frysinger2009-05-051-5/+4
* tar: support for tar --numeric-owner. By Natanael Copa.Denis Vlasenko2009-04-211-14/+16
* data_extract_all: do not complain if directory exists on mkdirDenis Vlasenko2008-10-171-1/+3
* libunarchive: stop using static data in archivers - archive_handle_tDenis Vlasenko2008-06-281-11/+11
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-1/+1
* cpio: fix a bug where we do not extract zero-sized hardlinksDenis Vlasenko2008-04-051-1/+1
* tar: real support for -p. +200 if selected.Denis Vlasenko2008-02-141-0/+15
* do not do utime() on links, it acts on link targets, and we don't want that.Denis Vlasenko2007-06-201-23/+27
* make tar restore mode againDenis Vlasenko2007-02-121-0/+8
* tar et al: die if bb_copyfd_size copies less than asked for.Denis Vlasenko2006-12-221-2/+2
* fixes from Vladimir Dronnikov <dronnikov@gmail.ru>Denis Vlasenko2006-10-101-40/+56
* silly switch style fixDenis Vlasenko2006-09-271-1/+1
* Use xopen3() instead of an after-the-fact chown.Rob Landley2006-08-041-6/+2
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-12/+2
* Add one-line GPL boilerplate to numerous (but not all yet) source files."Robert P. J. Day"2006-07-121-13/+1
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-0/+1
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-1/+1
* Add --no-same-owner and --no-same-permissions options to tar.Rob Landley2005-10-271-2/+6
* Make certain clients of bb_make_directory default to honoringEric Andersen2004-10-131-1/+1
* Larry Doolittle writes:Eric Andersen2004-04-141-1/+1
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-2/+2
* Don't hose up perms for files that happen to have symlinksEric Andersen2003-12-211-2/+4
* Fix tar hard linksGlenn L McGrath2003-11-271-2/+3
* As we no longer use function pointers for read in common archiving codeGlenn L McGrath2003-11-211-1/+1
* Dont attempt to unlink directoriesGlenn L McGrath2003-11-201-1/+1
* Fix a bug where cpio wouldnt work unless -u was specifiedGlenn L McGrath2003-11-151-10/+8
* Marc A. Lehmann writes:Eric Andersen2003-09-111-1/+1
* Dont unlink when testing !Glenn L McGrath2003-08-281-0/+25
* Change hardlink handling for tar to work the same way as cpioGlenn L McGrath2003-08-141-42/+40
* unlink a previous file before its extractedGlenn L McGrath2003-04-211-1/+2
* Major coreutils update.Manuel Novoa III2003-03-191-8/+8
* Fix long standing bug with old gnu tar files, add a check so tar willGlenn L McGrath2003-01-281-0/+2
* rpm applet by Laurence AndersonGlenn L McGrath2002-12-101-1/+1
* Unlink before mkdir, mknod, symlink to overwriteGlenn L McGrath2002-12-041-0/+3