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