aboutsummaryrefslogtreecommitdiff
path: root/archival (follow)
Commit message (Expand)AuthorAgeFilesLines
* post-1.14.0 fixesDenys Vlasenko2009-05-271-37/+31
* trailing whitespace removalDenis Vlasenko2009-04-011-1/+1
* cpio: more compat: -0 and -L optionsDenis Vlasenko2009-03-201-82/+92
* Compatibility fixes:Denis Vlasenko2009-03-202-16/+72
* tar: make FEATURE_TAR_AUTODETECT work with DESKTOP off too.Denis Vlasenko2009-03-131-2/+2
* unzip: fix thinko with le/be conv and size (closes bug 129)Denis Vlasenko2009-02-261-1/+1
* tar: stop changing net tarfile's mode, GNU tar doesn't do itDenis Vlasenko2009-01-201-2/+0
* header_verbose_list: show off_t size, not cast to (unsigned)Denis Vlasenko2008-12-123-4/+76
* optimize 16- and 32-bit movesDenis Vlasenko2008-12-081-3/+2
* dpkg: better and shorter code to compare versionsDenis Vlasenko2008-11-201-68/+59
* gunzip: restore mtime. approx +80 bytes of codeDenis Vlasenko2008-11-015-23/+56
* cpio: emit TRAILER even when hard links were found.Denis Vlasenko2008-10-261-2/+3
* tar: fix typo in commentDenis Vlasenko2008-10-251-1/+1
* tar: fix bug 3844: non-root tar does not preserve permsDenis Vlasenko2008-10-241-0/+4
* cpio: fix regression in prev commit (harmless)Denis Vlasenko2008-10-171-2/+4
* data_extract_all: do not complain if directory exists on mkdirDenis Vlasenko2008-10-173-2/+8
* rpm: fix incompatibilities which prevented rpm -i foo.src.rpmDenis Vlasenko2008-10-161-4/+11
* build system: dpkg needs .gz handlingDenis Vlasenko2008-10-151-2/+3
* unzip: remove example of a file we now can handleDenis Vlasenko2008-10-091-0/+0
* - add dpkg -l <packagepattern> (Peter Korsgaard)Bernhard Reutner-Fischer2008-09-251-2/+6
* unzip: handle "central directory"Denis Vlasenko2008-09-211-47/+196
* man: add handling of "man links", by Ivana Varekova <varekova AT redhat.com>Denis Vlasenko2008-08-051-6/+6
* *: refactor handling of archived files. "tar f file.tar.lzma" now works too.Denis Vlasenko2008-08-0512-193/+145
* libbb: make xrealloc_vector zero out the realloc'ed tailDenis Vlasenko2008-08-041-2/+1
* unzip: move check for unsupported zip features to better placeDenis Vlasenko2008-07-261-15/+17
* unzip: give better error message when presented with unsupportedDenis Vlasenko2008-07-263-0/+6
* fix trivial build warningDenis Vlasenko2008-07-221-1/+1
* - wrap overlong lines (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer2008-07-221-21/+25
* libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko2008-07-213-7/+7
* tar: fix handling of tarballs with symlinks with size field != 0Denis Vlasenko2008-07-202-7/+14
* build system: fix indentation in config menuDenis Vlasenko2008-07-171-2/+6
* cpio: make long opts depend only on ENABLE_GETOPT_LONGDenis Vlasenko2008-07-161-1/+1
* whitespace fixesDenis Vlasenko2008-07-121-1/+1
* cpio: internalize archive_xread_all_eof. add a few paranoia checksDenis Vlasenko2008-07-124-55/+38
* cpio: on unpack, limit filename length to 8k; shorten comment a bitDenis Vlasenko2008-07-112-15/+15
* cpio: support some long options; document GNU optionsDenis Vlasenko2008-07-112-16/+92
* fix compile failures resulting from last few commitsDenis Vlasenko2008-07-111-2/+1
* dpkg_deb: slight code shrinkDenis Vlasenko2008-07-108-44/+62
* open_transformer: do not return fd, it does not changeDenis Vlasenko2008-07-107-16/+15
* libbb: introduce and use xrealloc_vectorDenis Vlasenko2008-07-082-9/+9
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-0510-19/+19
* sendmail: fix wrong vfork usage here tooDenis Vlasenko2008-07-012-3/+3
* revert last two commits. vfork cannot be used in subroutine,Denis Vlasenko2008-07-012-2/+13
* *: introduce and use xfork()Denis Vlasenko2008-07-011-8/+1
* *: introduce and use xvfork()Denis Vlasenko2008-07-012-6/+2
* bunzip2: make proper fix for the problem "fixed" in rev. 22521Denis Vlasenko2008-06-281-80/+13
* libunarchive: stop using static data in archivers - archive_handle_tDenis Vlasenko2008-06-2810-82/+81
* support gzip -t and bzip2 -tDenis Vlasenko2008-06-272-5/+6
* cpio: fix -m to actually work as expected (Pascal Bellard)Denis Vlasenko2008-06-271-1/+4
* unlzma: fix memory leak (Pascal Bellard)Denis Vlasenko2008-06-271-20/+23