Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-02-09 | remove unused #include,, improve code readability | Denis Vlasenko | |
2007-02-09 | ping: reuse another bit of common code. -60 bytes | Denis Vlasenko | |
2007-02-09 | ping: support -I addr in family neutral manner; reuse a bit of common code | Denis Vlasenko | |
2007-02-08 | tftp: fix my bug | Denis Vlasenko | |
2007-02-07 | tftp: fix IPv6 fallout | Denis Vlasenko | |
2007-02-06 | EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu> | Denis Vlasenko | |
2007-02-04 | udhcp: use improved gethostbyname replacement from IPv6 code | Denis Vlasenko | |
2007-02-04 | ifconfig: use IPv6 infrastructure | Denis Vlasenko | |
2007-02-04 | add x to IPv6 functions which can die | Denis Vlasenko | |
2007-02-03 | suppress warnings about easch <applet>_main() having | Denis Vlasenko | |
no preceding prototype | |||
2007-02-03 | assorted fixes for bugs found with randomconfig | Denis Vlasenko | |
2007-02-02 | - update helptext | Bernhard Reutner-Fischer | |
2007-02-02 | add a comment so that people won't get confused | Denis Vlasenko | |
2007-02-02 | httpd: directory indexer example doesn't need piping thru dd anymore | Denis Vlasenko | |
2007-02-02 | trivial warning fix | Denis Vlasenko | |
2007-02-02 | udhcpd: allow "domain" to be a list of DNS servers, not just one | Denis Vlasenko | |
2007-02-01 | correct wget's comment | Denis Vlasenko | |
2007-01-30 | preparatory patch for -Wwrite-strings #8 (missed part) | Denis Vlasenko | |
2007-01-29 | preparatory patch for -Wwrite-strings #6 | Denis Vlasenko | |
2007-01-29 | preparatory patch for -Wwrite-strings #5 | Denis Vlasenko | |
2007-01-29 | preparatory patch for -Wwrite-strings #4 | Denis Vlasenko | |
2007-01-29 | preparatory patch for -Wwrite-strings #2 | Denis Vlasenko | |
2007-01-29 | taskset: fix incorrect rage spec and allow 0xXXX input | Denis Vlasenko | |
ping: shave off 60 bytes | |||
2007-01-28 | work around gcc bug | Denis Vlasenko | |
2007-01-28 | - reinstate static for the command string arrray to be gentle to gcc-3.x | Bernhard Reutner-Fischer | |
2007-01-28 | - use uint32_t as suggested by vda. | Bernhard Reutner-Fischer | |
- minor size- and readability tweaks while at it: text data bss dec hex filename 2631 0 0 2631 a47 networking/libiproute/iprule.o.orig 2596 0 0 2596 a24 networking/libiproute/iprule.o | |||
2007-01-27 | ether-wake: remove #warning | Denis Vlasenko | |
2007-01-27 | use bb_sanitize_stdio() where appropriate | Denis Vlasenko | |
2007-01-27 | fix numbering in switch(): we don't have "del" anymore, | Denis Vlasenko | |
substring match on "delete" handles it ok. But we (I?) forgot to renumber case labels... | |||
2007-01-26 | fix option -F mishandling | Denis Vlasenko | |
2007-01-25 | arping: stop using last gethostbyname2 in the tree | Denis Vlasenko | |
hostname: small optimization | |||
2007-01-25 | accidentally applied wrong (old) patch, fixing up... | Denis Vlasenko | |
2007-01-24 | opt_complementary doesn't like numeric opts :( | Denis Vlasenko | |
2007-01-24 | Unify ping and ping6. ping has -4 and -6 which force | Denis Vlasenko | |
name resolution into IP or IPv6 only, otherwise we take address family returned by host2sockaddr() in lsa->sa.sa_family. IOW: "ping ::1" with do IPv6 ping, "ping 127.0.0.1" will do IPv4 ping. ping6 is aliased to "ping -6". | |||
2007-01-24 | hostname declaration was misplaced | Denis Vlasenko | |
2007-01-24 | accumulated post-1.4.0 fixes | Denis Vlasenko | |
2007-01-24 | combine depends lines | Mike Frysinger | |
2007-01-23 | - rtnl_rttable_a2n wants an unsigned int32 | Bernhard Reutner-Fischer | |
2007-01-22 | remove empty source files | Denis Vlasenko | |
2007-01-22 | clean up commented out old code | Denis Vlasenko | |
2007-01-22 | ping6: stop using xgethostbyname2, remove it from libbb. | Denis Vlasenko | |
2007-01-22 | nslookup: full circle. Here we started IPv6 work. Use "new API" | Denis Vlasenko | |
and thus save a few bytes. | |||
2007-01-22 | - forgot to include ip_common.h | Bernhard Reutner-Fischer | |
2007-01-22 | - sed -i -e "/\$Id:/d;" | Bernhard Reutner-Fischer | |
2007-01-22 | cleanups: unnecessary casts, unified const_1, eliminate cross-.c file | Denis Vlasenko | |
prototypes (heresy!), add spaces in places like "flags&NETSTAT_CONNECTED", removed unused #defines, #ifdef -> #if, use uint32_t for ipv4 addrs. | |||
2007-01-22 | dnsd: getfileentry was leaking memory | Denis Vlasenko | |
mount: improve readability | |||
2007-01-22 | exterminate u_intXXX. | Denis Vlasenko | |
fix ping6 buglet (memset is too short), minor sync between ping and ping6 | |||
2007-01-22 | comment out unused old networking API parts | Denis Vlasenko | |
sockaddr2dotted: return IPV6 addrs in [addr]:port form (was addr:port) | |||
2007-01-22 | remove obsolete FEATURE_WGET_IP6_LITERAL | Denis Vlasenko | |
2007-01-20 | fixing bugs revealed by randomconfig runs | Denis Vlasenko | |