1
0
mirror of https://github.com/golang/go synced 2024-11-18 05:14:43 -07:00
go/src/net
Josh Bleecher Snyder d0cf042171 net: fix vet nit
net/fd_windows.go:121: syscall.WSABuf composite literal uses unkeyed fields

Change-Id: I91cbe38199d5b6828379a854d08f6ceaf687dd82
Reviewed-on: https://go-review.googlesource.com/32760
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2016-11-05 18:24:40 +00:00
..
http net/http: deflake TestLinuxSendfile 2016-11-05 01:17:21 +00:00
internal/socktest
mail net/mail: allow empty quoted string name in address again 2016-10-27 17:54:39 +00:00
rpc net/rpc: fix method requirement docs 2016-10-27 17:12:12 +00:00
smtp all: freeze net/rpc and reword the 'frozen' message in other frozen packages 2016-10-26 16:11:07 +00:00
testdata net: use libresolv rules for ndots range and validation 2016-08-17 15:20:24 +00:00
textproto
url net/url: reject colon in first segment of relative path in Parse 2016-10-24 16:04:47 +00:00
addrselect_test.go
addrselect.go
cgo_android.go
cgo_bsd.go
cgo_linux.go
cgo_netbsd.go
cgo_openbsd.go
cgo_resnew.go
cgo_resold.go
cgo_socknew.go
cgo_sockold.go
cgo_solaris.go
cgo_stub.go net: use contexts for cgo-based DNS resolution 2016-05-10 15:55:48 +00:00
cgo_unix_test.go net: use contexts for cgo-based DNS resolution 2016-05-10 15:55:48 +00:00
cgo_unix.go net: make LookupPort and lookupProtocol work on nacl 2016-09-11 04:19:25 +00:00
cgo_windows.go
conf_netcgo.go
conf_test.go net: fix hostLookupOrder("") 2016-05-05 19:15:38 +00:00
conf.go net: simplify internal dtoi and xtoi funcs 2016-08-17 03:12:29 +00:00
conn_test.go all: fix copy-and-paste errors in tests 2016-05-06 16:56:19 +00:00
dial_test.go net: fix Dial(":80") on Windows 2016-11-02 19:15:11 +00:00
dial_unix_test.go net: prevent cancelation goroutine from adjusting fd timeout after connect 2016-08-02 00:55:45 +00:00
dial.go net: add hostname warnings to all first(isIPv4) functions. 2016-10-25 04:18:41 +00:00
dnsclient_test.go
dnsclient_unix_test.go net: respect resolv.conf rotate option 2016-09-17 00:34:19 +00:00
dnsclient_unix.go net: there are no invalid domain names anymore 2016-10-24 15:37:26 +00:00
dnsclient.go
dnsconfig_unix_test.go net: use libresolv rules for ndots range and validation 2016-08-17 15:20:24 +00:00
dnsconfig_unix.go net: respect resolv.conf rotate option 2016-09-17 00:34:19 +00:00
dnsmsg_test.go net: change t.Error to t.Errorf 2016-08-16 14:35:55 +00:00
dnsmsg.go net: remove unneeded tags from dnsRR structs 2016-04-28 21:34:06 +00:00
dnsname_test.go
error_plan9_test.go
error_posix_test.go
error_test.go net: fix TestCloseError on Plan 9 2016-10-24 22:35:03 +00:00
error_unix_test.go
error_windows_test.go
example_test.go
external_test.go net: make use of internal/testenv package 2016-04-14 06:13:45 +00:00
fd_mutex_test.go
fd_mutex.go
fd_plan9.go net: break up >1GB reads and writes on stream connections 2016-10-29 18:23:59 +00:00
fd_poll_nacl.go net: use runtime.Keepalive for *netFD values 2016-08-24 16:57:50 +00:00
fd_poll_runtime.go all: use time.Until where applicable 2016-08-30 01:23:46 +00:00
fd_posix_test.go
fd_posix.go
fd_unix.go net: break up >1GB reads and writes on stream connections 2016-10-29 18:23:59 +00:00
fd_windows.go net: fix vet nit 2016-11-05 18:24:40 +00:00
file_plan9.go net: always wake up the readers on close on Plan 9 2016-10-18 13:27:09 +00:00
file_stub.go
file_test.go
file_unix.go
file_windows.go
file.go net: document unimplemented methods and functions 2016-08-23 14:19:39 +00:00
hook_cloexec.go
hook_plan9.go
hook_unix.go net: prevent cancelation goroutine from adjusting fd timeout after connect 2016-08-02 00:55:45 +00:00
hook_windows.go
hook.go net: context plumbing, add Dialer.DialContext 2016-04-15 22:48:12 +00:00
hosts_test.go
hosts.go
interface_bsd_test.go net: deflake TestPointToPointInterface and TestInterfaceArrivalAndDeparture 2016-05-14 00:53:51 +00:00
interface_bsd.go all: rename vendored golang.org/x/net packages to golang_org 2016-07-13 18:35:40 +00:00
interface_bsdvar.go all: rename vendored golang.org/x/net packages to golang_org 2016-07-13 18:35:40 +00:00
interface_darwin.go all: rename vendored golang.org/x/net packages to golang_org 2016-07-13 18:35:40 +00:00
interface_freebsd.go all: rename vendored golang.org/x/net packages to golang_org 2016-07-13 18:35:40 +00:00
interface_linux_test.go
interface_linux.go Revert "net: add support for Zone of IPNet" 2016-05-06 00:14:26 +00:00
interface_plan9.go net: update doc for unimplemented feature on Plan 9 2016-10-12 13:15:50 +00:00
interface_solaris.go net: implement network interface API for Solaris 2016-10-04 03:04:50 +00:00
interface_stub.go net: implement network interface API for Plan 9 2016-10-12 10:12:31 +00:00
interface_test.go net: implement network interface API for Solaris 2016-10-04 03:04:50 +00:00
interface_unix_test.go net: deflake TestPointToPointInterface and TestInterfaceArrivalAndDeparture 2016-05-14 00:53:51 +00:00
interface_windows_test.go
interface_windows.go Revert "net: add support for Zone of IPNet" 2016-05-06 00:14:26 +00:00
interface.go net: update docs on network interface API 2016-10-18 11:46:27 +00:00
ip_test.go net: remove parsing of negative decimals in IPv4 literal 2016-09-07 17:48:45 +00:00
ip.go net: simplify internal dtoi and xtoi funcs 2016-08-17 03:12:29 +00:00
iprawsock_plan9.go net: context plumbing, add Dialer.DialContext 2016-04-15 22:48:12 +00:00
iprawsock_posix.go net: fix Dial(":80") on Windows 2016-11-02 19:15:11 +00:00
iprawsock_test.go
iprawsock.go net: add hostname warnings to all first(isIPv4) functions. 2016-10-25 04:18:41 +00:00
ipsock_plan9.go net: disallow dialing and listening on port > 65535 on Plan 9 2016-11-03 13:58:02 +00:00
ipsock_posix.go net: fix Dial(":80") on Windows 2016-11-02 19:15:11 +00:00
ipsock_test.go
ipsock.go net: fix Dial(":80") on Windows 2016-11-02 19:15:11 +00:00
listen_test.go net: make use of internal/testenv package 2016-04-14 06:13:45 +00:00
lookup_nacl.go net: make all Resolver methods respect Resolver.PreferGo 2016-10-21 21:10:18 +00:00
lookup_plan9.go net: handle "dns failure" as errNoSuchHost on Plan 9 2016-10-25 00:04:42 +00:00
lookup_test.go net: deflake TestLookupNonLDH 2016-10-28 22:20:20 +00:00
lookup_unix.go net: make all Resolver methods respect Resolver.PreferGo 2016-10-21 21:10:18 +00:00
lookup_windows_test.go net: simplify internal dtoi and xtoi funcs 2016-08-17 03:12:29 +00:00
lookup_windows.go net: there are no invalid domain names anymore 2016-10-24 15:37:26 +00:00
lookup.go net: clarify LookupAddr docs on libc's behavior, and alternatives 2016-10-22 01:23:14 +00:00
mac_test.go
mac.go
main_cloexec_test.go
main_conf_test.go
main_noconf_test.go
main_plan9_test.go net: don't call forceCloseSockets in non-TestMain functions 2016-05-30 03:30:14 +00:00
main_posix_test.go
main_test.go net: make use of internal/testenv package 2016-04-14 06:13:45 +00:00
main_unix_test.go net: don't call forceCloseSockets in non-TestMain functions 2016-05-30 03:30:14 +00:00
main_windows_test.go net: don't call forceCloseSockets in non-TestMain functions 2016-05-30 03:30:14 +00:00
mockserver_test.go net: deflake TestDialerDualStack 2016-05-19 14:47:33 +00:00
net_test.go net: skip TestReadTimeoutUnblocksRead on Plan 9 2016-10-17 09:02:28 +00:00
net_windows_test.go
net.go net: use IPv4 reserved address blocks for documentation 2016-10-28 22:20:52 +00:00
netgo_unix_test.go net: use contexts for cgo-based DNS resolution 2016-05-10 15:55:48 +00:00
nss_test.go
nss.go
packetconn_test.go
parse_test.go net: remove parsing of negative decimals in IPv4 literal 2016-09-07 17:48:45 +00:00
parse.go net: remove parsing of negative decimals in IPv4 literal 2016-09-07 17:48:45 +00:00
pipe_test.go
pipe.go
platform_test.go net: make use of internal/testenv package 2016-04-14 06:13:45 +00:00
port_test.go net: fix looking up port numbers starting with numbers. 2016-04-15 23:11:47 +00:00
port_unix.go net: make LookupPort and lookupProtocol work on nacl 2016-09-11 04:19:25 +00:00
port.go net: fix looking up port numbers starting with numbers. 2016-04-15 23:11:47 +00:00
protoconn_test.go
sendfile_dragonfly.go all: use new io.SeekFoo constants instead of os.SEEK_FOO 2016-04-13 05:25:23 +00:00
sendfile_freebsd.go all: use new io.SeekFoo constants instead of os.SEEK_FOO 2016-04-13 05:25:23 +00:00
sendfile_linux.go
sendfile_solaris.go all: use new io.SeekFoo constants instead of os.SEEK_FOO 2016-04-13 05:25:23 +00:00
sendfile_stub.go
sendfile_test.go
sendfile_windows.go
server_test.go
sock_bsd.go
sock_cloexec.go
sock_linux.go net: simplify internal dtoi and xtoi funcs 2016-08-17 03:12:29 +00:00
sock_plan9.go
sock_posix.go net: fix Dial(":80") on Windows 2016-11-02 19:15:11 +00:00
sock_stub.go
sock_windows.go
sockopt_bsd.go
sockopt_linux.go
sockopt_plan9.go
sockopt_posix.go
sockopt_solaris.go
sockopt_stub.go
sockopt_windows.go
sockoptip_bsd.go
sockoptip_linux.go
sockoptip_posix.go
sockoptip_stub.go
sockoptip_windows.go
sys_cloexec.go
tcpsock_plan9.go net: fix plan9 after context change, propagate contexts more 2016-04-18 16:30:03 +00:00
tcpsock_posix.go net: fix Dial(":80") on Windows 2016-11-02 19:15:11 +00:00
tcpsock_test.go net: break up >1GB reads and writes on stream connections 2016-10-29 18:23:59 +00:00
tcpsock_unix_test.go
tcpsock.go net: add hostname warnings to all first(isIPv4) functions. 2016-10-25 04:18:41 +00:00
tcpsockopt_darwin.go
tcpsockopt_dragonfly.go
tcpsockopt_openbsd.go
tcpsockopt_plan9.go
tcpsockopt_posix.go
tcpsockopt_solaris.go
tcpsockopt_stub.go
tcpsockopt_unix.go
tcpsockopt_windows.go
timeout_test.go net: don't leak test helper goroutine in TestAcceptTimeout 2016-06-03 11:39:40 +00:00
udpsock_plan9_test.go net: add multicast UDP support for plan9 2016-10-27 02:15:51 +00:00
udpsock_plan9.go net: add multicast UDP support for plan9 2016-10-27 02:15:51 +00:00
udpsock_posix.go net: fix Dial(":80") on Windows 2016-11-02 19:15:11 +00:00
udpsock_test.go net: cache IPv6 zone information for applications using IPv6 link-local address 2016-04-15 01:45:27 +00:00
udpsock.go net: add multicast UDP support for plan9 2016-10-27 02:15:51 +00:00
unixsock_plan9.go net: context plumbing, add Dialer.DialContext 2016-04-15 22:48:12 +00:00
unixsock_posix.go net: fix Dial(":80") on Windows 2016-11-02 19:15:11 +00:00
unixsock_test.go net: add (*UnixListener).SetUnlinkOnClose 2016-10-28 18:29:35 +00:00
unixsock.go net: only remove Unix domain socket file on the first call to Close 2016-10-28 18:29:19 +00:00
writev_test.go net: implement Buffers on windows 2016-11-02 06:30:48 +00:00
writev_unix.go net: break up >1GB reads and writes on stream connections 2016-10-29 18:23:59 +00:00