| .. |
|
http
|
net/http/httputil: close res body in test
|
2024-08-14 18:15:48 +00:00 |
|
internal
|
net: move cgo-using darwin test to separate package
|
2024-01-23 18:09:52 +00:00 |
|
mail
|
net: use slices and maps to clean up tests
|
2024-07-25 00:20:13 +00:00 |
|
netip
|
net/netip: add test that Compare and reflect.DeepEqual match
|
2024-06-24 15:28:56 +00:00 |
|
rpc
|
all: change from sort functions to slices functions where feasible
|
2024-05-23 01:00:11 +00:00 |
|
smtp
|
std: fix calls to Printf(s) with non-constant s
|
2024-05-23 18:42:28 +00:00 |
|
testdata
|
…
|
|
|
textproto
|
net: use slices and maps to clean up tests
|
2024-07-25 00:20:13 +00:00 |
|
url
|
net/url: implement encoding.BinaryAppender for URL
|
2024-08-08 19:43:18 +00:00 |
|
addrselect.go
|
net: replace sort with slices for address and DNS record sorting
|
2024-07-31 22:06:36 +00:00 |
|
addrselect_test.go
|
…
|
|
|
cgo_aix.go
|
…
|
|
|
cgo_android.go
|
…
|
|
|
cgo_bsd.go
|
…
|
|
|
cgo_darwin.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
|
os: employ sendfile(2) for file-to-file copying on SunOS when needed
|
2024-08-12 18:44:38 +00:00 |
|
cgo_stub.go
|
net: enable most tests on wasip1 and js
|
2023-09-18 17:20:52 +00:00 |
|
cgo_unix.go
|
net: add Unwrap to *DNSError
|
2024-04-14 18:23:45 +00:00 |
|
cgo_unix_cgo.go
|
net: #define _GNU_SOURCE to 1
|
2024-03-15 17:49:28 +00:00 |
|
cgo_unix_cgo_res.go
|
net: don't return errno from _C_res_nsearch
|
2024-02-07 23:50:56 +00:00 |
|
cgo_unix_cgo_resn.go
|
net: don't return errno from _C_res_nsearch
|
2024-02-07 23:50:56 +00:00 |
|
cgo_unix_syscall.go
|
net: don't return errno from _C_res_nsearch
|
2024-02-07 23:50:56 +00:00 |
|
cgo_unix_test.go
|
…
|
|
|
conf.go
|
net: use stringslite package for string operations
|
2024-05-18 03:13:26 +00:00 |
|
conf_test.go
|
net: don't force cgo resolver for .local subdomain queries
|
2024-02-26 20:46:36 +00:00 |
|
conn_test.go
|
net: enable most tests on wasip1 and js
|
2023-09-18 17:20:52 +00:00 |
|
dial.go
|
net: add KeepAliveConfig and implement SetKeepAliveConfig
|
2024-02-20 06:04:31 +00:00 |
|
dial_test.go
|
net: add KeepAliveConfig and implement SetKeepAliveConfig
|
2024-02-20 06:04:31 +00:00 |
|
dial_unix_test.go
|
…
|
|
|
dnsclient.go
|
all: document legacy //go:linkname for modules with ≥500 dependents
|
2024-05-23 01:16:53 +00:00 |
|
dnsclient_test.go
|
…
|
|
|
dnsclient_unix.go
|
cmd,log,net,runtime: simplify string prefix and suffix processing
|
2024-07-29 21:29:17 +00:00 |
|
dnsclient_unix_test.go
|
net: use slices and maps to clean up tests
|
2024-07-25 00:20:13 +00:00 |
|
dnsconfig.go
|
all: document legacy //go:linkname for final round of modules
|
2024-05-29 17:58:53 +00:00 |
|
dnsconfig_unix.go
|
net: use stringslite.HasPrefix
|
2024-05-02 22:14:43 +00:00 |
|
dnsconfig_unix_test.go
|
net: use slices and maps to clean up tests
|
2024-07-25 00:20:13 +00:00 |
|
dnsconfig_windows.go
|
net: fixes to dnsReadConfig in dnsconfig_windows.go
|
2024-03-15 10:25:02 +00:00 |
|
dnsname_test.go
|
net: enable most tests on wasip1 and js
|
2023-09-18 17:20:52 +00:00 |
|
error_plan9.go
|
…
|
|
|
error_plan9_test.go
|
…
|
|
|
error_posix.go
|
net: enable most tests on wasip1 and js
|
2023-09-18 17:20:52 +00:00 |
|
error_posix_test.go
|
…
|
|
|
error_test.go
|
net: enable most tests on wasip1 and js
|
2023-09-18 17:20:52 +00:00 |
|
error_unix.go
|
…
|
|
|
error_unix_test.go
|
…
|
|
|
error_windows.go
|
…
|
|
|
error_windows_test.go
|
…
|
|
|
example_test.go
|
…
|
|
|
external_test.go
|
net: enable most tests on wasip1 and js
|
2023-09-18 17:20:52 +00:00 |
|
fd_fake.go
|
src: a/an grammar fixes
|
2023-11-20 15:56:08 +00:00 |
|
fd_js.go
|
net: enable most tests on wasip1 and js
|
2023-09-18 17:20:52 +00:00 |
|
fd_plan9.go
|
…
|
|
|
fd_posix.go
|
…
|
|
|
fd_unix.go
|
…
|
|
|
fd_wasip1.go
|
net: enable most tests on wasip1 and js
|
2023-09-18 17:20:52 +00:00 |
|
fd_windows.go
|
net: consolidate the existing Windows version checks
|
2024-03-07 16:46:10 +00:00 |
|
file.go
|
…
|
|
|
file_plan9.go
|
net: add KeepAliveConfig and implement SetKeepAliveConfig
|
2024-02-20 06:04:31 +00:00 |
|
file_stub.go
|
net: enable most tests on wasip1 and js
|
2023-09-18 17:20:52 +00:00 |
|
file_test.go
|
net: enable most tests on wasip1 and js
|
2023-09-18 17:20:52 +00:00 |
|
file_unix.go
|
net: add KeepAliveConfig and implement SetKeepAliveConfig
|
2024-02-20 06:04:31 +00:00 |
|
file_unix_test.go
|
…
|
|
|
file_wasip1.go
|
…
|
|
|
file_wasip1_test.go
|
…
|
|
|
file_windows.go
|
…
|
|
|
hook.go
|
net: add KeepAliveConfig and implement SetKeepAliveConfig
|
2024-02-20 06:04:31 +00:00 |
|
hook_plan9.go
|
…
|
|
|
hook_unix.go
|
net: enable most tests on wasip1 and js
|
2023-09-18 17:20:52 +00:00 |
|
hook_windows.go
|
…
|
|
|
hosts.go
|
…
|
|
|
hosts_test.go
|
net: use slices and maps to clean up tests
|
2024-07-25 00:20:13 +00:00 |
|
interface.go
|
all: document legacy //go:linkname for modules with ≥500 dependents
|
2024-05-23 01:16:53 +00:00 |
|
interface_aix.go
|
…
|
|
|
interface_bsd.go
|
…
|
|
|
interface_bsd_test.go
|
…
|
|
|
interface_bsdvar.go
|
…
|
|
|
interface_darwin.go
|
…
|
|
|
interface_freebsd.go
|
…
|
|
|
interface_linux.go
|
…
|
|
|
interface_linux_test.go
|
…
|
|
|
interface_plan9.go
|
all: make use of stringslite.{HasPrefix, HasSuffix}
|
2024-05-06 14:00:54 +00:00 |
|
interface_solaris.go
|
…
|
|
|
interface_stub.go
|
net: enable most tests on wasip1 and js
|
2023-09-18 17:20:52 +00:00 |
|
interface_test.go
|
net: enable most tests on wasip1 and js
|
2023-09-18 17:20:52 +00:00 |
|
interface_unix_test.go
|
…
|
|
|
interface_windows.go
|
net: fixes to dnsReadConfig in dnsconfig_windows.go
|
2024-03-15 10:25:02 +00:00 |
|
ip.go
|
net: document ParseIP always returns IPv6 addresses
|
2024-07-16 18:03:01 +00:00 |
|
ip_test.go
|
net/ip: proper ipv6 address parsing
|
2024-03-07 01:17:29 +00:00 |
|
iprawsock.go
|
net: add available godoc link
|
2024-01-10 03:29:50 +00:00 |
|
iprawsock_plan9.go
|
…
|
|
|
iprawsock_posix.go
|
net: fix typo in ctrlCtxFn parameter name
|
2024-05-16 16:54:32 +00:00 |
|
iprawsock_test.go
|
net: enable most tests on wasip1 and js
|
2023-09-18 17:20:52 +00:00 |
|
ipsock.go
|
all: document legacy //go:linkname for final round of modules
|
2024-05-29 17:58:53 +00:00 |
|
ipsock_plan9.go
|
…
|
|
|
ipsock_plan9_test.go
|
…
|
|
|
ipsock_posix.go
|
all: document legacy //go:linkname for final round of modules
|
2024-05-29 17:58:53 +00:00 |
|
ipsock_test.go
|
…
|
|
|
listen_test.go
|
net: enable most tests on wasip1 and js
|
2023-09-18 17:20:52 +00:00 |
|
lookup.go
|
net: add Unwrap to *DNSError
|
2024-04-14 18:23:45 +00:00 |
|
lookup_plan9.go
|
net: handle more error strings in lookupCNAME on Plan 9
|
2024-06-04 17:08:38 +00:00 |
|
lookup_test.go
|
net: use slices and maps to clean up tests
|
2024-07-25 00:20:13 +00:00 |
|
lookup_unix.go
|
net: enable most tests on wasip1 and js
|
2023-09-18 17:20:52 +00:00 |
|
lookup_windows.go
|
net: add Unwrap to *DNSError
|
2024-04-14 18:23:45 +00:00 |
|
lookup_windows_test.go
|
net: use slices and maps to clean up tests
|
2024-07-25 00:20:13 +00:00 |
|
mac.go
|
…
|
|
|
mac_test.go
|
…
|
|
|
main_cloexec_test.go
|
…
|
|
|
main_conf_test.go
|
net: move go/cgo resolver forcing functions to one file
|
2024-02-19 20:29:27 +00:00 |
|
main_plan9_test.go
|
…
|
|
|
main_posix_test.go
|
net: enable most tests on wasip1 and js
|
2023-09-18 17:20:52 +00:00 |
|
main_test.go
|
all: change from sort functions to slices functions where feasible
|
2024-05-23 01:00:11 +00:00 |
|
main_unix_test.go
|
…
|
|
|
main_wasm_test.go
|
net: enable most tests on wasip1 and js
|
2023-09-18 17:20:52 +00:00 |
|
main_windows_test.go
|
…
|
|
|
mockserver_test.go
|
net: add KeepAliveConfig and implement SetKeepAliveConfig
|
2024-02-20 06:04:31 +00:00 |
|
mptcpsock_linux.go
|
…
|
|
|
mptcpsock_linux_test.go
|
…
|
|
|
mptcpsock_stub.go
|
…
|
|
|
net.go
|
net: add GODEBUG=netedns0=0 to disable sending EDNS0 header
|
2024-06-12 17:31:13 +00:00 |
|
net_fake.go
|
runtime: disable use of runnext on wasm
|
2024-02-27 19:24:21 +00:00 |
|
net_fake_test.go
|
net: enable most tests on wasip1 and js
|
2023-09-18 17:20:52 +00:00 |
|
net_test.go
|
net: delete TestListenCloseListen
|
2024-01-22 21:04:44 +00:00 |
|
net_windows_test.go
|
all: change from sort functions to slices functions where feasible
|
2024-05-23 01:00:11 +00:00 |
|
netcgo_off.go
|
…
|
|
|
netcgo_on.go
|
…
|
|
|
netgo_netcgo.go
|
…
|
|
|
netgo_off.go
|
…
|
|
|
netgo_on.go
|
…
|
|
|
nss.go
|
…
|
|
|
nss_test.go
|
…
|
|
|
packetconn_test.go
|
net: enable most tests on wasip1 and js
|
2023-09-18 17:20:52 +00:00 |
|
parse.go
|
all: make use of stringslite.{HasPrefix, HasSuffix}
|
2024-05-06 14:00:54 +00:00 |
|
parse_test.go
|
net: skip TestReadLine if /etc/services does not exist
|
2024-02-24 00:04:48 +00:00 |
|
pipe.go
|
net: add available godoc link
|
2024-01-10 03:29:50 +00:00 |
|
pipe_test.go
|
…
|
|
|
platform_test.go
|
net: enable most tests on wasip1 and js
|
2023-09-18 17:20:52 +00:00 |
|
port.go
|
…
|
|
|
port_test.go
|
…
|
|
|
port_unix.go
|
net: enable most tests on wasip1 and js
|
2023-09-18 17:20:52 +00:00 |
|
protoconn_test.go
|
net: enable most tests on wasip1 and js
|
2023-09-18 17:20:52 +00:00 |
|
rawconn.go
|
net: add available godoc link
|
2024-01-10 03:29:50 +00:00 |
|
rawconn_stub_test.go
|
net: enable most tests on wasip1 and js
|
2023-09-18 17:20:52 +00:00 |
|
rawconn_test.go
|
net: enable most tests on wasip1 and js
|
2023-09-18 17:20:52 +00:00 |
|
rawconn_unix_test.go
|
…
|
|
|
rawconn_windows_test.go
|
…
|
|
|
resolverdialfunc_test.go
|
net: use slices and maps to clean up tests
|
2024-07-25 00:20:13 +00:00 |
|
rlimit_js.go
|
net: enable most tests on wasip1 and js
|
2023-09-18 17:20:52 +00:00 |
|
rlimit_unix.go
|
net: enable most tests on wasip1 and js
|
2023-09-18 17:20:52 +00:00 |
|
sendfile_linux.go
|
net, os, internal/poll: test for use of sendfile
|
2024-04-26 18:12:56 +00:00 |
|
sendfile_stub.go
|
net, os, internal/poll: test for use of sendfile
|
2024-04-26 18:12:56 +00:00 |
|
sendfile_test.go
|
net, os, internal/poll: test for use of sendfile
|
2024-04-26 18:12:56 +00:00 |
|
sendfile_unix_alt.go
|
net, os, internal/poll: test for use of sendfile
|
2024-04-26 18:12:56 +00:00 |
|
sendfile_windows.go
|
net, os, internal/poll: test for use of sendfile
|
2024-04-26 18:12:56 +00:00 |
|
server_test.go
|
net: enable most tests on wasip1 and js
|
2023-09-18 17:20:52 +00:00 |
|
sock_bsd.go
|
…
|
|
|
sock_cloexec.go
|
net: separate the Solaris fast/slow path of setting SOCK_* from others
|
2024-04-14 18:17:25 +00:00 |
|
sock_cloexec_solaris.go
|
net: separate the Solaris fast/slow path of setting SOCK_* from others
|
2024-04-14 18:17:25 +00:00 |
|
sock_linux.go
|
…
|
|
|
sock_linux_test.go
|
…
|
|
|
sock_plan9.go
|
…
|
|
|
sock_posix.go
|
net: enable most tests on wasip1 and js
|
2023-09-18 17:20:52 +00:00 |
|
sock_stub.go
|
net: enable most tests on wasip1 and js
|
2023-09-18 17:20:52 +00:00 |
|
sock_windows.go
|
net: clarify maxListenerBacklog windows implementation
|
2024-01-08 18:52:56 +00:00 |
|
sockaddr_posix.go
|
net: enable most tests on wasip1 and js
|
2023-09-18 17:20:52 +00:00 |
|
sockopt_aix.go
|
…
|
|
|
sockopt_bsd.go
|
…
|
|
|
sockopt_fake.go
|
net: enable most tests on wasip1 and js
|
2023-09-18 17:20:52 +00:00 |
|
sockopt_linux.go
|
…
|
|
|
sockopt_plan9.go
|
…
|
|
|
sockopt_posix.go
|
…
|
|
|
sockopt_solaris.go
|
…
|
|
|
sockopt_windows.go
|
…
|
|
|
sockoptip_bsdvar.go
|
…
|
|
|
sockoptip_linux.go
|
…
|
|
|
sockoptip_posix.go
|
…
|
|
|
sockoptip_stub.go
|
net: enable most tests on wasip1 and js
|
2023-09-18 17:20:52 +00:00 |
|
sockoptip_windows.go
|
…
|
|
|
splice_linux.go
|
internal/poll, net, os: remove poll.Splice syscall name return value
|
2024-04-02 21:49:26 +00:00 |
|
splice_linux_test.go
|
internal/poll, net, os: remove poll.Splice syscall name return value
|
2024-04-02 21:49:26 +00:00 |
|
splice_stub.go
|
net,os: arrange zero-copy of os.File and net.TCPConn to net.UnixConn
|
2023-11-17 23:16:28 +00:00 |
|
sys_cloexec.go
|
…
|
|
|
tcpconn_keepalive_conf_darwin_test.go
|
net: support TCP_KEEPIDLE, TCP_KEEPINTVL and TCP_KEEPCNT on newer Windows
|
2024-03-07 16:02:18 +00:00 |
|
tcpconn_keepalive_conf_posix_test.go
|
net: bifurcate the TCP Keep-Alive mechanism into Solaris and illumos
|
2024-04-14 18:17:21 +00:00 |
|
tcpconn_keepalive_conf_solaris_test.go
|
net: implement TCP_KEEPIDLE, TCP_KEEPINTVL, and TCP_KEEPCNT on Solaris 11.4
|
2024-04-15 03:10:07 +00:00 |
|
tcpconn_keepalive_conf_unix_test.go
|
net: implement TCP_KEEPIDLE, TCP_KEEPINTVL, and TCP_KEEPCNT on Solaris 11.4
|
2024-04-15 03:10:07 +00:00 |
|
tcpconn_keepalive_conf_windows_test.go
|
net,internal/syscall/windows: prove that keep alive options exists
|
2024-03-21 11:49:35 +00:00 |
|
tcpconn_keepalive_illumos_test.go
|
net: bifurcate the TCP Keep-Alive mechanism into Solaris and illumos
|
2024-04-14 18:17:21 +00:00 |
|
tcpconn_keepalive_posix_test.go
|
net: support TCP_KEEPIDLE, TCP_KEEPINTVL and TCP_KEEPCNT on newer Windows
|
2024-03-07 16:02:18 +00:00 |
|
tcpconn_keepalive_solaris_test.go
|
net: implement TCP_KEEPIDLE, TCP_KEEPINTVL, and TCP_KEEPCNT on Solaris 11.4
|
2024-04-15 03:10:07 +00:00 |
|
tcpconn_keepalive_test.go
|
net: implement TCP_KEEPIDLE, TCP_KEEPINTVL, and TCP_KEEPCNT on Solaris 11.4
|
2024-04-15 03:10:07 +00:00 |
|
tcpsock.go
|
net: implement TCP_KEEPIDLE, TCP_KEEPINTVL, and TCP_KEEPCNT on Solaris 11.4
|
2024-04-15 03:10:07 +00:00 |
|
tcpsock_plan9.go
|
net: add KeepAliveConfig and implement SetKeepAliveConfig
|
2024-02-20 06:04:31 +00:00 |
|
tcpsock_posix.go
|
net: fix typo in ctrlCtxFn parameter name
|
2024-05-16 16:54:32 +00:00 |
|
tcpsock_solaris.go
|
net: implement TCP_KEEPIDLE, TCP_KEEPINTVL, and TCP_KEEPCNT on Solaris 11.4
|
2024-04-15 03:10:07 +00:00 |
|
tcpsock_test.go
|
net: add KeepAliveConfig and implement SetKeepAliveConfig
|
2024-02-20 06:04:31 +00:00 |
|
tcpsock_unix.go
|
net: implement TCP_KEEPIDLE, TCP_KEEPINTVL, and TCP_KEEPCNT on Solaris 11.4
|
2024-04-15 03:10:07 +00:00 |
|
tcpsock_unix_test.go
|
net: enable most tests on wasip1 and js
|
2023-09-18 17:20:52 +00:00 |
|
tcpsock_windows.go
|
net,internal/syscall/windows: prove that keep alive options exists
|
2024-03-21 11:49:35 +00:00 |
|
tcpsockopt_darwin.go
|
net: add KeepAliveConfig and implement SetKeepAliveConfig
|
2024-02-20 06:04:31 +00:00 |
|
tcpsockopt_openbsd.go
|
net: add KeepAliveConfig and implement SetKeepAliveConfig
|
2024-02-20 06:04:31 +00:00 |
|
tcpsockopt_plan9.go
|
net: add KeepAliveConfig and implement SetKeepAliveConfig
|
2024-02-20 06:04:31 +00:00 |
|
tcpsockopt_posix.go
|
…
|
|
|
tcpsockopt_solaris.go
|
net: implement TCP_KEEPIDLE, TCP_KEEPINTVL, and TCP_KEEPCNT on Solaris 11.4
|
2024-04-15 03:10:07 +00:00 |
|
tcpsockopt_stub.go
|
net: add KeepAliveConfig and implement SetKeepAliveConfig
|
2024-02-20 06:04:31 +00:00 |
|
tcpsockopt_unix.go
|
net: bifurcate the TCP Keep-Alive mechanism into Solaris and illumos
|
2024-04-14 18:17:21 +00:00 |
|
tcpsockopt_windows.go
|
net,internal/syscall/windows: prove that keep alive options exists
|
2024-03-21 11:49:35 +00:00 |
|
timeout_test.go
|
net: ignore Dial errors in TestAcceptTimeout
|
2024-01-24 18:06:55 +00:00 |
|
udpsock.go
|
net: add godoc links on UDP related symbols
|
2024-07-22 18:33:24 +00:00 |
|
udpsock_plan9.go
|
…
|
|
|
udpsock_plan9_test.go
|
…
|
|
|
udpsock_posix.go
|
net: fix typo in ctrlCtxFn parameter name
|
2024-05-16 16:54:32 +00:00 |
|
udpsock_test.go
|
net: unskip TestUDPZeroBytePayload on Darwin
|
2024-07-26 17:39:51 +00:00 |
|
unixsock.go
|
net: add available godoc link
|
2024-01-10 03:29:50 +00:00 |
|
unixsock_linux_test.go
|
…
|
|
|
unixsock_plan9.go
|
…
|
|
|
unixsock_posix.go
|
net: fix typo in ctrlCtxFn parameter name
|
2024-05-16 16:54:32 +00:00 |
|
unixsock_readmsg_cloexec.go
|
…
|
|
|
unixsock_readmsg_cmsg_cloexec.go
|
…
|
|
|
unixsock_readmsg_other.go
|
net: enable most tests on wasip1 and js
|
2023-09-18 17:20:52 +00:00 |
|
unixsock_readmsg_test.go
|
…
|
|
|
unixsock_test.go
|
net: enable most tests on wasip1 and js
|
2023-09-18 17:20:52 +00:00 |
|
unixsock_windows_test.go
|
internal/syscall/windows: implement SupportUnixSocket by enumerating protocols
|
2024-03-12 17:24:57 +00:00 |
|
write_unix_test.go
|
…
|
|
|
writev_test.go
|
net: enable most tests on wasip1 and js
|
2023-09-18 17:20:52 +00:00 |
|
writev_unix.go
|
…
|
|