| Commit message (Expand) | Author | Age | Files | Lines |
* | remove some dead assignments, add a TODO comment | Denys Vlasenko | 2010-07-04 | 1 | -0/+1 |
* | data_extract_all: do not chmod symlink. Closes 2053 | Denys Vlasenko | 2010-06-18 | 1 | -17/+14 |
* | tar: fix "hardlinks to symlinks chown" bug 1519. | Denys Vlasenko | 2010-04-09 | 1 | -50/+52 |
* | tar: fix mishandling of repeated hardlink in tarball; expand tests | Denys Vlasenko | 2010-04-09 | 1 | -7/+25 |
* | tar: optional support for restoring selinux context | J. Tang | 2010-03-19 | 1 | -1/+20 |
* | libunarchive: clean up dirty hacks. code shrank as a result | Denys Vlasenko | 2010-01-06 | 1 | -4/+4 |
* | tar: add support for --overwrite. +70 bytes. | Denys Vlasenko | 2009-12-16 | 1 | -1/+4 |
* | fix improper utimes usage | Denys Vlasenko | 2009-11-29 | 1 | -4/+4 |
* | tar: fix bug 673 (misdetection of repeated dir as hardlink). +92 bytes | Denys Vlasenko | 2009-11-29 | 1 | -6/+11 |
* | libunarchive: fix reversed test for older/newer | Denys Vlasenko | 2009-11-24 | 1 | -3/+3 |
* | some non-gnu compilers can't have non-const struct initializers | Denys Vlasenko | 2009-11-15 | 1 | -2/+4 |
* | use utimes() rather than obsolescent utime() | Bernhard Reutner-Fischer | 2009-11-15 | 1 | -3/+3 |
* | tar: do chown, not lchown to restore mode (compat) | Denys Vlasenko | 2009-09-17 | 1 | -2/+3 |
* | tar: fix --numeric-owner, --no-same-owner, --no-same-permissions bits | Denys Vlasenko | 2009-09-17 | 1 | -14/+15 |
* | libunarchive: fix a bug where mode and time is no longer restored | Denys Vlasenko | 2009-08-30 | 1 | -1/+1 |
* | df: fix "df /" | Denys Vlasenko | 2009-07-05 | 1 | -2/+2 |
* | libunarchive: fix build failure with !FEATURE_TAR_UNAME_GNAME | Mike Frysinger | 2009-05-05 | 1 | -5/+4 |
* | tar: support for tar --numeric-owner. By Natanael Copa. | Denis Vlasenko | 2009-04-21 | 1 | -14/+16 |
* | data_extract_all: do not complain if directory exists on mkdir | Denis Vlasenko | 2008-10-17 | 1 | -1/+3 |
* | libunarchive: stop using static data in archivers - archive_handle_t | Denis Vlasenko | 2008-06-28 | 1 | -11/+11 |
* | *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on | Denis Vlasenko | 2008-06-27 | 1 | -1/+1 |
* | cpio: fix a bug where we do not extract zero-sized hardlinks | Denis Vlasenko | 2008-04-05 | 1 | -1/+1 |
* | tar: real support for -p. +200 if selected. | Denis Vlasenko | 2008-02-14 | 1 | -0/+15 |
* | do not do utime() on links, it acts on link targets, and we don't want that. | Denis Vlasenko | 2007-06-20 | 1 | -23/+27 |
* | make tar restore mode again | Denis Vlasenko | 2007-02-12 | 1 | -0/+8 |
* | tar et al: die if bb_copyfd_size copies less than asked for. | Denis Vlasenko | 2006-12-22 | 1 | -2/+2 |
* | fixes from Vladimir Dronnikov <dronnikov@gmail.ru> | Denis Vlasenko | 2006-10-10 | 1 | -40/+56 |
* | silly switch style fix | Denis Vlasenko | 2006-09-27 | 1 | -1/+1 |
* | Use xopen3() instead of an after-the-fact chown. | Rob Landley | 2006-08-04 | 1 | -6/+2 |
* | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley | 2006-08-03 | 1 | -12/+2 |
* | Add one-line GPL boilerplate to numerous (but not all yet) source files. | "Robert P. J. Day" | 2006-07-12 | 1 | -13/+1 |
* | Standardize on the vi editing directives being on the first line. | "Robert P. J. Day" | 2006-07-02 | 1 | -0/+1 |
* | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley | 2006-03-06 | 1 | -1/+1 |
* | Add --no-same-owner and --no-same-permissions options to tar. | Rob Landley | 2005-10-27 | 1 | -2/+6 |
* | Make certain clients of bb_make_directory default to honoring | Eric Andersen | 2004-10-13 | 1 | -1/+1 |
* | Larry Doolittle writes: | Eric Andersen | 2004-04-14 | 1 | -1/+1 |
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -2/+2 |
* | Don't hose up perms for files that happen to have symlinks | Eric Andersen | 2003-12-21 | 1 | -2/+4 |
* | Fix tar hard links | Glenn L McGrath | 2003-11-27 | 1 | -2/+3 |
* | As we no longer use function pointers for read in common archiving code | Glenn L McGrath | 2003-11-21 | 1 | -1/+1 |
* | Dont attempt to unlink directories | Glenn L McGrath | 2003-11-20 | 1 | -1/+1 |
* | Fix a bug where cpio wouldnt work unless -u was specified | Glenn L McGrath | 2003-11-15 | 1 | -10/+8 |
* | Marc A. Lehmann writes: | Eric Andersen | 2003-09-11 | 1 | -1/+1 |
* | Dont unlink when testing ! | Glenn L McGrath | 2003-08-28 | 1 | -0/+25 |
* | Change hardlink handling for tar to work the same way as cpio | Glenn L McGrath | 2003-08-14 | 1 | -42/+40 |
* | unlink a previous file before its extracted | Glenn L McGrath | 2003-04-21 | 1 | -1/+2 |
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -8/+8 |
* | Fix long standing bug with old gnu tar files, add a check so tar will | Glenn L McGrath | 2003-01-28 | 1 | -0/+2 |
* | rpm applet by Laurence Anderson | Glenn L McGrath | 2002-12-10 | 1 | -1/+1 |
* | Unlink before mkdir, mknod, symlink to overwrite | Glenn L McGrath | 2002-12-04 | 1 | -0/+3 |