summaryrefslogtreecommitdiff
path: root/archival/libunarchive/data_extract_all.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Abstract read and seek in unarchiving code, convert bunzip to file descriptor...Glenn L McGrath2002-11-031-2/+20
* last_patch61 from vodz:Eric Andersen2002-10-101-1/+1
* Patch from Konstantin Isakov <ikm@pisem.net>:Eric Andersen2002-09-301-3/+4
* Fix compress support and prevent a segfaultGlenn L McGrath2002-09-271-1/+0
* New common unarchive code.Glenn L McGrath2002-09-251-0/+76