index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networking
Age
Commit message (
Expand
)
Author
2011-02-10
wget: shrink progress meter code; strink wget and add debug logging
Denys Vlasenko
2011-02-10
wget: use closed HTTP/1.1 connection, stop when we dl'ed $content_len bytes
Denys Vlasenko
2011-02-10
save 10 bytes on strings
Denys Vlasenko
2011-02-10
wget: remove functions which retry on EINTR
Denys Vlasenko
2011-02-10
fix trivial build failure
Denys Vlasenko
2011-02-10
wget: use FEATURE_COPYBUF_KB-sized buffer. Much faster for local transfers
Denys Vlasenko
2011-02-10
tc: less ugly check for bad sizeof(G)
Denys Vlasenko
2011-02-09
iproute: fix handling of "dev IFACE" selector
Denys Vlasenko
2011-02-06
udhcpc: fix a problem with binary-encoded options
Denys Vlasenko
2011-02-06
ping: trivial simplification. -2 bytes
Denys Vlasenko
2011-02-05
ping: fix IPv6 pinging. Closes bug 3187
Denys Vlasenko
2011-02-03
whitespace fixes
Denys Vlasenko
2011-01-25
move utmp.h include to libbb.h
Denys Vlasenko
2011-01-20
eliminate aliasing warnings in traceroute.c and udhcp/socket.c
Denys Vlasenko
2011-01-20
eliminate aliasing warning in networking/route.c
Denys Vlasenko
2011-01-20
ifplugd: eliminate aliasing warnings
Denys Vlasenko
2011-01-18
mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo
Denys Vlasenko
2011-01-16
remove a few aliasing warnings
Denys Vlasenko
2011-01-11
httpd: send correct mtime for .gz files
Denys Vlasenko
2011-01-11
libbb unicode: comment out usused function and unused parameter
Denys Vlasenko
2011-01-10
tftp: fix bad interaction betweel poll() and alarm(). Closes bug 3061
Denys Vlasenko
2011-01-03
explain every non-SUID_DROP applet. No code changes
Denys Vlasenko
2010-12-25
udhcpc: document SIGUSRn effect in help text
Denys Vlasenko
2010-11-30
telnetd: write utmp record with correct pid
Denys Vlasenko
2010-11-29
ping: set not only IP_TTL, but also IP_MULTICAST_TTL
Denys Vlasenko
2010-11-28
ping: add -t TTL option
Joachim Nilsson
2010-11-28
dhcpd: reply with NAK to clients in INIT-REBOOT state w/o existing lease
Denys Vlasenko
2010-11-28
use BB_EXECVP_or_die where appropriate
Denys Vlasenko
2010-11-28
dhcpd: smaller code: do not look for REQUESTED_IP twice
Denys Vlasenko
2010-11-22
nc: fix SEGV on -v when NC_EXTRA is off
Denys Vlasenko
2010-11-22
inetd: if argv[0] is not specified, set it to program name
Mike Frysinger
2010-11-04
ip: Fix command line option parsing of "ip route get ..."
Christian Hornung
2010-10-30
networking/*: remove superfluous comments
Denys Vlasenko
2010-10-29
whitespace cleanup
Denys Vlasenko
2010-10-29
ifupdown: add manual method for IPv6. Closes bug 2497.
Denys Vlasenko
2010-10-29
telnet: do not check for 0 return from poll (it's impossible)
Denys Vlasenko
2010-10-29
telnet: convert CR NUL -> CR on input. Closes bug 2569
Denys Vlasenko
2010-10-29
dnsd: fix 64-bit bug 2539.
Denys Vlasenko
2010-10-28
*: whitespace fixes
Denys Vlasenko
2010-10-28
netstat: was using buffers one byte short for scanf (no place for NUL). fixing
Denys Vlasenko
2010-10-27
netstat: fix IPv6 problem (garbage in scope_id); code shrink
Denys Vlasenko
2010-10-27
netstat: fix -r display in usage text
Bob Dunlop
2010-10-22
nbd-client: kill unused variable (total 0 bytes)
Alexander Shishkin
2010-10-21
udhcpd: reduce stack usage by ~700 bytes. +28 bytes code size
Denys Vlasenko
2010-10-20
ntpd: fix usage text and a typo in constant name
Leonid Lisovskiy
2010-10-20
udhcpc: exit if iface disappeared; use correct MAC if it changes
Denys Vlasenko
2010-10-20
udhcpc: reduce stack usage by de-inlining routines with on-stack pkt buf
Denys Vlasenko
2010-10-20
udhcpc: periodically reread our ifindex and mac
Denys Vlasenko
2010-10-20
udhcpc: emit maxsize option in all non-NAK type packets
Denys Vlasenko
2010-10-20
dhcp: typo fix: UPD_DHCP_SIZE -> UDP_DHCP_SIZE
Denys Vlasenko
[prev]
[next]