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
...
*
udhcpc: tweak help text more
Denys Vlasenko
2013-08-08
1
-17
/
+17
*
udhcpc: tweak help text
Denys Vlasenko
2013-08-08
1
-14
/
+15
*
udhcpc: tweak help text
Denys Vlasenko
2013-08-05
1
-4
/
+4
*
ifplugd: use a larger netlink buffer
Tito Ragusa
2013-08-04
1
-4
/
+10
*
Whitespace fixes
Denys Vlasenko
2013-07-30
4
-12
/
+12
*
nc: remove unnecessary "errno = 0"
Denys Vlasenko
2013-07-29
1
-5
/
+4
*
iplink: fix build error (IFLA_VLAN_PROTOCOL defined before include)
Denys Vlasenko
2013-07-28
1
-4
/
+4
*
nc: remove some dead code
Denys Vlasenko
2013-07-28
1
-24
/
+12
*
nc: exit when both stdin and network are closed.
Denys Vlasenko
2013-07-28
1
-19
/
+31
*
nc: use symbolic SHUT_WR instead of literal 1
Denys Vlasenko
2013-07-28
1
-1
/
+1
*
networking: code shrink
Bartosz Golaszewski
2013-07-25
2
-97
/
+1
*
ip link: add VLAN support
Patrick McHardy
2013-07-15
1
-9
/
+128
*
ip: code shrink
Denys Vlasenko
2013-07-15
3
-20
/
+16
*
wget: do not abort if "_" is encountered in a HTTP header
Denys Vlasenko
2013-07-01
1
-2
/
+10
*
ping: code shrink
Denys Vlasenko
2013-06-28
1
-13
/
+14
*
Move create_icmp[6]_socket to its only user, and simplify it
Denys Vlasenko
2013-06-28
1
-20
/
+44
*
nslookup: set default DNS server again. Hopefully helps with 675
Denys Vlasenko
2013-06-27
1
-2
/
+13
*
ntpd: set offset to 0.0 in "usync" event
Denys Vlasenko
2013-05-23
1
-3
/
+8
*
ntpd: set G.last_script_run even if script isn't configured
Denys Vlasenko
2013-05-22
1
-2
/
+2
*
ntpd: make "unsync" code actually work.
Denys Vlasenko
2013-05-22
1
-3
/
+13
*
ntpd: drop delay outliers; run "unsync" handler if no replies for some time
Denys Vlasenko
2013-05-22
1
-8
/
+34
*
udhcp: code shrink
Denys Vlasenko
2013-05-17
1
-17
/
+13
*
udhcpc: fix a problem with binary-encoded options #2
Denys Vlasenko
2013-05-17
1
-1
/
+1
*
telnet: code shrink
Denys Vlasenko
2013-05-12
1
-9
/
+8
*
libbb: introduce and use strftime_[YYYYMMDD]HHMMSS()
Denys Vlasenko
2013-03-29
2
-3
/
+3
*
httpd: don't allow tabs and multiple spaces in request string
Denys Vlasenko
2013-03-25
1
-2
/
+5
*
nc: fix build failure ("subscripted value is neither array nor pointer")
Denys Vlasenko
2013-03-17
1
-1
/
+1
*
traceroute: free some memory allocated by xzalloc()
Guilherme Maciel Ferreira
2013-03-15
1
-2
/
+13
*
ping[6]: accept and ignore -n. Code shrink
Denys Vlasenko
2013-03-15
1
-27
/
+34
*
udhcpd: also add -I ADDR to help text
Denys Vlasenko
2013-03-14
1
-1
/
+1
*
udhcpd: add -I LOCAL_ADDR option
Denys Vlasenko
2013-03-13
1
-4
/
+13
*
platform: use KERNEL_VERSION to simplify uClibc version checking
Mike Frysinger
2013-03-12
1
-4
/
+1
*
ifupdown: support "source" stanza in /etc/network/interfaces
Denys Vlasenko
2013-02-28
1
-6
/
+13
*
ifplugd: make -k send SIGINT, not SIGQUIT
Denys Vlasenko
2013-02-28
1
-1
/
+2
*
Fix config help text
Denys Vlasenko
2013-02-28
1
-1
/
+1
*
nc_bloaty: support -ll and -lk. Closes 2245
Denys Vlasenko
2013-02-28
1
-18
/
+40
*
nc: don't redirect stderr to network in -e PROG mode
Denys Vlasenko
2013-02-28
1
-9
/
+9
*
nameif: fix use-after-free in ENABLE_FEATURE_CLEAN_UP code
Thomas De Schampheleire
2013-02-28
1
-6
/
+9
*
arp: code shrink
Denys Vlasenko
2013-02-04
1
-10
/
+9
*
arp: fix -H/-t handling.
Kuleshov Aleksey
2013-02-04
1
-14
/
+12
*
udhcpc6: fix port numbers used if !FEATURE_UDHCP_PORT
Denys Vlasenko
2013-01-28
3
-18
/
+22
*
ifconfig: do not accept "ifconfig eth0 up 1.2.3.4/17" (ip with mask). Closes ...
Denys Vlasenko
2013-01-20
2
-88
/
+81
*
whitespace cleanup. no code changes
Denys Vlasenko
2013-01-14
12
-30
/
+36
*
ntpd: fix incorrect m_status field in outgoing packets. Closes 5120
Paul Marks
2013-01-14
1
-1
/
+1
*
whitespace fixes. no code changes
Denys Vlasenko
2013-01-14
11
-46
/
+44
*
ifenslave: fix missing close paren
Mike Frysinger
2012-12-26
1
-1
/
+1
*
CONFIG_PID_FILE_PATH: new configuration option for pidfile paths
Anthony G. Basile
2012-12-19
3
-5
/
+6
*
ifupdown: code shrink
Denys Vlasenko
2012-11-09
1
-7
/
+4
*
ifupdown: remove unused errno assignments
Denys Vlasenko
2012-11-05
1
-6
/
+3
*
ifupdown: simple code shrink
Denys Vlasenko
2012-11-05
1
-2
/
+2
[prev]
[next]