aboutsummaryrefslogtreecommitdiff
path: root/networking
AgeCommit message (Expand)Author
2006-12-19- use xlisten/xsocket some more. Saves .25 kBBernhard Reutner-Fischer
2006-12-18nc: add missing castDenis Vlasenko
2006-12-18A bunch of defined(__GLIBC__) added. static-linking warning expandedDenis Vlasenko
2006-12-18ifupdown: strlen(NULL) is a no-no, fixed. Also few micro-optimizationsDenis Vlasenko
2006-12-17httpd: we don't have FEATURE_HTTPD_WITHOUT_INETD anymore,Denis Vlasenko
2006-12-17tftp: corrupted input packets were killing retransmits - fixedDenis Vlasenko
2006-12-16inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]Denis Vlasenko
2006-12-16wget: smallish optimizationDenis Vlasenko
2006-12-15re-applying first post-1.3.x changeDenis Vlasenko
2006-12-15back out last change - need to make busybox-1_3-stable branch firstDenis Vlasenko
2006-12-14- table support for ip routeBernhard Reutner-Fischer
2006-12-07- Proposed fix to make aliases work (with uClibc-current).Bernhard Reutner-Fischer
2006-12-07- Improve wording in error message.Bernhard Reutner-Fischer
2006-12-04- make sure we pickup the correct defines. Guards against 2.6.19 kernel-headers.Bernhard Reutner-Fischer
2006-12-01- provide central knob to turn off RPC related options.Bernhard Reutner-Fischer
2006-11-29httpd: fix decode of '/' when called via -dDenis Vlasenko
2006-11-29fix support for globally disabling --long-options.Denis Vlasenko
2006-11-28od: sometime ago I landed BIG od implementationDenis Vlasenko
2006-11-28udhcpc: fix my breakageDenis Vlasenko
2006-11-27do not overflow ifr_name. maybe it was safe in some places,Denis Vlasenko
2006-11-27udhcpc: convert to getopt32Denis Vlasenko
2006-11-27fix remaining survivors of the return(a) cleanupDenis Vlasenko
2006-11-27style cleanup: return(a) -> return a, part 2Denis Vlasenko
2006-11-27style cleanup: return(a) -> return a, part 1Denis Vlasenko
2006-11-27safe_strtoXX interface proved to be a bit unconvenient.Denis Vlasenko
2006-11-27ifconfig: do not try to continue on errors. not much sence in doing thatDenis Vlasenko
2006-11-26small fixes:Denis Vlasenko
2006-11-24header_verbose_list: stop truncating file size in listingDenis Vlasenko
2006-11-23ifupdown:Denis Vlasenko
2006-11-23ifupdown: save some 100+ bytes of code in addstr()Denis Vlasenko
2006-11-23wget: -O - still outputs progressbar (to stderr)Denis Vlasenko
2006-11-23add "wpad" DHCP option. Spotted some optimization opportunities: -80 bytesDenis Vlasenko
2006-11-22introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd),Denis Vlasenko
2006-11-22telnetd: move generic stuff into libbb. It will make it easyDenis Vlasenko
2006-11-22telnetd: if FEATURE_IPV6 is on, telnet will NOT work on IPv4Denis Vlasenko
2006-11-22telnetd: we were having telnetd with is ONLY inetd or ONLY standalone.Denis Vlasenko
2006-11-22#if HAVE_AFINET6 -> #ifdef HAVE_AFINET6Denis Vlasenko
2006-11-21httpd: comment on QUERY_STRINGDenis Vlasenko
2006-11-21httpd: add link to docsDenis Vlasenko
2006-11-21bb_INET_default[] is really just a const "default",Denis Vlasenko
2006-11-21ifconfig: looks like char host[128] is not really needed.Denis Vlasenko
2006-11-21wget: yet another contortion for proftpd's PASV response.Denis Vlasenko
2006-11-21- add 'ip rule' support. First take..Bernhard Reutner-Fischer
2006-11-21ifconfig: preparatory patch, no code changesDenis Vlasenko
2006-11-21- style fixesBernhard Reutner-Fischer
2006-11-21wget: add TODODenis Vlasenko
2006-11-21wget: fix ftp PASV mode ("numeric" check was too strict)Denis Vlasenko
2006-11-21wget: reduce likelihood of ETA overflow (especially with !LFS)Denis Vlasenko
2006-11-21httpd: slight reduction of #ifdef forestDenis Vlasenko
2006-11-21httpd: fix cgi-bin/index.cgi support, add example of it,Denis Vlasenko