aboutsummaryrefslogtreecommitdiff
path: root/networking
AgeCommit message (Expand)Author
2008-12-10libiproute: fix buggy open check: s/if (fd)/if (fd >= 0)/Denis Vlasenko
2008-12-10bb_info_msg: make it do atomic, unbuffered writesDenis Vlasenko
2008-12-10*: fix SO_BINDTODEVICE. Kernel wants at least IFNAMSIZ bytes there.Denis Vlasenko
2008-12-08optimize 16- and 32-bit movesDenis Vlasenko
2008-12-07Fix forgotten license commentsDenis Vlasenko
2008-12-04iproute: fix ipXXX utilities trying to parse their applet nameDenis Vlasenko
2008-12-03iptunnel: fix problems with including linux/ip_tunnel.hDenis Vlasenko
2008-12-03libbb: introduce and use xgetpwnam. ~ -150 bytes.Denis Vlasenko
2008-12-02vconfig: style fix, no code changesDenis Vlasenko
2008-12-02libbb: add strncpy_IFNAMSIZDenis Vlasenko
2008-11-25ash,hush: add TODO for rare build failureDenis Vlasenko
2008-11-24vi: speedup and code shrink (Walter Harms)Denis Vlasenko
2008-11-22httpd: set $HOST to Host: header value. +83 bytes.Denis Vlasenko
2008-11-22networking/interface.c: better readability (by Walter Harms)Denis Vlasenko
2008-11-22tftpd: can also have TFTP_DEBUGDenis Vlasenko
2008-11-17nslookup: glibc + IPv6 address of DNS server don't mix (yet)Denis Vlasenko
2008-11-16nslookup: allow usage of IPv6 addresses or hostnamesDenis Vlasenko
2008-11-14ifupdown.c: allow options to udhcpc to be configurable from .configWade Berrier
2008-11-13arp: stop using globalsDenis Vlasenko
2008-11-12telnetd: fix compile problem for non-standalone telnetdDenis Vlasenko
2008-11-11telnetd: correctly output 0xff char. ~100 bytes.Denis Vlasenko
2008-11-09telnetd: set SO_KEEPALIVE, users report it's useful. +20 bytes.Denis Vlasenko
2008-11-09*: a bit of code shrinkDenis Vlasenko
2008-11-07telnetd: handle emacs M-DEL and IAC-NOP (putty keepalive)Denis Vlasenko
2008-11-06total overhaul of mail applets. again. Vladimir as usual.Denis Vlasenko
2008-11-06runsvdir: alternative methon of supporting runsvdir-as-init. +66 bytes.Denis Vlasenko
2008-11-06build system: tidying up CONFIG_xxx names (suggested by Rob)Denis Vlasenko
2008-11-05*: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, x...Denis Vlasenko
2008-11-05inetd: fix a case when we have zero servicesDenis Vlasenko
2008-11-04nslookup: tiny shrink (-5 bytes); add comment about res_initDenis Vlasenko
2008-11-01tftpd: show help if stdin is not a socketDenis Vlasenko
2008-11-01iplink: accept shorthands for "address" keyword here:Denis Vlasenko
2008-10-30- minor shrinkage (~-60)Bernhard Reutner-Fischer
2008-10-30- support ip link set eth1 address 00:11:22:33:44:55Bernhard Reutner-Fischer
2008-10-29randomconfig fixesDenis Vlasenko
2008-10-27udhcp: simplify SO_BINDTODEVICE callDenis Vlasenko
2008-10-27ping: trivial code shrinkDenis Vlasenko
2008-10-21- fix ip route rejecting dotted quads as prefixBernhard Reutner-Fischer
2008-10-10zcip: code size optimizations, improved help text and commentsDenis Vlasenko
2008-10-07- route metric support (Natanael Copa)Bernhard Reutner-Fischer
2008-10-02- wrap overlong lineBernhard Reutner-Fischer
2008-09-30inetd: use config parser. by VladimirDenis Vlasenko
2008-09-28route: fix for 64-bit BE machines by Seonghun Lim (wariua AT gmail.com)Denis Vlasenko
2008-09-28sendmail: update by VladimirDenis Vlasenko
2008-09-27sendmail: compat update by VladimirDenis Vlasenko
2008-09-26udhcp: add inline docs; small code shrinkDenis Vlasenko
2008-09-26udhcpc: fixlet for previous commitDenis Vlasenko
2008-09-26udhcp: added some FIXMEs; code shrink. -49 bytesDenis Vlasenko
2008-09-26dhcp: add FAST_FUNC as appropriate. -160 bytes.Denis Vlasenko
2008-09-26dhcpc: treat "discover...select...discover..." loop the same wayDenis Vlasenko