summaryrefslogtreecommitdiff
path: root/archival
Commit message (Expand)AuthorAgeFilesLines
* 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
* data_extract_all: do not complain if directory exists on mkdirDenis Vlasenko2008-10-173-2/+8
* rpm: fix incompatibilities which prevented rpm -i foo.src.rpmDenis Vlasenko2008-10-161-4/+11
* build system: dpkg needs .gz handlingDenis Vlasenko2008-10-151-2/+3
* unzip: remove example of a file we now can handleDenis Vlasenko2008-10-091-0/+0
* - add dpkg -l <packagepattern> (Peter Korsgaard)Bernhard Reutner-Fischer2008-09-251-2/+6
* unzip: handle "central directory"Denis Vlasenko2008-09-211-47/+196
* man: add handling of "man links", by Ivana Varekova <varekova AT redhat.com>Denis Vlasenko2008-08-051-6/+6
* *: refactor handling of archived files. "tar f file.tar.lzma" now works too.Denis Vlasenko2008-08-0512-193/+145
* libbb: make xrealloc_vector zero out the realloc'ed tailDenis Vlasenko2008-08-041-2/+1
* unzip: move check for unsupported zip features to better placeDenis Vlasenko2008-07-261-15/+17
* unzip: give better error message when presented with unsupportedDenis Vlasenko2008-07-263-0/+6
* fix trivial build warningDenis Vlasenko2008-07-221-1/+1
* - wrap overlong lines (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer2008-07-221-21/+25
* libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko2008-07-213-7/+7
* tar: fix handling of tarballs with symlinks with size field != 0Denis Vlasenko2008-07-202-7/+14
* build system: fix indentation in config menuDenis Vlasenko2008-07-171-2/+6
* cpio: make long opts depend only on ENABLE_GETOPT_LONGDenis Vlasenko2008-07-161-1/+1
* whitespace fixesDenis Vlasenko2008-07-121-1/+1
* cpio: internalize archive_xread_all_eof. add a few paranoia checksDenis Vlasenko2008-07-124-55/+38