Age | Commit message (Expand) | Author |
2009-11-24 | libunarchive: fix reversed test for older/newer | Denys Vlasenko |
2009-11-15 | some non-gnu compilers can't have non-const struct initializers | Denys Vlasenko |
2009-11-15 | use utimes() rather than obsolescent utime() | Bernhard Reutner-Fischer |
2009-11-14 | use 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-25 | tar: add support for -o as synonym to --no-same-owner. +5 bytes | Bernhard Reutner-Fischer |
2009-10-25 | tar: handle "tar fx TARFILE" etc | Denys Vlasenko |
2009-10-23 | *: optimize most of isXXXXX() macros | Denys Vlasenko |
2009-10-08 | *: three more NOINLINEs | Denys Vlasenko |
2009-10-08 | *: a few more NOINLINEs | Denys Vlasenko |
2009-10-08 | *: code shrink via NOINLINE | Denys Vlasenko |
2009-10-05 | unpackers: check errors from close() too | Denys Vlasenko |
2009-09-23 | *: more portability fixes by Dan Fandrich | Denys Vlasenko |
2009-09-23 | tar: accept spaces at the end of header fields (compat) | Denys Vlasenko |
2009-09-20 | ar: fix long filenames handling (bug 611) | Denys Vlasenko |
2009-09-17 | tar: do chown, not lchown to restore mode (compat) | Denys Vlasenko |
2009-09-17 | tar: fix --numeric-owner, --no-same-owner, --no-same-permissions bits | Denys Vlasenko |
2009-09-16 | use PACKED macro insted of open-coding GCC-ism | Denys Vlasenko |
2009-09-15 | unlzma: fixed speedup/shrink by Pascal Bellard (pascal.bellard AT ads-lu.com) | Denys Vlasenko |
2009-09-07 | Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busybox | Denys Vlasenko |
2009-09-06 | unzip: more compat if DESKTOP=y | Denys Vlasenko |
2009-09-06 | Revert "unlzma: speedup, by Pascal Bellard (pascal.bellard AT ads-lu.com)" | Denys Vlasenko |
2009-09-06 | documentation and typo fixes. By Dan Fandrich (dan AT coneharvesters.com) | Denys Vlasenko |
2009-09-06 | remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com) | Denys Vlasenko |
2009-08-30 | libunarchive: fix a bug where mode and time is no longer restored | Denys Vlasenko |
2009-08-28 | rpm2cpio: code shrink | Denys Vlasenko |
2009-08-28 | rpm2cpio: handle unseekable input correctly | Denys Vlasenko |
2009-08-28 | rpm2cpio: handle bz2 too; code shrink | Pascal Bellard |
2009-07-25 | dpkg: delete postrm script after it's run, not before. closes bug 449 | Denys Vlasenko |
2009-07-25 | unzip: try lseek before resorting to reading | Stefani Seibold |
2009-07-15 | remove trailing whitespace | Denys Vlasenko |
2009-07-08 | tar: handle 256-base encoding in mtime | Denys Vlasenko |
2009-07-05 | df: fix "df /" | Denys Vlasenko |
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 |