aboutsummaryrefslogtreecommitdiff
path: root/networking
AgeCommit message (Expand)Author
2013-12-17hostname: do not use gethostbyname() for "hostname -s"Michael Tokarev
2013-12-17wget: user-friendly fallback to httpLauri Kasanen
2013-12-08ntpd: speed up resyncing if our clock is seriously offDenys Vlasenko
2013-12-07ntpd: do not invalidate datapoints after stepDenys Vlasenko
2013-12-04ntpd: comment out "spike detection" codeDenys Vlasenko
2013-12-04ntpd: promote log level 3 to productionDenys Vlasenko
2013-12-04ntpd: let user know if spike was detectedDenys Vlasenko
2013-11-29Use unsigned printf/scanf conversion where more appropriateDenys Vlasenko
2013-11-29fix assorted unused code and wrong format specs found by cppchekc (bug 6716)Denys Vlasenko
2013-11-28ping: try SOCK_DGRAM if no root privilegesDaniel Borca
2013-11-12udhcp: add PXELINUX config file option (code 209) definitionJeremy Kerr
2013-11-03udhcpc: allow zero server-id. Closes 6614.Denys Vlasenko
2013-10-28udhcpc: make DHCP packets to have at least 300 DHCP bytesJohannes Stezenbach
2013-10-16wget: if FEATURE_CLEAN_UP, free(ptr_to_globals)Guilherme Maciel Ferreira
2013-10-16Fix some compiler warnings emitted by gcc-4.8.0Denys Vlasenko
2013-10-14ether-wake: shorten help text, reduce packet buffer sizeDenys Vlasenko
2013-10-12wget: add support for connect timeoutLauri Kasanen
2013-09-18httpd: make sire pfd[TO_CGI].revents is cleared before poll()Denys Vlasenko
2013-09-11httpd: treat errors from stdin correctly.Denys Vlasenko
2013-08-16iplink: comment out include <net/if_packet.h>Denys Vlasenko
2013-08-15fix build error with musl libc due to if_slip.hDenys Vlasenko
2013-08-14networking: fix potential overflow in ife_print6()Nicolas Dichtel
2013-08-08udhcpc: tweak help text moreDenys Vlasenko
2013-08-08udhcpc: tweak help textDenys Vlasenko
2013-08-05udhcpc: tweak help textDenys Vlasenko
2013-08-04ifplugd: use a larger netlink bufferTito Ragusa
2013-07-30Whitespace fixesDenys Vlasenko
2013-07-29nc: remove unnecessary "errno = 0"Denys Vlasenko
2013-07-28iplink: fix build error (IFLA_VLAN_PROTOCOL defined before include)Denys Vlasenko
2013-07-28nc: remove some dead codeDenys Vlasenko
2013-07-28nc: exit when both stdin and network are closed.Denys Vlasenko
2013-07-28nc: use symbolic SHUT_WR instead of literal 1Denys Vlasenko
2013-07-25networking: code shrinkBartosz Golaszewski
2013-07-15ip link: add VLAN supportPatrick McHardy
2013-07-15ip: code shrinkDenys Vlasenko
2013-07-01wget: do not abort if "_" is encountered in a HTTP headerDenys Vlasenko
2013-06-28ping: code shrinkDenys Vlasenko
2013-06-28Move create_icmp[6]_socket to its only user, and simplify itDenys Vlasenko
2013-06-27nslookup: set default DNS server again. Hopefully helps with 675Denys Vlasenko
2013-05-23ntpd: set offset to 0.0 in "usync" eventDenys Vlasenko
2013-05-22ntpd: set G.last_script_run even if script isn't configuredDenys Vlasenko
2013-05-22ntpd: make "unsync" code actually work.Denys Vlasenko
2013-05-22ntpd: drop delay outliers; run "unsync" handler if no replies for some timeDenys Vlasenko
2013-05-17udhcp: code shrinkDenys Vlasenko
2013-05-17udhcpc: fix a problem with binary-encoded options #2Denys Vlasenko
2013-05-12telnet: code shrinkDenys Vlasenko
2013-03-29libbb: introduce and use strftime_[YYYYMMDD]HHMMSS()Denys Vlasenko
2013-03-25httpd: don't allow tabs and multiple spaces in request stringDenys Vlasenko
2013-03-17nc: fix build failure ("subscripted value is neither array nor pointer")Denys Vlasenko
2013-03-15traceroute: free some memory allocated by xzalloc()Guilherme Maciel Ferreira