Age | Commit message (Expand) | Author |
2010-12-26 | modprobe: add support for --show-depends | Serj Kalichev |
2010-11-03 | rename archival/libunarchive -> archival/libarchive; move bz/ into it | Denys Vlasenko |
2010-08-31 | libbb: add xfstat function | Denys Vlasenko |
2010-08-16 | *: make GNU licensing statement forms more regular | Denys Vlasenko |
2010-07-06 | whitespace fixes | Denys Vlasenko |
2010-07-04 | *: introduce and use xfork() and xvfork() | Pascal Bellard |
2010-06-26 | *: tar-related cleanups: move struct to unarchive.h; move help to tar.c | Denys Vlasenko |
2010-06-25 | tar: optional support for --to-command | Ladislav Michl |
2010-01-20 | *: small code shrinks and compile fix for unicode | Denys Vlasenko |
2010-01-20 | tar: handle -m (--touch) switch, enabled by FEATURE_TAR_NOPRESERVE_TIME | Mikhail Gusarov |
2009-12-18 | tar: fix recently added SEGV on "tar" w/o args | Denys Vlasenko |
2009-12-16 | tar: add support for --overwrite. +70 bytes. | Denys Vlasenko |
2009-12-16 | libunarchive: move dpkg-specific things into dpkg.c. 0 byte size differences | Denys Vlasenko |
2009-12-11 | wget: check for close success; fix chunked; do not bother to send QUIT to ftp | Denys Vlasenko |
2009-11-29 | tar: revert part of last change. -39 bytes | Denys Vlasenko |
2009-11-29 | tar: fix bug 673 (misdetection of repeated dir as hardlink). +92 bytes | Denys Vlasenko |
2009-11-13 | *: use "can't" instead of "cannot" | 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-09-17 | tar: fix --numeric-owner, --no-same-owner, --no-same-permissions bits | Denys 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-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-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-08-05 | *: refactor handling of archived files. "tar f file.tar.lzma" now works too. | Denis Vlasenko |
2008-07-21 | libbb: [x]fopen_for_{read,write} introduced and used. | Denis Vlasenko |
2008-07-10 | open_transformer: do not return fd, it does not change | Denis Vlasenko |
2008-07-05 | *: rename ATTRIBUTE_XXX to just XXX. | Denis Vlasenko |
2008-07-01 | sendmail: fix wrong vfork usage here too | Denis Vlasenko |
2008-07-01 | revert last two commits. vfork cannot be used in subroutine, | Denis Vlasenko |
2008-07-01 | *: introduce and use xvfork() | Denis Vlasenko |
2008-06-28 | libunarchive: stop using static data in archivers - archive_handle_t | Denis Vlasenko |
2008-06-27 | *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on | Denis Vlasenko |
2008-06-15 | *: use llist_pop for traverse-and-free list operation | Denis Vlasenko |
2008-06-14 | tar: fix "unused parameter 'gzip'" warning | Denis Vlasenko |
2008-05-19 | - use EXIT_{SUCCESS,FAILURE}. No object-code changes | Bernhard Reutner-Fischer |
2008-04-29 | tar: remove bogus check for "-" (we handle it corrently later) | Denis Vlasenko |
2008-04-21 | tar: move vfork into separate function (smaller code) | Denis Vlasenko |
2008-03-26 | *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/ | Denis Vlasenko |
2008-03-23 | patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes) | Denis Vlasenko |
2008-02-19 | tar: optional autodetection of gz/bz2 compressed tarballs. | Denis Vlasenko |
2008-02-16 | *: more readable handling of pipe fds. No code changes. | Denis Vlasenko |
2008-02-16 | random s/short/int/ | Denis Vlasenko |
2008-02-13 | tar: move FNM_LEADING_DIR #define to tar.c - no other users. | Denis Vlasenko |
2008-01-02 | libbb: introduce and use safe_waitpid (loops in EINTR) | Denis Vlasenko |
2007-11-17 | add comment clarifying busybox's use of non-standard tar header | Paul Fox |
2007-11-16 | tar: fix a case where glibc detects bogus buffer overrun | Denis Vlasenko |