aboutsummaryrefslogtreecommitdiff
path: root/networking
AgeCommit message (Expand)Author
2011-02-19wget: reduce bloatPere Orga
2011-02-16udhcpd: optional IP selection based on MAC hashVladislav Grishenko
2011-02-15wget: check for final write errors for -O FILE tooDenys Vlasenko
2011-02-15wget: make "wget -O FILE URL1 URL2" concatenate outputDenys Vlasenko
2011-02-14wget: fix SEGV with multiple urls and redirectionPere Orga
2011-02-14udhcpc: use more correct, and more importantly, more understandable BPF codeVladislav Grishenko
2011-02-13wget: support multiple URLs on command line even without -O :)Denys Vlasenko
2011-02-13wget: support multiple URLs on command lineDenys Vlasenko
2011-02-12typo fix in commentDenys Vlasenko
2011-02-11wget: display 100% at the _end_ of chunked downloadDenys Vlasenko
2011-02-11wget: chunked mode fix. Closes bug 3229Denys Vlasenko
2011-02-11wget: explain clearerr more clearlyDenys Vlasenko
2011-02-11wget: correctly handle rare case when we get EAGAIN _on first_ readDenys Vlasenko
2011-02-11progress meter: fix bugs found in stall detection and unknown size logicDenys Vlasenko
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