aboutsummaryrefslogtreecommitdiff
path: root/archival (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-2734-43/+43
* bunzip2: fix an uncompression error. Add the example to testsuite.Denis Vlasenko2008-06-262-7/+10
* style fixes, no code changesDenis Vlasenko2008-06-262-5/+5
* open_transformer: fix bug of calling exit instead of _exitDenis Vlasenko2008-06-261-2/+5
* b[un]zip2, g[un]zip: unlink destination if -f is given. Closes 3854Denis Vlasenko2008-06-251-0/+6
* dpkg: trivial code shrinkage, and redo G trick correctly.Denis Vlasenko2008-06-211-37/+35
* dpkg: code shrinkDenis Vlasenko2008-06-211-33/+61
* dpkg: code shrink (by Peter Korsgaard <jacmet@uclibc.org>)Denis Vlasenko2008-06-211-9/+7
* *: use llist_pop for traverse-and-free list operationDenis Vlasenko2008-06-151-7/+2
* tar: fix "unused parameter 'gzip'" warningDenis Vlasenko2008-06-141-0/+3
* - The conffiles control file isn't required in Debian packages, so don'tBernhard Reutner-Fischer2008-06-051-2/+4
* - use STD*_FILENO some more. No object-code changesBernhard Reutner-Fischer2008-05-191-1/+1
* - use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer2008-05-193-3/+3
* more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko2008-05-154-11/+11
* more -Wall warning fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko2008-05-131-2/+2