summaryrefslogtreecommitdiff
path: root/archival (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive optionsDenis Vlasenko2007-07-211-1/+1
* random shrinkage of statics, -60 bytes savedDenis Vlasenko2007-06-211-3/+3
* tar: improve OLDGNU compat, make old SUN compat configurableDenis Vlasenko2007-06-213-6/+35
* 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
* A few more string duplicates found & eliminatedDenis Vlasenko2007-06-121-1/+1
* 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-0810-19/+37
* - kiltedknight writes: Busybox incorrectly parses a line from the status file...Bernhard Reutner-Fischer2007-06-051-2/+2
* - fix typo in error message. Closes #1308Bernhard Reutner-Fischer2007-06-051-1/+1
* Audit bb_common_bufsiz usage, add script which looks for misuse.Denis Vlasenko2007-06-041-4/+6
* delete tons of extra #includesDenis Vlasenko2007-05-3115-34/+21
* use "glibc errno" trick not only for ash, but for entire busyboxDenis Vlasenko2007-05-312-10/+1
* whitespace fixesDenis Vlasenko2007-05-301-2/+2
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-2610-10/+10
* xpipe: introduce (saves ~170 bytes)Denis Vlasenko2007-05-262-5/+3
* style fixes, no code changesDenis Vlasenko2007-04-162-2/+4
* dpkg: use nitfields which are a bit closer to typical ushort.Denis Vlasenko2007-04-131-62/+65
* style fixesDenis Vlasenko2007-04-131-7/+7
* style fixes. No code changesDenis Vlasenko2007-04-123-3/+3
* bb_full_fd_action: remove potential xmalloc from NOFORK pathDenis Vlasenko2007-04-112-10/+4
* make compressed help code NOMMU- and NOFORK-friendly -Denis Vlasenko2007-04-104-26/+38