aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* telnetd: move generic stuff into libbb. It will make it easyDenis Vlasenko2006-11-224-80/+168
* telnetd: if FEATURE_IPV6 is on, telnet will NOT work on IPv4Denis Vlasenko2006-11-221-21/+65
* telnetd: we were having telnetd with is ONLY inetd or ONLY standalone.Denis Vlasenko2006-11-227-386/+344
* - reinstate "make checkhelp"Bernhard Reutner-Fischer2006-11-222-7/+8
* #if HAVE_AFINET6 -> #ifdef HAVE_AFINET6Denis Vlasenko2006-11-221-18/+18
* httpd: comment on QUERY_STRINGDenis Vlasenko2006-11-211-3/+7
* httpd: add link to docsDenis Vlasenko2006-11-211-0/+3
* xgethostbyname: more readableDenis Vlasenko2006-11-211-5/+2
* bb_INET_default[] is really just a const "default",Denis Vlasenko2006-11-217-29/+29
* ifconfig: looks like char host[128] is not really needed.Denis Vlasenko2006-11-211-4/+6
* wget: yet another contortion for proftpd's PASV response.Denis Vlasenko2006-11-211-4/+4
* - add 'ip rule' support. First take..Bernhard Reutner-Fischer2006-11-2114-28/+497
* ifconfig: preparatory patch, no code changesDenis Vlasenko2006-11-212-43/+43
* insmod: set STRVERSIONLEN = 64, convert #ifdef CONFIG to #if ENABLE,Denis Vlasenko2006-11-211-115/+114
* insmod_ng_main: -80 bytes. Stopp mmapping, use xmalloc_open_read_close().Denis Vlasenko2006-11-213-31/+33
* - 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