aboutsummaryrefslogtreecommitdiff
path: root/networking
AgeCommit message (Expand)Author
2007-02-04add x to IPv6 functions which can dieDenis Vlasenko
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko
2007-02-03assorted fixes for bugs found with randomconfigDenis Vlasenko
2007-02-02- update helptextBernhard Reutner-Fischer
2007-02-02add a comment so that people won't get confusedDenis Vlasenko
2007-02-02httpd: directory indexer example doesn't need piping thru dd anymoreDenis Vlasenko
2007-02-02trivial warning fixDenis Vlasenko
2007-02-02udhcpd: allow "domain" to be a list of DNS servers, not just oneDenis Vlasenko
2007-02-01correct wget's commentDenis Vlasenko
2007-01-30preparatory patch for -Wwrite-strings #8 (missed part)Denis Vlasenko
2007-01-29preparatory patch for -Wwrite-strings #6Denis Vlasenko
2007-01-29preparatory patch for -Wwrite-strings #5Denis Vlasenko
2007-01-29preparatory patch for -Wwrite-strings #4Denis Vlasenko
2007-01-29preparatory patch for -Wwrite-strings #2Denis Vlasenko
2007-01-29taskset: fix incorrect rage spec and allow 0xXXX inputDenis Vlasenko
2007-01-28work around gcc bugDenis Vlasenko
2007-01-28- reinstate static for the command string arrray to be gentle to gcc-3.xBernhard Reutner-Fischer
2007-01-28- use uint32_t as suggested by vda.Bernhard Reutner-Fischer
2007-01-27ether-wake: remove #warningDenis Vlasenko
2007-01-27use bb_sanitize_stdio() where appropriateDenis Vlasenko
2007-01-27fix numbering in switch(): we don't have "del" anymore,Denis Vlasenko
2007-01-26fix option -F mishandlingDenis Vlasenko
2007-01-25arping: stop using last gethostbyname2 in the treeDenis Vlasenko
2007-01-25accidentally applied wrong (old) patch, fixing up...Denis Vlasenko
2007-01-24opt_complementary doesn't like numeric opts :(Denis Vlasenko
2007-01-24Unify ping and ping6. ping has -4 and -6 which forceDenis Vlasenko
2007-01-24hostname declaration was misplacedDenis Vlasenko
2007-01-24accumulated post-1.4.0 fixesDenis Vlasenko
2007-01-24combine depends linesMike Frysinger
2007-01-23- rtnl_rttable_a2n wants an unsigned int32Bernhard Reutner-Fischer
2007-01-22remove empty source filesDenis Vlasenko
2007-01-22clean up commented out old codeDenis Vlasenko
2007-01-22ping6: stop using xgethostbyname2, remove it from libbb.Denis Vlasenko
2007-01-22nslookup: full circle. Here we started IPv6 work. Use "new API"Denis Vlasenko
2007-01-22- forgot to include ip_common.hBernhard Reutner-Fischer
2007-01-22- sed -i -e "/\$Id:/d;"Bernhard Reutner-Fischer
2007-01-22cleanups: unnecessary casts, unified const_1, eliminate cross-.c fileDenis Vlasenko
2007-01-22dnsd: getfileentry was leaking memoryDenis Vlasenko
2007-01-22exterminate u_intXXX.Denis Vlasenko
2007-01-22comment out unused old networking API partsDenis Vlasenko
2007-01-22remove obsolete FEATURE_WGET_IP6_LITERALDenis Vlasenko
2007-01-20fixing bugs revealed by randomconfig runsDenis Vlasenko
2007-01-20fixes for amd64 compilationDenis Vlasenko
2007-01-19strdup -> xstrdupDenis Vlasenko
2007-01-19openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup codeDenis Vlasenko
2007-01-18fix potentially misaligned 32-bit accessesDenis Vlasenko
2007-01-14httpd: use fd#1 in inetd modeDenis Vlasenko
2007-01-14inetd: preparatory patch, no code changesDenis Vlasenko
2007-01-14Rename bb_sanitize_stdio -> bb_sanitize_server_stdioDenis Vlasenko
2007-01-14small size optimizationDenis Vlasenko