aboutsummaryrefslogtreecommitdiff
path: root/archival (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix improper utimes usageDenys Vlasenko2009-11-292-8/+8
* tar: revert part of last change. -39 bytesDenys Vlasenko2009-11-291-18/+11
* tar: fix bug 673 (misdetection of repeated dir as hardlink). +92 bytesDenys Vlasenko2009-11-292-61/+82
* libunarchive: fix reversed test for older/newerDenys Vlasenko2009-11-241-3/+3
* some non-gnu compilers can't have non-const struct initializersDenys Vlasenko2009-11-152-5/+9
* use utimes() rather than obsolescent utime()Bernhard Reutner-Fischer2009-11-151-3/+3
* use utimes() rather than obsolescent utime()Bernhard Reutner-Fischer2009-11-141-5/+3
* *: use "can't" instead of "cannot"Denys Vlasenko2009-11-132-4/+4
* *: introduce and use ffulsh_all()Denys Vlasenko2009-11-021-1/+1
* tar: add support for -o as synonym to --no-same-owner. +5 bytesBernhard Reutner-Fischer2009-10-251-10/+12
* tar: handle "tar fx TARFILE" etcDenys Vlasenko2009-10-251-0/+27
* *: optimize most of isXXXXX() macrosDenys Vlasenko2009-10-231-2/+2
* *: three more NOINLINEsDenys Vlasenko2009-10-081-2/+2
* *: a few more NOINLINEsDenys Vlasenko2009-10-081-1/+1
* *: code shrink via NOINLINEDenys Vlasenko2009-10-083-3/+3
* unpackers: check errors from close() tooDenys Vlasenko2009-10-051-5/+5
* *: more portability fixes by Dan FandrichDenys Vlasenko2009-09-231-2/+2
* tar: accept spaces at the end of header fields (compat)Denys Vlasenko2009-09-231-11/+13
* ar: fix long filenames handling (bug 611)Denys Vlasenko2009-09-201-37/+50
* tar: do chown, not lchown to restore mode (compat)Denys Vlasenko2009-09-171-2/+3
* tar: fix --numeric-owner, --no-same-owner, --no-same-permissions bitsDenys Vlasenko2009-09-176-37/+42
* use PACKED macro insted of open-coding GCC-ismDenys Vlasenko2009-09-162-2/+2
* unlzma: fixed speedup/shrink by Pascal Bellard (pascal.bellard AT ads-lu.com)Denys Vlasenko2009-09-152-146/+108
* Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busyboxDenys Vlasenko2009-09-071-29/+118
|\
| * unzip: more compat if DESKTOP=yDenys Vlasenko2009-09-061-29/+118
* | Revert "unlzma: speedup, by Pascal Bellard (pascal.bellard AT ads-lu.com)"Denys Vlasenko2009-09-062-60/+98
|/
* documentation and typo fixes. By Dan Fandrich (dan AT coneharvesters.com)Denys Vlasenko2009-09-061-2/+2
* remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com)Denys Vlasenko2009-09-061-1/+1
* libunarchive: fix a bug where mode and time is no longer restoredDenys Vlasenko2009-08-301-1/+1
* rpm2cpio: code shrinkDenys Vlasenko2009-08-281-11/+10
* rpm2cpio: handle unseekable input correctlyDenys Vlasenko2009-08-285-15/+18
* rpm2cpio: handle bz2 too; code shrinkPascal Bellard2009-08-281-29/+48
* dpkg: delete postrm script after it's run, not before. closes bug 449Denys Vlasenko2009-07-251-8/+13
* unzip: try lseek before resorting to readingStefani Seibold2009-07-251-1/+2
* remove trailing whitespaceDenys Vlasenko2009-07-152-4/+4
* tar: handle 256-base encoding in mtimeDenys Vlasenko2009-07-081-3/+7
* df: fix "df /"Denys Vlasenko2009-07-051-2/+2
* updates for supporting Linux kernel build and initrd utilitiesDenys Vlasenko2009-06-261-4/+19
* getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTSDenys Vlasenko2009-06-192-2/+2
* tweak Config texts and some broken English elsewhereDenys Vlasenko2009-06-181-5/+5
* randomconfig fixesDenys Vlasenko2009-06-091-1/+1
* only build common libarchive objs when neededMike Frysinger2009-05-281-1/+7
* gzip: fix gzip with many files corrupting some files after firstDenys Vlasenko2009-05-181-38/+32
* libunarchive: fix build failure with !FEATURE_TAR_UNAME_GNAMEMike Frysinger2009-05-051-5/+4
* lzop: new applet. Busyboxed by Alain Knaff. +7700 bytes.Denis Vlasenko2009-04-2910-0/+2962
* unlzma: speedup, by Pascal Bellard (pascal.bellard AT ads-lu.com)Denis Vlasenko2009-04-252-98/+60
* switch_root: improve behavior on error; improve help textDenis Vlasenko2009-04-212-2/+2
* *: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko2009-04-2112-80/+80
* tar: support for tar --numeric-owner. By Natanael Copa.Denis Vlasenko2009-04-212-14/+22
* trailing whitespace removalDenis Vlasenko2009-04-011-1/+1