aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - style fixesBernhard Reutner-Fischer2006-11-211-15/+16
* wget: add TODODenis Vlasenko2006-11-211-0/+3
* wget: fix ftp PASV mode ("numeric" check was too strict)Denis Vlasenko2006-11-211-4/+6
* - update defconfigBernhard Reutner-Fischer2006-11-211-3/+3
* wget: reduce likelihood of ETA overflow (especially with !LFS)Denis Vlasenko2006-11-211-17/+19
* httpd: slight reduction of #ifdef forestDenis Vlasenko2006-11-216-67/+117
* cpio: (allegedly) fix bug 0001095:Denis Vlasenko2006-11-212-40/+55
* httpd: fix cgi-bin/index.cgi support, add example of it,Denis Vlasenko2006-11-213-39/+111
* httpd: LC_TIME locale _must_ be POSIX to httpd! We speak over the net!Denis Vlasenko2006-11-217-17/+19
* httpd: add support for directory indexer (cgi-bin/index.cgi)Denis Vlasenko2006-11-211-25/+29
* httpd: get rid of big, useless blocks (deindent,Denis Vlasenko2006-11-211-199/+197
* httpd: More robust Content-length: parsing,Denis Vlasenko2006-11-211-84/+86
* dhcprelay: new appletDenis Vlasenko2006-11-207-13/+386
* add compile-time check for correct DHCP packet sizeDenis Vlasenko2006-11-201-0/+4
* login: use %s - we know that string is not too long thereDenis Vlasenko2006-11-203-115/+68
* mount: if FILE* is NULL, it's not wise to use it.Denis Vlasenko2006-11-191-3/+5
* svlogd: log full lines to stderr too, and also stop using stdio for thatDenis Vlasenko2006-11-191-6/+4
* mkdir: style fixDenis Vlasenko2006-11-191-5/+5
* rodata cleanup. "unable to" == "cannot". -300 bytesDenis Vlasenko2006-11-1824-65/+65
* small fixes: using fd-based io instead of FILE*-based,Denis Vlasenko2006-11-185-62/+63
* udhcp: fix indentation and style.Denis Vlasenko2006-11-1833-642/+332
* Add names of people historically linked to bbox projectDenis Vlasenko2006-11-181-18/+18
* nc: fix --help textDenis Vlasenko2006-11-181-6/+2
* add -Wundef, fix uncovered bugsDenis Vlasenko2006-11-1719-74/+71
* forgot about avn add... :(Denis Vlasenko2006-11-173-0/+1279
* runit: add runsv, runsvdir and sv. Oh yes.Denis Vlasenko2006-11-176-17/+64
* httpd: make Bernhard happierDenis Vlasenko2006-11-171-2/+4
* - Set INSTALL_OPTS according to the config.Bernhard Reutner-Fischer2006-11-171-0/+6
* - fix generation of the busybox.links install script inputfileBernhard Reutner-Fischer2006-11-172-2/+2
* - typo fixBernhard Reutner-Fischer2006-11-171-2/+2
* - end may be used uninitialized.Bernhard Reutner-Fischer2006-11-171-1/+2
* httpd: reduce ifdef forest. comment out redundant PATH settingDenis Vlasenko2006-11-162-87/+77
* httpd:Denis Vlasenko2006-11-161-22/+17
* httpd: add -i (inetd) and -f (foreground) otions.Denis Vlasenko2006-11-163-90/+56
* httpd: stop being silly with setenvDenis Vlasenko2006-11-161-61/+28
* svlogd: new applet. +9k. Still too big, but it was 12k yesterday.Denis Vlasenko2006-11-1611-18/+2342
* remove duplicate flag declsMike Frysinger2006-11-151-3/+3
* umount: umount -a shouldn't stop on first failureDenis Vlasenko2006-11-121-5/+6
* httpd: cosmetic fixes (the bug which was being hunted downDenis Vlasenko2006-11-101-51/+45
* wget: fix error message.Denis Vlasenko2006-11-104-8/+8
* add && !defined(__UCLIBC__) to static link warning checkDenis Vlasenko2006-11-091-1/+2
* small ipv6 doc changes; nslookup a tiny bit smallerDenis Vlasenko2006-11-073-4/+6
* getty: remove ancient termio support (was using termois anyway)Denis Vlasenko2006-11-071-101/+65
* httpd: sendCgi() forked child needs to close openedDenis Vlasenko2006-11-051-28/+20
* rename: compare_string_array -> index_in_str_arrayDenis Vlasenko2006-11-0510-44/+50
* ps: add documentation on POSIX psDenis Vlasenko2006-11-052-1/+176
* usage.h: stop using ancient USAGE_xxx (we have USE_xx now)Denis Vlasenko2006-11-051-34/+13
* ps: implement POSIX-like options, most notably -oDenis Vlasenko2006-11-052-0/+290
* smart_ulltoa5: make available in libbbDenis Vlasenko2006-11-053-41/+56
* replace /proc scanning code by more versatile one.Denis Vlasenko2006-11-056-168/+325