aboutsummaryrefslogtreecommitdiff
path: root/archival
AgeCommit message (Expand)Author
2009-04-01trailing whitespace removalDenis Vlasenko
2009-03-20cpio: more compat: -0 and -L optionsDenis Vlasenko
2009-03-20Compatibility fixes:Denis Vlasenko
2009-03-13tar: make FEATURE_TAR_AUTODETECT work with DESKTOP off too.Denis Vlasenko
2009-02-26unzip: fix thinko with le/be conv and size (closes bug 129)Denis Vlasenko
2009-01-20tar: stop changing net tarfile's mode, GNU tar doesn't do itDenis Vlasenko
2008-12-12header_verbose_list: show off_t size, not cast to (unsigned)Denis Vlasenko
2008-12-08optimize 16- and 32-bit movesDenis Vlasenko
2008-11-20dpkg: better and shorter code to compare versionsDenis Vlasenko
2008-11-01gunzip: restore mtime. approx +80 bytes of codeDenis Vlasenko
2008-10-26cpio: emit TRAILER even when hard links were found.Denis Vlasenko
2008-10-25tar: fix typo in commentDenis Vlasenko
2008-10-24tar: fix bug 3844: non-root tar does not preserve permsDenis Vlasenko
2008-10-17cpio: fix regression in prev commit (harmless)Denis Vlasenko
2008-10-17data_extract_all: do not complain if directory exists on mkdirDenis Vlasenko
2008-10-16rpm: fix incompatibilities which prevented rpm -i foo.src.rpmDenis Vlasenko
2008-10-15build system: dpkg needs .gz handlingDenis Vlasenko
2008-10-09unzip: remove example of a file we now can handleDenis Vlasenko
2008-09-25- add dpkg -l <packagepattern> (Peter Korsgaard)Bernhard Reutner-Fischer
2008-09-21unzip: handle "central directory"Denis Vlasenko
2008-08-05man: 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-04libbb: make xrealloc_vector zero out the realloc'ed tailDenis Vlasenko
2008-07-26unzip: move check for unsupported zip features to better placeDenis Vlasenko
2008-07-26unzip: give better error message when presented with unsupportedDenis Vlasenko
2008-07-22fix trivial build warningDenis Vlasenko
2008-07-22- wrap overlong lines (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer
2008-07-21libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko
2008-07-20tar: fix handling of tarballs with symlinks with size field != 0Denis Vlasenko
2008-07-17build system: fix indentation in config menuDenis Vlasenko
2008-07-16cpio: make long opts depend only on ENABLE_GETOPT_LONGDenis Vlasenko
2008-07-12whitespace fixesDenis Vlasenko
2008-07-12cpio: internalize archive_xread_all_eof. add a few paranoia checksDenis Vlasenko
2008-07-11cpio: on unpack, limit filename length to 8k; shorten comment a bitDenis Vlasenko
2008-07-11cpio: support some long options; document GNU optionsDenis Vlasenko
2008-07-11fix compile failures resulting from last few commitsDenis Vlasenko
2008-07-10dpkg_deb: slight code shrinkDenis Vlasenko
2008-07-10open_transformer: do not return fd, it does not changeDenis Vlasenko
2008-07-08libbb: introduce and use xrealloc_vectorDenis Vlasenko
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko
2008-07-01sendmail: fix wrong vfork usage here tooDenis Vlasenko
2008-07-01revert 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-28bunzip2: make proper fix for the problem "fixed" in rev. 22521Denis Vlasenko
2008-06-28libunarchive: stop using static data in archivers - archive_handle_tDenis Vlasenko
2008-06-27support gzip -t and bzip2 -tDenis Vlasenko
2008-06-27cpio: fix -m to actually work as expected (Pascal Bellard)Denis Vlasenko
2008-06-27unlzma: fix memory leak (Pascal Bellard)Denis Vlasenko
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko