summaryrefslogtreecommitdiff
path: root/archival/libunarchive (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* diff: shrink code (-85 bytes):Denis Vlasenko2007-06-121-5/+5
* moved biggest stack buffers to malloc space, or made their size configurableDenis Vlasenko2007-06-101-49/+49
* rmp: add optional support for bz2 data. +50 bytes of codeDenis Vlasenko2007-06-086-8/+8
* delete tons of extra #includesDenis Vlasenko2007-05-3114-22/+13
* use "glibc errno" trick not only for ash, but for entire busyboxDenis Vlasenko2007-05-312-10/+1
* whitespace fixesDenis Vlasenko2007-05-301-2/+2
* xpipe: introduce (saves ~170 bytes)Denis Vlasenko2007-05-261-3/+1
* style fixesDenis Vlasenko2007-04-131-7/+7
* make compressed help code NOMMU- and NOFORK-friendly -Denis Vlasenko2007-04-103-25/+37
* make a few struct bb_applet members conditionalDenis Vlasenko2007-04-101-1/+4
* one-liner: fix indentationDenis Vlasenko2007-04-101-1/+1
* bunzip2: big style cleanup. No code changes apart from one s/write/safe_write/Denis Vlasenko2007-04-101-190/+208
* random small shrinkage and elimination of staticsDenis Vlasenko2007-04-071-2/+2
* - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"Bernhard Reutner-Fischer2007-04-041-1/+1
* Attempt to get more applets compile for NOMMU.Denis Vlasenko2007-03-261-1/+7
* ls: fix segfault-if-standalone-shell, add big fat comment.Denis Vlasenko2007-03-191-1/+1
* gunzip: s/unsigned char extra_short/unsigned extra_short/Denis Vlasenko2007-03-151-1/+1
* get_header_ar: reformatted code, no real changesDenis Vlasenko2007-03-141-10/+14
* gzip: reduce global data footprint, part 3Denis Vlasenko2007-03-141-0/+2
* kill superfluous returns at the end of void functionsDenis Vlasenko2007-03-111-5/+0
* bunzip2/gunzip/uncompress/unlzma: merge into common code -Denis Vlasenko2007-03-072-7/+4
* remove f wordsDenis Vlasenko2007-03-041-1/+1
* tar: handle tarfiles with (broken) checksums a-la Sun.Denis Vlasenko2007-03-031-6/+13
* make tar restore mode againDenis Vlasenko2007-02-121-0/+8
* whitespace fixes (leading spaces to tab)Denis Vlasenko2007-01-131-1/+1
* missed a few #undefs (no real impact I think)Denis Vlasenko2007-01-101-0/+2
* fix bug 1146 (gunzip breakage introduced by me --vda)Denis Vlasenko2007-01-101-17/+19
* move [g]zip decompressor state into malloc'ed buffer. size:Denis Vlasenko2007-01-061-88/+192
* split inflate_xx_setup() subroutines from inflate_xx()Denis Vlasenko2007-01-051-119/+146
* do not expose internal state of [g]zip unpacker.Denis Vlasenko2007-01-051-34/+39
* Stopped doing assignments inside expressions.Denis Vlasenko2007-01-052-58/+110
* decompress_unzip: preparatory patchDenis Vlasenko2007-01-051-56/+56
* Stop tracking buffer size - it is a constant.Denis Vlasenko2007-01-051-25/+34