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
*
Merge branch 'busybox' into merge
Ron Yorston
2016-04-04
22
-151
/
+262
|
\
|
*
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
*
|
Merge branch 'busybox' into merge
Ron Yorston
2016-02-22
4
-37
/
+72
|
\
|
|
*
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
*
|
Merge branch 'busybox' into merge
Ron Yorston
2015-11-06
1
-2
/
+2
|
\
|
|
*
ifupdown: use -x hostname:NAME with udhcpc
Natanael Copa
2015-10-31
1
-2
/
+2
*
|
Merge branch 'busybox' into merge
Ron Yorston
2015-10-31
8
-62
/
+91
|
\
|
|
*
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
*
|
Merge branch 'busybox' into merge
Ron Yorston
2015-10-19
19
-159
/
+529
|
\
|
|
*
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
*
|
Merge branch 'busybox' into merge
Ron Yorston
2015-10-13
38
-503
/
+1132
|
\
|
|
*
wget: shrink code if https isn't supported
Ron Yorston
2015-10-13
1
-0
/
+4
[next]