aboutsummaryrefslogtreecommitdiff
path: root/networking
AgeCommit message (Expand)Author
2011-02-11progress meter: move file name to bb_progress_t. +20 bytesDenys Vlasenko
2011-02-10wget: shrink progress meter code; strink wget and add debug loggingDenys Vlasenko
2011-02-10wget: use closed HTTP/1.1 connection, stop when we dl'ed $content_len bytesDenys Vlasenko
2011-02-10save 10 bytes on stringsDenys Vlasenko
2011-02-10wget: remove functions which retry on EINTRDenys Vlasenko
2011-02-10fix trivial build failureDenys Vlasenko
2011-02-10wget: use FEATURE_COPYBUF_KB-sized buffer. Much faster for local transfersDenys Vlasenko
2011-02-10tc: less ugly check for bad sizeof(G)Denys Vlasenko
2011-02-09iproute: fix handling of "dev IFACE" selectorDenys Vlasenko
2011-02-06udhcpc: fix a problem with binary-encoded optionsDenys Vlasenko
2011-02-06ping: trivial simplification. -2 bytesDenys Vlasenko
2011-02-05ping: fix IPv6 pinging. Closes bug 3187Denys Vlasenko
2011-02-03whitespace fixesDenys Vlasenko
2011-01-25move utmp.h include to libbb.hDenys Vlasenko
2011-01-20eliminate aliasing warnings in traceroute.c and udhcp/socket.cDenys Vlasenko
2011-01-20eliminate aliasing warning in networking/route.cDenys Vlasenko
2011-01-20ifplugd: eliminate aliasing warningsDenys Vlasenko
2011-01-18mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko
2011-01-16remove a few aliasing warningsDenys Vlasenko
2011-01-11httpd: send correct mtime for .gz filesDenys Vlasenko
2011-01-11libbb unicode: comment out usused function and unused parameterDenys Vlasenko
2011-01-10tftp: fix bad interaction betweel poll() and alarm(). Closes bug 3061Denys Vlasenko
2011-01-03explain every non-SUID_DROP applet. No code changesDenys Vlasenko
2010-12-25udhcpc: document SIGUSRn effect in help textDenys Vlasenko
2010-11-30telnetd: write utmp record with correct pidDenys Vlasenko
2010-11-29ping: set not only IP_TTL, but also IP_MULTICAST_TTLDenys Vlasenko
2010-11-28ping: add -t TTL optionJoachim Nilsson
2010-11-28dhcpd: reply with NAK to clients in INIT-REBOOT state w/o existing leaseDenys Vlasenko
2010-11-28use BB_EXECVP_or_die where appropriateDenys Vlasenko
2010-11-28dhcpd: smaller code: do not look for REQUESTED_IP twiceDenys Vlasenko
2010-11-22nc: fix SEGV on -v when NC_EXTRA is offDenys Vlasenko
2010-11-22inetd: if argv[0] is not specified, set it to program nameMike Frysinger
2010-11-04ip: Fix command line option parsing of "ip route get ..."Christian Hornung
2010-10-30networking/*: remove superfluous commentsDenys Vlasenko
2010-10-29whitespace cleanupDenys Vlasenko
2010-10-29ifupdown: add manual method for IPv6. Closes bug 2497.Denys Vlasenko
2010-10-29telnet: do not check for 0 return from poll (it's impossible)Denys Vlasenko
2010-10-29telnet: convert CR NUL -> CR on input. Closes bug 2569Denys Vlasenko
2010-10-29dnsd: fix 64-bit bug 2539.Denys Vlasenko
2010-10-28*: whitespace fixesDenys Vlasenko
2010-10-28netstat: was using buffers one byte short for scanf (no place for NUL). fixingDenys Vlasenko
2010-10-27netstat: fix IPv6 problem (garbage in scope_id); code shrinkDenys Vlasenko
2010-10-27netstat: fix -r display in usage textBob Dunlop
2010-10-22nbd-client: kill unused variable (total 0 bytes)Alexander Shishkin
2010-10-21udhcpd: reduce stack usage by ~700 bytes. +28 bytes code sizeDenys Vlasenko
2010-10-20ntpd: fix usage text and a typo in constant nameLeonid Lisovskiy
2010-10-20udhcpc: exit if iface disappeared; use correct MAC if it changesDenys Vlasenko
2010-10-20udhcpc: reduce stack usage by de-inlining routines with on-stack pkt bufDenys Vlasenko
2010-10-20udhcpc: periodically reread our ifindex and macDenys Vlasenko
2010-10-20udhcpc: emit maxsize option in all non-NAK type packetsDenys Vlasenko