Age | Commit message (Expand) | Author |
2009-07-08 | tar: handle 256-base encoding in mtime | Denys Vlasenko |
2009-07-05 | df: fix "df /" | Denys Vlasenko |
2009-05-28 | only build common libarchive objs when needed | Mike Frysinger |
2009-05-05 | libunarchive: fix build failure with !FEATURE_TAR_UNAME_GNAME | Mike Frysinger |
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-13 | tar: make FEATURE_TAR_AUTODETECT work with DESKTOP off too. | 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-01 | gunzip: restore mtime. approx +80 bytes of code | Denis Vlasenko |
2008-10-17 | data_extract_all: do not complain if directory exists on mkdir | Denis Vlasenko |
2008-08-05 | *: refactor handling of archived files. "tar f file.tar.lzma" now works too. | Denis Vlasenko |
2008-07-22 | fix trivial build warning | Denis Vlasenko |
2008-07-20 | tar: fix handling of tarballs with symlinks with size field != 0 | 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 |
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 xfork() | Denis Vlasenko |
2008-07-01 | *: introduce and use xvfork() | Denis Vlasenko |
2008-06-28 | bunzip2: make proper fix for the problem "fixed" in rev. 22521 | Denis Vlasenko |
2008-06-28 | libunarchive: stop using static data in archivers - archive_handle_t | Denis Vlasenko |
2008-06-27 | unlzma: fix memory leak (Pascal Bellard) | Denis Vlasenko |
2008-06-27 | *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on | Denis Vlasenko |
2008-06-26 | bunzip2: fix an uncompression error. Add the example to testsuite. | Denis Vlasenko |
2008-06-26 | style fixes, no code changes | Denis Vlasenko |
2008-06-26 | open_transformer: fix bug of calling exit instead of _exit | Denis Vlasenko |
2008-05-19 | - use STD*_FILENO some more. No object-code changes | Bernhard Reutner-Fischer |
2008-05-19 | - use EXIT_{SUCCESS,FAILURE}. No object-code changes | Bernhard Reutner-Fischer |
2008-05-15 | more of -Wall fixes from Cristian Ionescu-Idbohrn. | Denis Vlasenko |
2008-05-13 | more -Wall warning fixes from Cristian Ionescu-Idbohrn. | Denis Vlasenko |
2008-04-29 | tar: fix obscure case when name is "" and prefix is not "" | Denis Vlasenko |
2008-04-29 | tar: fix the case where long base names can be ignored | Denis Vlasenko |
2008-04-21 | tar: move vfork into separate function (smaller code) | Denis Vlasenko |
2008-04-15 | trivial fixes to make bbox compile with gcc 4.3.0 | Denis Vlasenko |
2008-04-05 | cpio: fix a bug where we do not extract zero-sized hardlinks | Denis Vlasenko |
2008-03-18 | unlzma: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> | Denis Vlasenko |
2008-03-17 | fsck_minix: getopt32-ification; code shrink; reduce stack usage; | Denis Vlasenko |
2008-03-02 | unlzma: save a few more bytes, and maybe even a bit faster now | Denis Vlasenko |
2008-03-02 | unlzma: if !LZMA_FAST, save ~200 more bytes (Pascal Bellard <pascal.bellard A... | 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 |