aboutsummaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
* Apply post-1.22.0 patches, bump version to 1.22.11_22_1Denys Vlasenko2014-01-201-0/+2
* hostname: do not use gethostbyname() for "hostname -s"Michael Tokarev2013-12-171-2/+5
* wget: user-friendly fallback to httpLauri Kasanen2013-12-171-5/+12
* ntpd: speed up resyncing if our clock is seriously offDenys Vlasenko2013-12-081-7/+39
* ntpd: do not invalidate datapoints after stepDenys Vlasenko2013-12-071-2/+14
* ntpd: comment out "spike detection" codeDenys Vlasenko2013-12-041-4/+9
* ntpd: promote log level 3 to productionDenys Vlasenko2013-12-041-45/+54
* ntpd: let user know if spike was detectedDenys Vlasenko2013-12-041-4/+7
* Use unsigned printf/scanf conversion where more appropriateDenys Vlasenko2013-11-293-7/+7
* fix assorted unused code and wrong format specs found by cppchekc (bug 6716)Denys Vlasenko2013-11-292-3/+4
* ping: try SOCK_DGRAM if no root privilegesDaniel Borca2013-11-281-3/+16
* udhcp: add PXELINUX config file option (code 209) definitionJeremy Kerr2013-11-122-2/+5
* udhcpc: allow zero server-id. Closes 6614.Denys Vlasenko2013-11-031-11/+25
* udhcpc: make DHCP packets to have at least 300 DHCP bytesJohannes Stezenbach2013-10-281-0/+9
* wget: if FEATURE_CLEAN_UP, free(ptr_to_globals)Guilherme Maciel Ferreira2013-10-161-0/+8
* Fix some compiler warnings emitted by gcc-4.8.0Denys Vlasenko2013-10-161-1/+1
* ether-wake: shorten help text, reduce packet buffer sizeDenys Vlasenko2013-10-141-9/+10
* wget: add support for connect timeoutLauri Kasanen2013-10-122-10/+30
* httpd: make sire pfd[TO_CGI].revents is cleared before poll()Denys Vlasenko2013-09-181-5/+13
* httpd: treat errors from stdin correctly.Denys Vlasenko2013-09-111-8/+13
* iplink: comment out include <net/if_packet.h>Denys Vlasenko2013-08-161-1/+1
* fix build error with musl libc due to if_slip.hDenys Vlasenko2013-08-151-1/+1
* networking: fix potential overflow in ife_print6()Nicolas Dichtel2013-08-141-1/+1
* udhcpc: tweak help text moreDenys Vlasenko2013-08-081-17/+17
* udhcpc: tweak help textDenys Vlasenko2013-08-081-14/+15
* udhcpc: tweak help textDenys Vlasenko2013-08-051-4/+4
* ifplugd: use a larger netlink bufferTito Ragusa2013-08-041-4/+10
* Whitespace fixesDenys Vlasenko2013-07-304-12/+12
* nc: remove unnecessary "errno = 0"Denys Vlasenko2013-07-291-5/+4
* iplink: fix build error (IFLA_VLAN_PROTOCOL defined before include)Denys Vlasenko2013-07-281-4/+4
* nc: remove some dead codeDenys Vlasenko2013-07-281-24/+12
* nc: exit when both stdin and network are closed.Denys Vlasenko2013-07-281-19/+31
* nc: use symbolic SHUT_WR instead of literal 1Denys Vlasenko2013-07-281-1/+1
* networking: code shrinkBartosz Golaszewski2013-07-252-97/+1
* ip link: add VLAN supportPatrick McHardy2013-07-151-9/+128
* ip: code shrinkDenys Vlasenko2013-07-153-20/+16
* wget: do not abort if "_" is encountered in a HTTP headerDenys Vlasenko2013-07-011-2/+10
* ping: code shrinkDenys Vlasenko2013-06-281-13/+14
* Move create_icmp[6]_socket to its only user, and simplify itDenys Vlasenko2013-06-281-20/+44
* nslookup: set default DNS server again. Hopefully helps with 675Denys Vlasenko2013-06-271-2/+13
* ntpd: set offset to 0.0 in "usync" eventDenys Vlasenko2013-05-231-3/+8
* ntpd: set G.last_script_run even if script isn't configuredDenys Vlasenko2013-05-221-2/+2
* ntpd: make "unsync" code actually work.Denys Vlasenko2013-05-221-3/+13
* ntpd: drop delay outliers; run "unsync" handler if no replies for some timeDenys Vlasenko2013-05-221-8/+34
* udhcp: code shrinkDenys Vlasenko2013-05-171-17/+13
* udhcpc: fix a problem with binary-encoded options #2Denys Vlasenko2013-05-171-1/+1
* telnet: code shrinkDenys Vlasenko2013-05-121-9/+8
* libbb: introduce and use strftime_[YYYYMMDD]HHMMSS()Denys Vlasenko2013-03-292-3/+3
* httpd: don't allow tabs and multiple spaces in request stringDenys Vlasenko2013-03-251-2/+5
* nc: fix build failure ("subscripted value is neither array nor pointer")Denys Vlasenko2013-03-171-1/+1