aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - update TODOsaldot2006-11-221-4/+1
* - revert r15563 (pull current version of taskset off the busybox_scratch branch)aldot2006-11-225-0/+125
* telnetd: move generic stuff into libbb. It will make it easyvda2006-11-224-80/+168
* telnetd: if FEATURE_IPV6 is on, telnet will NOT work on IPv4vda2006-11-221-21/+65
* telnetd: we were having telnetd with is ONLY inetd or ONLY standalone.vda2006-11-227-386/+344
* - reinstate "make checkhelp"aldot2006-11-222-7/+8
* #if HAVE_AFINET6 -> #ifdef HAVE_AFINET6vda2006-11-221-18/+18
* httpd: comment on QUERY_STRINGvda2006-11-211-3/+7
* httpd: add link to docsvda2006-11-211-0/+3
* xgethostbyname: more readablevda2006-11-211-5/+2
* bb_INET_default[] is really just a const "default",vda2006-11-217-29/+29
* ifconfig: looks like char host[128] is not really needed.vda2006-11-211-4/+6
* wget: yet another contortion for proftpd's PASV response.vda2006-11-211-4/+4
* - add 'ip rule' support. First take..aldot2006-11-2114-28/+497
* ifconfig: preparatory patch, no code changesvda2006-11-212-43/+43
* insmod: set STRVERSIONLEN = 64, convert #ifdef CONFIG to #if ENABLE,vda2006-11-211-115/+114
* insmod_ng_main: -80 bytes. Stopp mmapping, use xmalloc_open_read_close().vda2006-11-213-31/+33
* - style fixesaldot2006-11-211-15/+16
* wget: add TODOvda2006-11-211-0/+3
* wget: fix ftp PASV mode ("numeric" check was too strict)vda2006-11-211-4/+6
* - update defconfigaldot2006-11-211-3/+3
* wget: reduce likelihood of ETA overflow (especially with !LFS)vda2006-11-211-17/+19
* httpd: slight reduction of #ifdef forestvda2006-11-216-67/+117
* cpio: (allegedly) fix bug 0001095:vda2006-11-212-40/+55
* httpd: fix cgi-bin/index.cgi support, add example of it,vda2006-11-213-39/+111
* httpd: LC_TIME locale _must_ be POSIX to httpd! We speak over the net!vda2006-11-217-17/+19
* httpd: add support for directory indexer (cgi-bin/index.cgi)vda2006-11-211-25/+29
* httpd: get rid of big, useless blocks (deindent,vda2006-11-211-199/+197
* httpd: More robust Content-length: parsing,vda2006-11-211-84/+86
* dhcprelay: new appletvda2006-11-207-13/+386
* add compile-time check for correct DHCP packet sizevda2006-11-201-0/+4
* login: use %s - we know that string is not too long therevda2006-11-203-115/+68
* mount: if FILE* is NULL, it's not wise to use it.vda2006-11-191-3/+5
* svlogd: log full lines to stderr too, and also stop using stdio for thatvda2006-11-191-6/+4
* mkdir: style fixvda2006-11-191-5/+5
* rodata cleanup. "unable to" == "cannot". -300 bytesvda2006-11-1824-65/+65
* small fixes: using fd-based io instead of FILE*-based,vda2006-11-185-62/+63
* udhcp: fix indentation and style.vda2006-11-1833-642/+332
* Add names of people historically linked to bbox projectvda2006-11-181-18/+18
* nc: fix --help textvda2006-11-181-6/+2
* add -Wundef, fix uncovered bugsvda2006-11-1719-74/+71
* forgot about avn add... :(vda2006-11-173-0/+1279
* runit: add runsv, runsvdir and sv. Oh yes.vda2006-11-176-17/+64
* httpd: make Bernhard happiervda2006-11-171-2/+4
* - Set INSTALL_OPTS according to the config.aldot2006-11-171-0/+6
* - fix generation of the busybox.links install script inputfilealdot2006-11-172-2/+2
* - typo fixaldot2006-11-171-2/+2
* - end may be used uninitialized.aldot2006-11-171-1/+2
* httpd: reduce ifdef forest. comment out redundant PATH settingvda2006-11-162-87/+77
* httpd:vda2006-11-161-22/+17