aboutsummaryrefslogtreecommitdiff
path: root/archival
AgeCommit message (Expand)Author
2009-11-15some non-gnu compilers can't have non-const struct initializersDenys Vlasenko
2009-11-15use utimes() rather than obsolescent utime()Bernhard Reutner-Fischer
2009-11-14use utimes() rather than obsolescent utime()Bernhard Reutner-Fischer
2009-11-13*: use "can't" instead of "cannot"Denys Vlasenko
2009-11-02*: introduce and use ffulsh_all()Denys Vlasenko
2009-10-25tar: add support for -o as synonym to --no-same-owner. +5 bytesBernhard Reutner-Fischer
2009-10-25tar: handle "tar fx TARFILE" etcDenys Vlasenko
2009-10-23*: optimize most of isXXXXX() macrosDenys Vlasenko
2009-10-08*: three more NOINLINEsDenys Vlasenko
2009-10-08*: a few more NOINLINEsDenys Vlasenko
2009-10-08*: code shrink via NOINLINEDenys Vlasenko
2009-10-05unpackers: check errors from close() tooDenys Vlasenko
2009-09-23*: more portability fixes by Dan FandrichDenys Vlasenko
2009-09-23tar: accept spaces at the end of header fields (compat)Denys Vlasenko
2009-09-20ar: fix long filenames handling (bug 611)Denys Vlasenko
2009-09-17tar: do chown, not lchown to restore mode (compat)Denys Vlasenko
2009-09-17tar: fix --numeric-owner, --no-same-owner, --no-same-permissions bitsDenys Vlasenko
2009-09-16use PACKED macro insted of open-coding GCC-ismDenys Vlasenko
2009-09-15unlzma: fixed speedup/shrink by Pascal Bellard (pascal.bellard AT ads-lu.com)Denys Vlasenko
2009-09-07Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busyboxDenys Vlasenko
2009-09-06unzip: more compat if DESKTOP=yDenys Vlasenko
2009-09-06Revert "unlzma: speedup, by Pascal Bellard (pascal.bellard AT ads-lu.com)"Denys Vlasenko
2009-09-06documentation and typo fixes. By Dan Fandrich (dan AT coneharvesters.com)Denys Vlasenko
2009-09-06remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com)Denys Vlasenko
2009-08-30libunarchive: fix a bug where mode and time is no longer restoredDenys Vlasenko
2009-08-28rpm2cpio: code shrinkDenys Vlasenko
2009-08-28rpm2cpio: handle unseekable input correctlyDenys Vlasenko
2009-08-28rpm2cpio: handle bz2 too; code shrinkPascal Bellard
2009-07-25dpkg: delete postrm script after it's run, not before. closes bug 449Denys Vlasenko
2009-07-25unzip: try lseek before resorting to readingStefani Seibold
2009-07-15remove trailing whitespaceDenys Vlasenko
2009-07-08tar: handle 256-base encoding in mtimeDenys Vlasenko
2009-07-05df: fix "df /"Denys Vlasenko
2009-06-26updates for supporting Linux kernel build and initrd utilitiesDenys Vlasenko
2009-06-19getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTSDenys Vlasenko
2009-06-18tweak Config texts and some broken English elsewhereDenys Vlasenko
2009-06-09randomconfig fixesDenys Vlasenko
2009-05-28only build common libarchive objs when neededMike Frysinger
2009-05-18gzip: fix gzip with many files corrupting some files after firstDenys Vlasenko
2009-05-05libunarchive: fix build failure with !FEATURE_TAR_UNAME_GNAMEMike Frysinger
2009-04-29lzop: new applet. Busyboxed by Alain Knaff. +7700 bytes.Denis Vlasenko
2009-04-25unlzma: speedup, by Pascal Bellard (pascal.bellard AT ads-lu.com)Denis Vlasenko
2009-04-21switch_root: improve behavior on error; improve help textDenis Vlasenko
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko
2009-04-21tar: support for tar --numeric-owner. By Natanael Copa.Denis Vlasenko
2009-04-01trailing whitespace removalDenis Vlasenko
2009-03-20cpio: more compat: -0 and -L optionsDenis Vlasenko
2009-03-20Compatibility fixes:Denis Vlasenko
2009-03-13tar: make FEATURE_TAR_AUTODETECT work with DESKTOP off too.Denis Vlasenko
2009-02-26unzip: fix thinko with le/be conv and size (closes bug 129)Denis Vlasenko