libbb/sha: #undef macro names before #defining them.
[oweals/busybox.git] / archival / libunarchive / data_extract_all.c
2009-07-05 Denys Vlasenkodf: fix "df /"
2009-05-05 Mike Frysingerlibunarchive: fix build failure with !FEATURE_TAR_UNAME...
2009-04-21 Denis Vlasenkotar: support for tar --numeric-owner. By Natanael Copa.
2008-10-17 Denis Vlasenkodata_extract_all: do not complain if directory exists...
2008-06-28 Denis Vlasenkolibunarchive: stop using static data in archivers ...
2008-06-27 Denis Vlasenko*: introduce and use FAST_FUNC: regparm on i386, otherw...
2008-04-05 Denis Vlasenkocpio: fix a bug where we do not extract zero-sized...
2008-02-14 Denis Vlasenkotar: real support for -p. +200 if selected.
2007-06-20 Denis Vlasenkodo not do utime() on links, it acts on link targets...
2007-02-12 Denis Vlasenkomake tar restore mode again
2006-12-22 Denis Vlasenkotar et al: die if bb_copyfd_size copies less than asked...
2006-10-10 Denis Vlasenkofixes from Vladimir Dronnikov <dronnikov@gmail.ru>
2006-09-27 Denis Vlasenkosilly switch style fix
2006-08-04 Rob LandleyUse xopen3() instead of an after-the-fact chown.
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-07-12 "Robert P. J. Day"Add one-line GPL boilerplate to numerous (but not all...
2006-07-02 "Robert P. J. Day"Standardize on the vi editing directives being on the...
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2005-10-27 Rob LandleyAdd --no-same-owner and --no-same-permissions options...
2004-10-13 Eric AndersenMake certain clients of bb_make_directory default to...
2004-04-14 Eric AndersenLarry Doolittle writes:
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2003-12-21 Eric AndersenDon't hose up perms for files that happen to have symlinks
2003-11-27 Glenn L McGrathFix tar hard links
2003-11-21 Glenn L McGrathAs we no longer use function pointers for read in commo...
2003-11-20 Glenn L McGrathDont attempt to unlink directories
2003-11-15 Glenn L McGrathFix a bug where cpio wouldnt work unless -u was specified
2003-09-11 Eric AndersenMarc A. Lehmann writes:
2003-08-28 Glenn L McGrathDont unlink when testing !
2003-08-14 Glenn L McGrathChange hardlink handling for tar to work the same way...
2003-04-21 Glenn L McGrathunlink a previous file before its extracted
2003-03-19 Manuel Novoa III Major coreutils update.
2003-01-28 Glenn L McGrathFix long standing bug with old gnu tar files, add a...
2002-12-10 Glenn L McGrathrpm applet by Laurence Anderson
2002-12-04 Glenn L McGrathUnlink before mkdir, mknod, symlink to overwrite
2002-11-03 Glenn L McGrathAbstract read and seek in unarchiving code, convert...
2002-10-10 Eric Andersenlast_patch61 from vodz:
2002-09-30 Eric AndersenPatch from Konstantin Isakov <ikm@pisem.net>:
2002-09-27 Glenn L McGrathFix compress support and prevent a segfault
2002-09-25 Glenn L McGrathNew common unarchive code.