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
...
*
wget: add support for https using "openssl s_client" as a helper
Denys Vlasenko
2014-02-22
1
-26
/
+92
*
udhcpc: fix BPF filter. Hopefully fixes the root cause of 4598 and 6746
Denys Vlasenko
2014-02-19
2
-4
/
+5
*
ifplugd: code shrink
Denys Vlasenko
2014-02-10
1
-10
/
+12
*
htpd: trivial simplification in random interval selection
Denys Vlasenko
2014-02-09
1
-2
/
+3
*
udhcpc: in comments, explain the kind of raw socket we create
Denys Vlasenko
2014-02-07
1
-2
/
+4
*
udhcpc: don't use BPF filter, users report problems (bugs 4598, 6746)
Denys Vlasenko
2014-02-03
1
-47
/
+46
*
ifupdown: support 'link' address family
Kaarle Ritvanen
2014-02-03
1
-0
/
+13
*
wget: fix use-after-free of ->user. Closes 6836
Denys Vlasenko
2014-02-03
1
-7
/
+9
*
iplink: fix build with kernel versions prior to 2.6.23
Eugene Rudoy
2014-01-22
1
-0
/
+10
*
ntpd: remove now unnecessary check for IP_PKTINFO definition
Denys Vlasenko
2014-01-20
2
-6
/
+0
*
ntpd: fix compilation warnings
Bartosz Golaszewski
2014-01-20
1
-0
/
+4
*
fakeidentd: simplify ndelay manipulations
Denys Vlasenko
2014-01-10
1
-10
/
+9
*
fixlet for the previous commit #2
Denys Vlasenko
2014-01-09
1
-4
/
+3
*
fixlet for the previous commit
Denys Vlasenko
2014-01-09
1
-1
/
+1
*
networking: explain isrv_run() API
Denys Vlasenko
2014-01-09
1
-1
/
+26
*
fakeidentd: fix use-after-free
Ryan Mallon
2014-01-09
1
-13
/
+12
*
ping: revert "try SOCK_DGRAM if no root privileges"
Denys Vlasenko
2014-01-09
1
-16
/
+3
*
ntpd: adjust last packet's recv time after a step
Denys Vlasenko
2014-01-08
1
-0
/
+2
*
hostname: do not use gethostbyname() for "hostname -s"
Michael Tokarev
2013-12-17
1
-2
/
+5
*
wget: user-friendly fallback to http
Lauri Kasanen
2013-12-17
1
-5
/
+12
*
ntpd: speed up resyncing if our clock is seriously off
Denys Vlasenko
2013-12-08
1
-7
/
+39
*
ntpd: do not invalidate datapoints after step
Denys Vlasenko
2013-12-07
1
-2
/
+14
*
ntpd: comment out "spike detection" code
Denys Vlasenko
2013-12-04
1
-4
/
+9
*
ntpd: promote log level 3 to production
Denys Vlasenko
2013-12-04
1
-45
/
+54
*
ntpd: let user know if spike was detected
Denys Vlasenko
2013-12-04
1
-4
/
+7
*
Use unsigned printf/scanf conversion where more appropriate
Denys Vlasenko
2013-11-29
3
-7
/
+7
*
fix assorted unused code and wrong format specs found by cppchekc (bug 6716)
Denys Vlasenko
2013-11-29
2
-3
/
+4
*
ping: try SOCK_DGRAM if no root privileges
Daniel Borca
2013-11-28
1
-3
/
+16
*
udhcp: add PXELINUX config file option (code 209) definition
Jeremy Kerr
2013-11-12
2
-2
/
+5
*
udhcpc: allow zero server-id. Closes 6614.
Denys Vlasenko
2013-11-03
1
-11
/
+25
*
udhcpc: make DHCP packets to have at least 300 DHCP bytes
Johannes Stezenbach
2013-10-28
1
-0
/
+9
*
wget: if FEATURE_CLEAN_UP, free(ptr_to_globals)
Guilherme Maciel Ferreira
2013-10-16
1
-0
/
+8
*
Fix some compiler warnings emitted by gcc-4.8.0
Denys Vlasenko
2013-10-16
1
-1
/
+1
*
ether-wake: shorten help text, reduce packet buffer size
Denys Vlasenko
2013-10-14
1
-9
/
+10
*
wget: add support for connect timeout
Lauri Kasanen
2013-10-12
2
-10
/
+30
*
httpd: make sire pfd[TO_CGI].revents is cleared before poll()
Denys Vlasenko
2013-09-18
1
-5
/
+13
*
httpd: treat errors from stdin correctly.
Denys Vlasenko
2013-09-11
1
-8
/
+13
*
iplink: comment out include <net/if_packet.h>
Denys Vlasenko
2013-08-16
1
-1
/
+1
*
fix build error with musl libc due to if_slip.h
Denys Vlasenko
2013-08-15
1
-1
/
+1
*
networking: fix potential overflow in ife_print6()
Nicolas Dichtel
2013-08-14
1
-1
/
+1
*
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
[prev]
[next]