Age | Commit message (Expand) | Author |
2009-06-26 | updates for supporting Linux kernel build and initrd utilities | Denys Vlasenko |
2009-06-19 | getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTS | Denys Vlasenko |
2009-06-18 | tweak Config texts and some broken English elsewhere | Denys Vlasenko |
2009-06-09 | randomconfig fixes | Denys Vlasenko |
2009-05-28 | only build common libarchive objs when needed | Mike Frysinger |
2009-05-18 | gzip: fix gzip with many files corrupting some files after first | Denys Vlasenko |
2009-05-05 | libunarchive: fix build failure with !FEATURE_TAR_UNAME_GNAME | Mike Frysinger |
2009-04-29 | lzop: new applet. Busyboxed by Alain Knaff. +7700 bytes. | Denis Vlasenko |
2009-04-25 | unlzma: speedup, by Pascal Bellard (pascal.bellard AT ads-lu.com) | Denis Vlasenko |
2009-04-21 | switch_root: improve behavior on error; improve help text | Denis Vlasenko |
2009-04-21 | *: mass renaming of USE_XXXX to IF_XXXX | Denis Vlasenko |
2009-04-21 | tar: support for tar --numeric-owner. By Natanael Copa. | Denis Vlasenko |
2009-04-01 | trailing whitespace removal | Denis Vlasenko |
2009-03-20 | cpio: more compat: -0 and -L options | Denis Vlasenko |
2009-03-20 | Compatibility fixes: | Denis Vlasenko |
2009-03-13 | tar: make FEATURE_TAR_AUTODETECT work with DESKTOP off too. | Denis Vlasenko |
2009-02-26 | unzip: fix thinko with le/be conv and size (closes bug 129) | Denis Vlasenko |
2009-01-20 | tar: stop changing net tarfile's mode, GNU tar doesn't do it | Denis Vlasenko |
2008-12-12 | header_verbose_list: show off_t size, not cast to (unsigned) | Denis Vlasenko |
2008-12-08 | optimize 16- and 32-bit moves | Denis Vlasenko |
2008-11-20 | dpkg: better and shorter code to compare versions | Denis Vlasenko |
2008-11-01 | gunzip: restore mtime. approx +80 bytes of code | Denis Vlasenko |
2008-10-26 | cpio: emit TRAILER even when hard links were found. | Denis Vlasenko |
2008-10-25 | tar: fix typo in comment | Denis Vlasenko |
2008-10-24 | tar: fix bug 3844: non-root tar does not preserve perms | Denis Vlasenko |
2008-10-17 | cpio: fix regression in prev commit (harmless) | Denis Vlasenko |
2008-10-17 | data_extract_all: do not complain if directory exists on mkdir | Denis Vlasenko |
2008-10-16 | rpm: fix incompatibilities which prevented rpm -i foo.src.rpm | Denis Vlasenko |
2008-10-15 | build system: dpkg needs .gz handling | Denis Vlasenko |
2008-10-09 | unzip: remove example of a file we now can handle | Denis Vlasenko |
2008-09-25 | - add dpkg -l <packagepattern> (Peter Korsgaard) | Bernhard Reutner-Fischer |
2008-09-21 | unzip: handle "central directory" | Denis Vlasenko |
2008-08-05 | man: add handling of "man links", by Ivana Varekova <varekova AT redhat.com> | Denis Vlasenko |
2008-08-05 | *: refactor handling of archived files. "tar f file.tar.lzma" now works too. | Denis Vlasenko |
2008-08-04 | libbb: make xrealloc_vector zero out the realloc'ed tail | Denis Vlasenko |
2008-07-26 | unzip: move check for unsupported zip features to better place | Denis Vlasenko |
2008-07-26 | unzip: give better error message when presented with unsupported | Denis Vlasenko |
2008-07-22 | fix trivial build warning | Denis Vlasenko |
2008-07-22 | - wrap overlong lines (Cristian Ionescu-Idbohrn) | Bernhard Reutner-Fischer |
2008-07-21 | libbb: [x]fopen_for_{read,write} introduced and used. | Denis Vlasenko |
2008-07-20 | tar: fix handling of tarballs with symlinks with size field != 0 | Denis Vlasenko |
2008-07-17 | build system: fix indentation in config menu | Denis Vlasenko |
2008-07-16 | cpio: make long opts depend only on ENABLE_GETOPT_LONG | Denis Vlasenko |
2008-07-12 | whitespace fixes | Denis Vlasenko |
2008-07-12 | cpio: internalize archive_xread_all_eof. add a few paranoia checks | Denis Vlasenko |
2008-07-11 | cpio: on unpack, limit filename length to 8k; shorten comment a bit | Denis Vlasenko |
2008-07-11 | cpio: support some long options; document GNU options | Denis Vlasenko |
2008-07-11 | fix compile failures resulting from last few commits | Denis Vlasenko |
2008-07-10 | dpkg_deb: slight code shrink | Denis Vlasenko |
2008-07-10 | open_transformer: do not return fd, it does not change | Denis Vlasenko |