aboutsummaryrefslogtreecommitdiff
path: root/archival/libunarchive (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* *: introduce and use xvfork()Denis Vlasenko2008-07-011-3/+1
* 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-285-65/+65
* 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-2729-36/+36
* bunzip2: fix an uncompression error. Add the example to testsuite.Denis Vlasenko2008-06-261-6/+9
* style fixes, no code changesDenis Vlasenko2008-06-261-2/+2
* open_transformer: fix bug of calling exit instead of _exitDenis Vlasenko2008-06-261-2/+5
* - 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-192-2/+2
* 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
* tar: fix obscure case when name is "" and prefix is not ""Denis Vlasenko2008-04-291-1/+1
* tar: fix the case where long base names can be ignoredDenis Vlasenko2008-04-291-0/+3
* tar: move vfork into separate function (smaller code)Denis Vlasenko2008-04-211-3/+5
* trivial fixes to make bbox compile with gcc 4.3.0Denis Vlasenko2008-04-151-5/+5
* cpio: fix a bug where we do not extract zero-sized hardlinksDenis Vlasenko2008-04-053-93/+98
* unlzma: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com>Denis Vlasenko2008-03-181-11/+4
* fsck_minix: getopt32-ification; code shrink; reduce stack usage;Denis Vlasenko2008-03-172-3/+6
* unlzma: save a few more bytes, and maybe even a bit faster nowDenis Vlasenko2008-03-021-7/+3
* unlzma: if !LZMA_FAST, save ~200 more bytes (Pascal Bellard <pascal.bellard A...Denis Vlasenko2008-03-021-24/+36
* tar: optional autodetection of gz/bz2 compressed tarballs.Denis Vlasenko2008-02-191-8/+44
* *: more readable handling of pipe fds. No code changes.Denis Vlasenko2008-02-163-11/+11
* random s/short/int/Denis Vlasenko2008-02-161-4/+2
* tar: real support for -p. +200 if selected.Denis Vlasenko2008-02-143-1/+51
* tar: do "short EOF" compat only if CONFIG_DESKTOP.Denis Vlasenko2008-02-141-1/+8
* tar: compat: handle tarballs with only one zero block at the endDenis Vlasenko2008-02-131-1/+9
* unzip: do not try to read entire compressed stream at once (it can be huge)Denis Vlasenko2008-02-041-6/+17
* *: tidy up usage of char **environDenis Vlasenko2008-01-281-1/+1
* add comment clarifying busybox's use of non-standard tar headerPaul Fox2007-11-171-0/+3
* tar: fix a case where glibc detects bogus buffer overrunDenis Vlasenko2007-11-161-2/+3
* open_transformer: do not duplicate "<program> -cf -"Denis Vlasenko2007-11-124-15/+17
* gzip: fix a case where tar xzf fails (we use uninitialized fd)Denis Vlasenko2007-11-121-0/+1
* bzip2: port bzip2 1.0.4 to busybox. note: bzip2 code residesDenis Vlasenko2007-10-132-9/+7
* bunzip: small code shrink and consmeticsDenis Vlasenko2007-10-101-22/+28
* delete now unused check_header_gzip.cDenis Vlasenko2007-10-051-59/+0
* gunzip: support concatenated gz files.Denis Vlasenko2007-10-053-243/+367
* bunzip2: trim verbose messagesDenis Vlasenko2007-09-281-3/+3
* introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko2007-09-271-2/+1
* update Glenn McGrath's email addressDenis Vlasenko2007-09-211-1/+1
* style fix, no code changesDenis Vlasenko2007-09-093-3/+6
* open_transformer: fix vda's goofupDenis Vlasenko2007-09-091-2/+3
* tar + gzip/bzip2/etc: support NOMMU machines (by Alex Landau <landau_alex@yah...Denis Vlasenko2007-09-055-37/+61
* tar: conditionally don't wait for vforked child to exec, as it alwaysDenis Vlasenko2007-09-041-2/+4
* assorted fixes for breakage found by randomconfigDenis Vlasenko2007-08-171-0/+2
* s/#ifdef CONFIG_/#if ENABLE_/gDenis Vlasenko2007-08-133-6/+8
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-6/+6
* style fix (stray space before ';')Denis Vlasenko2007-07-211-2/+2
* tar: improve OLDGNU compat, make old SUN compat configurableDenis Vlasenko2007-06-212-6/+26
* do not do utime() on links, it acts on link targets, and we don't want that.Denis Vlasenko2007-06-204-37/+41