aboutsummaryrefslogtreecommitdiff
path: root/archival (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* *: 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
* cpio: more compat: -0 and -L optionsDenis Vlasenko2009-03-201-82/+92
* Compatibility fixes:Denis Vlasenko2009-03-202-16/+72
* tar: make FEATURE_TAR_AUTODETECT work with DESKTOP off too.Denis Vlasenko2009-03-131-2/+2
* unzip: fix thinko with le/be conv and size (closes bug 129)Denis Vlasenko2009-02-261-1/+1
* tar: stop changing net tarfile's mode, GNU tar doesn't do itDenis Vlasenko2009-01-201-2/+0
* header_verbose_list: show off_t size, not cast to (unsigned)Denis Vlasenko2008-12-123-4/+76
* optimize 16- and 32-bit movesDenis Vlasenko2008-12-081-3/+2
* dpkg: better and shorter code to compare versionsDenis Vlasenko2008-11-201-68/+59
* gunzip: restore mtime. approx +80 bytes of codeDenis Vlasenko2008-11-015-23/+56
* cpio: emit TRAILER even when hard links were found.Denis Vlasenko2008-10-261-2/+3
* tar: fix typo in commentDenis Vlasenko2008-10-251-1/+1
* tar: fix bug 3844: non-root tar does not preserve permsDenis Vlasenko2008-10-241-0/+4
* cpio: fix regression in prev commit (harmless)Denis Vlasenko2008-10-171-2/+4