summaryrefslogtreecommitdiff
path: root/archival (follow)
Commit message (Expand)AuthorAgeFilesLines
* nameif: extended matching (Nico Erfurth <masta@perlgolf.de>)Denis Vlasenko2007-12-241-1/+1
* attack the biggest stack users:Denis Vlasenko2007-12-024-14/+47
* add comment clarifying busybox's use of non-standard tar headerPaul Fox2007-11-172-1/+7
* tar: fix a case where glibc detects bogus buffer overrunDenis Vlasenko2007-11-162-4/+6
* open_transformer: do not duplicate "<program> -cf -"Denis Vlasenko2007-11-126-17/+19
* gzip: fix a case where tar xzf fails (we use uninitialized fd)Denis Vlasenko2007-11-121-0/+1
* *: remove superfluous "?" in option parsingDenis Vlasenko2007-11-101-1/+1
* unzip: hmm... gcc doesn't like ATTRIBUTE_PACKED?? Document that...Denis Vlasenko2007-11-061-1/+1
* telnetd: fix problem with zombies (by Paul Fox <pgf@brightstareng.com>)Denis Vlasenko2007-11-061-1/+1
* change safety check on zip header to allow for extra length, andPaul Fox2007-11-051-3/+11
* Announce 1.8.01_8_0Denis Vlasenko2007-11-041-9/+9
* bzip2: make -d actually workDenis Vlasenko2007-10-211-2/+2
* unzip: add a comment explaining why we don't dieDenis Vlasenko2007-10-191-0/+2
* unzip: fix endianness bugsDenis Vlasenko2007-10-181-100/+113
* ash: use fdprintf, not dprintf.Denis Vlasenko2007-10-171-1/+1
* bzip2: more of code shrinkDenis Vlasenko2007-10-172-64/+38
* bzip2: move state pointer to the offset 0 (smaller code)Denis Vlasenko2007-10-163-1/+7
* bzip2: make -s equivalent to -2 (compatible with standard bzip2)Denis Vlasenko2007-10-161-0/+1
* bzip2: implement -1..-9 command line flagsDenis Vlasenko2007-10-141-7/+30
* bzip2: eliminate some divisionsDenis Vlasenko2007-10-143-35/+51
* remove trailing whitespaceDenis Vlasenko2007-10-145-20/+20
* bzip2: code size shrinkDenis Vlasenko2007-10-141-4/+34
* bzip2: remove files which are not used anymoreDenis Vlasenko2007-10-142-190/+0
* bzip2: size reduction, to just below 9k.Denis Vlasenko2007-10-147-456/+375
* bzip2: port bzip2 1.0.4 to busybox. note: bzip2 code residesDenis Vlasenko2007-10-1316-18/+3233
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-1110-13/+13
* bunzip: small code shrink and consmeticsDenis Vlasenko2007-10-101-22/+28
* delete now unused check_header_gzip.cDenis Vlasenko2007-10-051-59/+0
* add tests for gunzipDenis Vlasenko2007-10-053-0/+94
* gunzip: support concatenated gz files.Denis Vlasenko2007-10-056-247/+368
* printf("%s\n") -> puts()Denis Vlasenko2007-10-011-9/+9
* 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.Denis Vlasenko2007-10-011-1/+1
* bunzip2: trim verbose messagesDenis Vlasenko2007-09-281-3/+3
* introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko2007-09-272-3/+2
* tar: add a comment about previous subtle fixDenis Vlasenko2007-09-241-6/+7
* tar: strip leading '/' BEFORE memorizing hardlink's nameDenis Vlasenko2007-09-241-20/+21
* update Glenn McGrath's email addressDenis Vlasenko2007-09-214-5/+4
* style fix, no code changesDenis Vlasenko2007-09-094-4/+7
* open_transformer: fix vda's goofupDenis Vlasenko2007-09-091-2/+3
* overload the existing '-q' flag so that if '-l' and '-q' are usedPaul Fox2007-09-071-11/+19
* tar + gzip/bzip2/etc: support NOMMU machines (by Alex Landau <landau_alex@yah...Denis Vlasenko2007-09-058-42/+86
* tar: conditionally don't wait for vforked child to exec, as it alwaysDenis Vlasenko2007-09-042-37/+51
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-187-10/+10
* assorted fixes for breakage found by randomconfigDenis Vlasenko2007-08-171-0/+2
* trylink: automatically use custom link script if user provides oneDenis Vlasenko2007-08-142-5/+5
* s/#ifdef CONFIG_/#if ENABLE_/gDenis Vlasenko2007-08-136-13/+15
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-125-20/+21
* Replace index_in_[sub]str_array with index_in_[sub]strings,Denis Vlasenko2007-07-242-7/+6
* rework long option handling. saves ~1.2kDenis Vlasenko2007-07-231-23/+22
* style fix (stray space before ';')Denis Vlasenko2007-07-213-7/+7