silly switch style fix
[oweals/busybox.git] / archival / libunarchive / data_extract_all.c
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.