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
...
|
*
httpd: do not default to Content-type: application/octet-stream
Denys Vlasenko
2018-04-07
1
-30
/
+32
*
|
Merge branch 'busybox' into merge
Ron Yorston
2018-04-02
8
-9
/
+17
|
\
|
|
*
libbb: new function bb_die_memory_exhausted
Denys Vlasenko
2018-04-01
1
-2
/
+2
|
*
ifplugd: if SIOCSIFFLAGS fails with EADDRNOTAVAIL, don't die
Stefan Agner
2018-03-29
1
-1
/
+1
|
*
ifupdown: do not fail if interface disappears during ifdown
Kaarle Ritvanen
2018-03-28
1
-0
/
+6
|
*
ioctl(SIOCGIFINDEX) does not require clearing of entire ifr
Denys Vlasenko
2018-03-27
3
-3
/
+3
|
*
netstat: produce numeric-ip output for non-resolved names
Mark Marshall
2018-03-27
1
-2
/
+5
|
*
ssl_client: fix option parsing
Ron Yorston
2018-03-20
1
-1
/
+1
*
|
win32: tidy up popen implementation
Ron Yorston
2018-03-15
1
-2
/
+1
*
|
wget: add support for https
Ron Yorston
2018-03-15
3
-1
/
+55
*
|
Merge branch 'busybox' into merge
Ron Yorston
2018-03-15
13
-203
/
+252
|
\
|
|
*
tcpsvd: fix fallout from opt_complementary removal
Denys Vlasenko
2018-03-11
1
-3
/
+8
|
*
ntpd: choose initial FREQHOLD_cnt dynamically
Denys Vlasenko
2018-03-11
1
-12
/
+54
|
*
udhcpd: clamp down huge auto_times to ~2M seconds, better EINTR poll handling
Denys Vlasenko
2018-03-11
1
-5
/
+20
|
*
ntpd: suppress in-kernel frequency correction in first 8 adjtimex calls
Denys Vlasenko
2018-03-10
1
-11
/
+33
|
*
udhcpd: fix "not dying on SIGTERM"
Denys Vlasenko
2018-03-10
5
-32
/
+33
|
*
remove stray newline in "iplink --help"
Denys Vlasenko
2018-03-08
1
-1
/
+1
|
*
ip: fix "ip -oneline a"
Denys Vlasenko
2018-03-08
1
-1
/
+4
|
*
use gmtime_r() instead of gmtime()
Denys Vlasenko
2018-03-06
1
-2
/
+4
|
*
networking/interface.c: get rid of global data
Denys Vlasenko
2018-03-05
1
-85
/
+36
|
*
networking/interface.c: get rid of global "smallint interface_opt_a"
Denys Vlasenko
2018-03-05
2
-26
/
+19
|
*
networking/interface.c: code shrink
Denys Vlasenko
2018-03-05
1
-61
/
+76
|
*
wget: fix fetching of https URLs with http proxy
Peter Lloyd
2018-03-05
1
-4
/
+4
*
|
Merge branch 'busybox' into merge
Ron Yorston
2018-03-01
8
-71
/
+201
|
\
|
|
*
tcpudp: shrink per-host rate-limiting code
Denys Vlasenko
2018-02-27
3
-20
/
+17
|
*
iplink: implement support for selecting a master interface
Jan Luebbe
2018-02-20
3
-2
/
+41
|
*
ip link: support "add TYPE vrf", improve --help
Jan Luebbe
2018-02-20
2
-5
/
+76
|
*
tls: remove redundant floor prevention
Denys Vlasenko
2018-02-14
1
-2
/
+0
|
*
ping: don't call monotonic_us twice per sending the ping
Denys Vlasenko
2018-02-13
1
-10
/
+11
|
*
ping: implement -A "adaptive ping"
Denys Vlasenko
2018-02-13
1
-40
/
+60
|
*
inetd,mount: add comment with example of flags to build with libtirpc
Denys Vlasenko
2018-02-13
1
-1
/
+5
*
|
Remove fake signal-handling code
Ron Yorston
2018-03-01
1
-0
/
+4
*
|
Merge branch 'busybox' into merge
Ron Yorston
2018-02-13
26
-484
/
+708
|
\
|
|
*
wget: more thorough sanitization of other side's data
Denys Vlasenko
2018-02-12
1
-31
/
+55
|
*
arping: code shrink
Denys Vlasenko
2018-02-11
1
-19
/
+20
|
*
libbb: introduce and use bb_getsockname()
Denys Vlasenko
2018-02-11
4
-20
/
+9
|
*
arping: move packet buffer, sigset and struct ifreq to malloced "globals"
Denys Vlasenko
2018-02-11
1
-41
/
+34
|
*
arping: fix the case when inherited signal mask masks out ALRM
Denys Vlasenko
2018-02-11
1
-7
/
+16
|
*
arping: change a few message strings to be closer to iputils arping
Denys Vlasenko
2018-02-11
1
-7
/
+8
|
*
arping: code shrink
Denys Vlasenko
2018-02-11
1
-28
/
+28
|
*
ip: fix crash in "ip neigh show"
Denys Vlasenko
2018-02-08
7
-20
/
+28
|
*
wget: do not ask for TLS-encrypted downloads on plain ftp:// URLs
Denys Vlasenko
2018-02-08
1
-5
/
+7
|
*
udhcp: do not setlinebuf(stdout), we don't print to stdout anymore
Denys Vlasenko
2018-02-07
3
-6
/
+0
|
*
wget: attempt to negotiate encrypted data ftps stream ("PROT P")
Denys Vlasenko
2018-02-06
1
-3
/
+7
|
*
fix a thinko in parse_pasv_epsv.c
Denys Vlasenko
2018-02-06
1
-2
/
+2
|
*
wget: add EPSV support
Denys Vlasenko
2018-02-06
3
-61
/
+81
|
*
wget: initial support for ftps://
Denys Vlasenko
2018-02-06
3
-15
/
+40
|
*
wget: preparations for ftps:// support (block move, no code changes)
Denys Vlasenko
2018-02-06
1
-81
/
+81
|
*
tls: fix hash calculations if client cert is requested and sent
Denys Vlasenko
2018-02-06
1
-40
/
+54
|
*
ftpd: handle restarts past 2147483647 bytes. closes 10741
Denys Vlasenko
2018-02-05
1
-1
/
+1
[prev]
[next]