- 833d4e7 rename archival/libunarchive -> archival/libarchive; move bz/ into it by Denys Vlasenko · 14 years ago[Renamed (99%) from archival/libunarchive/data_extract_all.c]
- 873bb31 cpio: avoid 'not created: newer or same age file exists' message for dirs by Pascal Bellard · 14 years ago
- 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
- 243d175 remove some dead assignments, add a TODO comment by Denys Vlasenko · 14 years ago
- d86b4c3 data_extract_all: do not chmod symlink. Closes 2053 by Denys Vlasenko · 14 years ago
- e69ad87 tar: fix "hardlinks to symlinks chown" bug 1519. by Denys Vlasenko · 15 years ago
- 02365a6 tar: fix mishandling of repeated hardlink in tarball; expand tests by Denys Vlasenko · 15 years ago
- 77a2c51 tar: optional support for restoring selinux context by J. Tang · 15 years ago
- aa4977d libunarchive: clean up dirty hacks. code shrank as a result by Denys Vlasenko · 15 years ago
- 8a936cf tar: add support for --overwrite. +70 bytes. by Denys Vlasenko · 15 years ago
- dcbfaba fix improper utimes usage by Denys Vlasenko · 15 years ago
- f94c9bf tar: fix bug 673 (misdetection of repeated dir as hardlink). +92 bytes by Denys Vlasenko · 15 years ago
- 6ccaa23 libunarchive: fix reversed test for older/newer by Denys Vlasenko · 15 years ago
- 389cca4 some non-gnu compilers can't have non-const struct initializers by Denys Vlasenko · 15 years ago
- a307af1 use utimes() rather than obsolescent utime() by Bernhard Reutner-Fischer · 15 years ago
- 885583e tar: do chown, not lchown to restore mode (compat) by Denys Vlasenko · 15 years ago
- d57d626 tar: fix --numeric-owner, --no-same-owner, --no-same-permissions bits by Denys Vlasenko · 15 years ago
- b976292 libunarchive: fix a bug where mode and time is no longer restored by Denys Vlasenko · 15 years ago
- 09e63bb df: fix "df /" by Denys Vlasenko · 15 years ago
- 4f239b1 libunarchive: fix build failure with !FEATURE_TAR_UNAME_GNAME by Mike Frysinger · 16 years ago
- 8b814b4 tar: support for tar --numeric-owner. By Natanael Copa. by Denis Vlasenko · 16 years ago
- d83676e data_extract_all: do not complain if directory exists on mkdir by Denis Vlasenko · 16 years ago
- a60936d libunarchive: stop using static data in archivers - archive_handle_t by Denis Vlasenko · 16 years ago
- defc1ea *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on by Denis Vlasenko · 16 years ago
- 1af00ed cpio: fix a bug where we do not extract zero-sized hardlinks by Denis Vlasenko · 17 years ago
- e00e502 tar: real support for -p. +200 if selected. by Denis Vlasenko · 17 years ago
- 7510384 do not do utime() on links, it acts on link targets, and we don't want that. by Denis Vlasenko · 17 years ago
- e54b472 make tar restore mode again by Denis Vlasenko · 18 years ago
- 714701c tar et al: die if bb_copyfd_size copies less than asked for. by Denis Vlasenko · 18 years ago
- cba9ef5 fixes from Vladimir Dronnikov <dronnikov@gmail.ru> by Denis Vlasenko · 18 years ago
- c16bd21 silly switch style fix by Denis Vlasenko · 18 years ago
- daf58ef Use xopen3() instead of an after-the-fact chown. by Rob Landley · 18 years ago
- d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
- 801ab14 Add one-line GPL boilerplate to numerous (but not all yet) source files. by "Robert P. J. Day" · 18 years ago
- 63fc1a9 Standardize on the vi editing directives being on the first line. by "Robert P. J. Day" · 18 years ago
- dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
- f3d6c94 Add --no-same-owner and --no-same-permissions options to tar. by Rob Landley · 19 years ago
- 0e020d1 Make certain clients of bb_make_directory default to honoring the user's umask by Eric Andersen · 20 years ago
- aff114c Larry Doolittle writes: by Eric Andersen · 21 years ago
- c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
- 67ff3a1 Don't hose up perms for files that happen to have symlinks by Eric Andersen · 21 years ago
- e39ee01 Fix tar hard links by Glenn L McGrath · 21 years ago
- 7ffe133 As we no longer use function pointers for read in common archiving code by Glenn L McGrath · 21 years ago
- 90c9df9 Dont attempt to unlink directories by Glenn L McGrath · 21 years ago
- 8dc8cb1 Fix a bug where cpio wouldnt work unless -u was specified by Glenn L McGrath · 21 years ago
- 2fdba24 Marc A. Lehmann writes: by Eric Andersen · 21 years ago
- 4cee66d Dont unlink when testing ! by Glenn L McGrath · 21 years ago
- 3d5828f Change hardlink handling for tar to work the same way as cpio by Glenn L McGrath · 21 years ago
- afc01cd unlink a previous file before its extracted by Glenn L McGrath · 22 years ago
- cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
- 21110a0 Fix long standing bug with old gnu tar files, add a check so tar will by Glenn L McGrath · 22 years ago
- b72a735 rpm applet by Laurence Anderson by Glenn L McGrath · 22 years ago
- 6f9b45b Unlink before mkdir, mknod, symlink to overwrite by Glenn L McGrath · 22 years ago
- 237ae42 Abstract read and seek in unarchiving code, convert bunzip to file descriptors, support tar -j by Glenn L McGrath · 22 years ago
- 71ae64b last_patch61 from vodz: by Eric Andersen · 22 years ago
- d9d47c3 Patch from Konstantin Isakov <ikm@pisem.net>: by Eric Andersen · 22 years ago
- 2e41d0c Fix compress support and prevent a segfault by Glenn L McGrath · 22 years ago
- 7ca04f3 New common unarchive code. by Glenn L McGrath · 22 years ago