index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networking
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
ip: fix problem on mips64 n64 big endian musl systems
Szabolcs Nagy
2016-04-24
1
-13
/
+24
*
*: slap on a few ALIGN1/2s where appropriate
Denys Vlasenko
2016-04-22
6
-10
/
+10
*
udhcp: add setup_common_bufsiz() as needed
Denys Vlasenko
2016-04-21
3
-4
/
+8
*
*: hopefully all setup_common_bufsiz() are in place
Denys Vlasenko
2016-04-21
6
-5
/
+17
*
*: add most of the required setup_common_bufsiz() calls
Denys Vlasenko
2016-04-21
15
-4
/
+18
*
libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it
Denys Vlasenko
2016-04-21
24
-50
/
+76
*
udhcp: fix capitalization of two messages
Denys Vlasenko
2016-03-30
1
-2
/
+2
*
dhcpd: string reuse
Denys Vlasenko
2016-03-30
1
-1
/
+1
*
udhcp: get rid of bb_info_msg()
Denys Vlasenko
2016-03-30
13
-107
/
+107
*
zcip: use bb_error_msg for logging, not bb_info_msg
Denys Vlasenko
2016-03-30
1
-2
/
+2
*
Replace a few more bb_info_msg's by bb_error_msg or printf
Denys Vlasenko
2016-03-30
3
-6
/
+6
*
Use bb_error_msg instead of bb_info_msg in all commented-out debug printouts
Denys Vlasenko
2016-03-30
1
-1
/
+1
*
Revert "networking: properly initialize ipv6 scope id for printing it"
Denys Vlasenko
2016-03-29
1
-1
/
+0
*
networking: properly initialize ipv6 scope id for printing it
Timo Teräs
2016-03-28
1
-0
/
+1
*
wget: make -T timeout work on header reads too. Closes 8636
Denys Vlasenko
2016-03-17
1
-5
/
+17
*
udhcpc: fix a warning in debug code
Denys Vlasenko
2016-03-11
1
-0
/
+1
*
udhcp: fix a SEGV on malformed RFC1035-encoded domain name
Denys Vlasenko
2016-03-10
1
-4
/
+9
*
udhcpc: do not use -t NUM for counting "select" packets, use 3
Denys Vlasenko
2016-03-04
1
-1
/
+1
*
ntpd: add experimental patch
Denys Vlasenko
2016-03-04
1
-0
/
+24
*
ntpd: if peer does not reply anymore, try re-resolving its hostname
Denys Vlasenko
2016-03-04
1
-0
/
+19
*
ntpd: do not use a peer more than once (say, if two peers resolve to the same...
Denys Vlasenko
2016-03-04
1
-1
/
+16
*
ntpd: more informative poll lowering message
Denys Vlasenko
2016-03-03
1
-2
/
+2
*
ifupdowm: fix "warning: unused variable 'iface_list'"
Denys Vlasenko
2016-03-03
1
-1
/
+1
*
dhcpc: Use client IP address as source address for DHCP renew/rebind messages
Hans Dedecker
2016-03-03
1
-6
/
+6
*
udhcpd: keep expired leases at startup
Christian Lindeberg
2016-03-01
2
-2
/
+8
*
ifupdown: allow duplicate interface definitions
Nicolas Cavallari
2016-03-01
1
-1
/
+14
*
udhcpc: fix OPTION_6RD parsing (could overflow its malloced buffer)
Denys Vlasenko
2016-02-26
2
-4
/
+15
*
udhcp: trivial shrink
Denys Vlasenko
2016-02-26
1
-4
/
+3
*
ntpd: print packet delay in clock update message
Denys Vlasenko
2016-02-24
1
-2
/
+8
*
networking: allow dot at the end of the domain name in dhcp response
Denys Vlasenko
2016-02-11
1
-0
/
+2
*
ntpd: shorter message
Denys Vlasenko
2016-02-10
1
-1
/
+1
*
ntpd: step when |offset| > 1 sec, not 0.125 sec
Denys Vlasenko
2016-02-10
1
-18
/
+36
*
busybox: fix uninitialized memory when displaying IPv6 addresses
Felix Fietkau
2016-02-01
1
-0
/
+1
*
iproute: support "scope". Closes 8561
Denys Vlasenko
2015-12-30
1
-19
/
+33
*
ifupdown: use -x hostname:NAME with udhcpc
Natanael Copa
2015-10-31
1
-2
/
+2
*
ifupdown: pass interface device name for ipv6 route commands
Timo Teräs
2015-10-26
1
-3
/
+4
*
inetd: make FEATURE_INETD_RPC off by default
Denys Vlasenko
2015-10-25
1
-1
/
+1
*
libiproute: use if_nametoindex
Ron Yorston
2015-10-24
1
-24
/
+1
*
dumpleases: string reuse
Denys Vlasenko
2015-10-24
1
-3
/
+5
*
dumpleases: new option -d to show time in seconds
Isaac Dunham
2015-10-24
1
-5
/
+19
*
zcip: ...ad suppress the warning
Denys Vlasenko
2015-10-24
1
-1
/
+1
*
zcip: do not query current time if we won't use the result
Denys Vlasenko
2015-10-24
1
-2
/
+4
*
dumpleases: make host names sanitized to shell-friendly condition
Denys Vlasenko
2015-10-24
1
-3
/
+8
*
httpd: fix heap buffer overflow. Closes 8426
Denys Vlasenko
2015-10-23
1
-6
/
+19
*
wget: make Bartosz's "wget --passive-ftp -nd -t 3" work
Denys Vlasenko
2015-10-20
1
-16
/
+31
*
libiproute: make rt_addr_n2a() and format_host() return auto strings
Denys Vlasenko
2015-10-14
7
-75
/
+57
*
libiproute: rename invarg(a,b) to invarg_1_to_2(a,b)
Denys Vlasenko
2015-10-14
12
-58
/
+57
*
networking: add 'ip neigh' command
Curt Brune
2015-10-14
8
-26
/
+420
*
*: more BUILD_BUG_ON conversions
Denys Vlasenko
2015-10-13
3
-9
/
+4
*
wget: shrink code if https isn't supported
Ron Yorston
2015-10-13
1
-0
/
+4
[prev]
[next]