| Commit message (Expand) | Author | Age | Files | Lines |
* | tar: handle 256-base encoding in mtime | Denys Vlasenko | 2009-07-08 | 1 | -3/+7 |
* | df: fix "df /" | Denys Vlasenko | 2009-07-05 | 1 | -2/+2 |
* | only build common libarchive objs when needed | Mike Frysinger | 2009-05-28 | 1 | -1/+7 |
* | libunarchive: fix build failure with !FEATURE_TAR_UNAME_GNAME | Mike Frysinger | 2009-05-05 | 1 | -5/+4 |
* | unlzma: speedup, by Pascal Bellard (pascal.bellard AT ads-lu.com) | Denis Vlasenko | 2009-04-25 | 1 | -96/+58 |
* | switch_root: improve behavior on error; improve help text | Denis Vlasenko | 2009-04-21 | 1 | -1/+1 |
* | *: mass renaming of USE_XXXX to IF_XXXX | Denis Vlasenko | 2009-04-21 | 6 | -34/+34 |
* | tar: support for tar --numeric-owner. By Natanael Copa. | Denis Vlasenko | 2009-04-21 | 1 | -14/+16 |
* | trailing whitespace removal | Denis Vlasenko | 2009-04-01 | 1 | -1/+1 |
* | tar: make FEATURE_TAR_AUTODETECT work with DESKTOP off too. | Denis Vlasenko | 2009-03-13 | 1 | -2/+2 |
* | header_verbose_list: show off_t size, not cast to (unsigned) | Denis Vlasenko | 2008-12-12 | 2 | -3/+74 |
* | optimize 16- and 32-bit moves | Denis Vlasenko | 2008-12-08 | 1 | -3/+2 |
* | gunzip: restore mtime. approx +80 bytes of code | Denis Vlasenko | 2008-11-01 | 1 | -7/+19 |
* | data_extract_all: do not complain if directory exists on mkdir | Denis Vlasenko | 2008-10-17 | 2 | -2/+5 |
* | *: refactor handling of archived files. "tar f file.tar.lzma" now works too. | Denis Vlasenko | 2008-08-05 | 6 | -38/+46 |
* | fix trivial build warning | Denis Vlasenko | 2008-07-22 | 1 | -1/+1 |
* | tar: fix handling of tarballs with symlinks with size field != 0 | Denis Vlasenko | 2008-07-20 | 2 | -7/+14 |
* | cpio: internalize archive_xread_all_eof. add a few paranoia checks | Denis Vlasenko | 2008-07-12 | 4 | -55/+38 |
* | cpio: on unpack, limit filename length to 8k; shorten comment a bit | Denis Vlasenko | 2008-07-11 | 1 | -0/+2 |
* | cpio: support some long options; document GNU options | Denis Vlasenko | 2008-07-11 | 1 | -2/+3 |
* | fix compile failures resulting from last few commits | Denis Vlasenko | 2008-07-11 | 1 | -2/+1 |
* | dpkg_deb: slight code shrink | Denis Vlasenko | 2008-07-10 | 5 | -19/+37 |
* | open_transformer: do not return fd, it does not change | Denis Vlasenko | 2008-07-10 | 5 | -14/+13 |
* | *: rename ATTRIBUTE_XXX to just XXX. | Denis Vlasenko | 2008-07-05 | 2 | -2/+2 |
* | sendmail: fix wrong vfork usage here too | Denis Vlasenko | 2008-07-01 | 1 | -2/+2 |
* | revert last two commits. vfork cannot be used in subroutine, | Denis Vlasenko | 2008-07-01 | 1 | -1/+10 |
* | *: introduce and use xfork() | Denis Vlasenko | 2008-07-01 | 1 | -8/+1 |
* | *: introduce and use xvfork() | Denis Vlasenko | 2008-07-01 | 1 | -3/+1 |
* | bunzip2: make proper fix for the problem "fixed" in rev. 22521 | Denis Vlasenko | 2008-06-28 | 1 | -80/+13 |
* | libunarchive: stop using static data in archivers - archive_handle_t | Denis Vlasenko | 2008-06-28 | 5 | -65/+65 |
* | unlzma: fix memory leak (Pascal Bellard) | Denis Vlasenko | 2008-06-27 | 1 | -20/+23 |
* | *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on | Denis Vlasenko | 2008-06-27 | 29 | -36/+36 |
* | bunzip2: fix an uncompression error. Add the example to testsuite. | Denis Vlasenko | 2008-06-26 | 1 | -6/+9 |
* | style fixes, no code changes | Denis Vlasenko | 2008-06-26 | 1 | -2/+2 |
* | open_transformer: fix bug of calling exit instead of _exit | Denis Vlasenko | 2008-06-26 | 1 | -2/+5 |
* | - use STD*_FILENO some more. No object-code changes | Bernhard Reutner-Fischer | 2008-05-19 | 1 | -1/+1 |
* | - use EXIT_{SUCCESS,FAILURE}. No object-code changes | Bernhard Reutner-Fischer | 2008-05-19 | 2 | -2/+2 |
* | more of -Wall fixes from Cristian Ionescu-Idbohrn. | Denis Vlasenko | 2008-05-15 | 4 | -11/+11 |
* | more -Wall warning fixes from Cristian Ionescu-Idbohrn. | Denis Vlasenko | 2008-05-13 | 1 | -2/+2 |
* | tar: fix obscure case when name is "" and prefix is not "" | Denis Vlasenko | 2008-04-29 | 1 | -1/+1 |
* | tar: fix the case where long base names can be ignored | Denis Vlasenko | 2008-04-29 | 1 | -0/+3 |
* | tar: move vfork into separate function (smaller code) | Denis Vlasenko | 2008-04-21 | 1 | -3/+5 |
* | trivial fixes to make bbox compile with gcc 4.3.0 | Denis Vlasenko | 2008-04-15 | 1 | -5/+5 |
* | cpio: fix a bug where we do not extract zero-sized hardlinks | Denis Vlasenko | 2008-04-05 | 3 | -93/+98 |
* | unlzma: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> | Denis Vlasenko | 2008-03-18 | 1 | -11/+4 |
* | fsck_minix: getopt32-ification; code shrink; reduce stack usage; | Denis Vlasenko | 2008-03-17 | 2 | -3/+6 |
* | unlzma: save a few more bytes, and maybe even a bit faster now | Denis Vlasenko | 2008-03-02 | 1 | -7/+3 |
* | unlzma: if !LZMA_FAST, save ~200 more bytes (Pascal Bellard <pascal.bellard A... | Denis Vlasenko | 2008-03-02 | 1 | -24/+36 |
* | tar: optional autodetection of gz/bz2 compressed tarballs. | Denis Vlasenko | 2008-02-19 | 1 | -8/+44 |
* | *: more readable handling of pipe fds. No code changes. | Denis Vlasenko | 2008-02-16 | 3 | -11/+11 |