go/src/net
2026-06-26 12:19:17 -04:00
..
http Merge a0b89329c9 into 137b8065ab 2026-06-26 12:19:17 -04:00
internal net/internal/cgotest: don't try to use cgo with netgo build tag 2024-11-05 17:10:13 +00:00
mail net/mail: parse ipv6 in addresses according to RFC 5321. 2026-06-06 05:54:32 -07:00
netip net/netip: update godoc comments 2026-05-20 13:16:51 -07:00
rpc net/rpc: correct comment for isExportedOrBuiltinType function 2026-01-02 10:00:27 -08:00
smtp net/textproto: escape arbitrary input when including them in errors 2026-05-15 09:33:18 -07:00
testdata net: add support for /etc/hosts aliases using go resolver 2022-11-10 18:29:14 +00:00
textproto net/textproto: escape arbitrary input when including them in errors 2026-05-15 09:33:18 -07:00
url net/http/httputil: reencode queries with many parameters in proxy 2026-04-27 15:25:18 -07: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 net: precompute rfc6724policyTable in addrselect 2022-09-05 07:16:00 +00:00
cgo_aix.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
cgo_android.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
cgo_bsd.go net: adjust build tags for darwin libc calls 2022-11-07 21:05:53 +00:00
cgo_darwin.go net: adjust build tags for darwin libc calls 2022-11-07 21:05:53 +00:00
cgo_linux.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
cgo_netbsd.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
cgo_openbsd.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
cgo_resnew.go net: use libc (not cgo) for DNS on macOS 2022-11-01 14:05:39 +00:00
cgo_resold.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
cgo_socknew.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
cgo_sockold.go net: use libc (not cgo) for DNS on macOS 2022-11-01 14:05:39 +00:00
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: remove redundant cgoLookupCNAME return parameter 2025-08-28 16:10:24 -07:00
cgo_unix.go net: avoid double-free of cgo pointer when handling large DNS response 2026-04-16 14:13:27 -07:00
cgo_unix_cgo.go net: detect EAI_ADDRFAMILY for cgo host lookup on FreeBSD 2024-10-07 20:52:38 +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 all: eliminate unnecessary type conversions 2025-10-21 08:13:08 -07:00
cgo_unix_test.go net: remove redundant cgoLookupCNAME return parameter 2025-08-28 16:10:24 -07:00
conf.go net: improve GODEBUG=netdns=1 debug messages 2024-09-30 12:39:31 +00:00
conf_test.go net: always set the servers field to defaultNS 2026-02-12 12:05:51 -08:00
conn_test.go all: remove unnecessary loop variable copies in tests 2025-10-17 13:10:27 -07:00
dial.go net: clarify documentation for Dialer.FallbackDelay 2026-05-01 13:34:55 -07:00
dial_test.go net: fix some ineffectual assignments reported by ineffassign 2026-01-23 12:04:03 -08:00
dial_unix_test.go all: use new "unix" build tag where appropriate 2022-03-29 16:24:51 +00:00
dnsclient.go internal/itoa, internal/runtime/strconv: delete 2025-10-29 11:00:09 -07:00
dnsclient_test.go net: remove dependency on math/rand 2020-10-12 16:30:11 +00:00
dnsclient_unix.go net: actually re-check resolv.conf when no explicit nameservers detected 2026-03-10 20:09:30 -07:00
dnsclient_unix_test.go net: actually re-check resolv.conf when no explicit nameservers detected 2026-03-10 20:09:30 -07:00
dnsconfig.go net: actually re-check resolv.conf when no explicit nameservers detected 2026-03-10 20:09:30 -07: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 net: remove unused errTimedout 2023-08-31 16:59:22 +00:00
error_posix.go net: enable most tests on wasip1 and js 2023-09-18 17:20:52 +00:00
error_posix_test.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
error_test.go all: remove unnecessary loop variable copies in tests 2025-10-17 13:10:27 -07:00
error_unix.go net: add wasip1 support 2023-04-11 20:54:12 +00:00
error_unix_test.go net: remove unused errTimedout 2023-08-31 16:59:22 +00:00
error_windows.go
error_windows_test.go net: remove unused errTimedout 2023-08-31 16:59:22 +00:00
example_test.go net: fix example function name for IP.To4 2024-12-12 13:01:47 -08:00
external_test.go net: don't test with leading 0 in ipv4 addresses 2025-05-12 12:34:25 -07:00
fd_fake.go net: use runtime.AddCleanup instead of runtime.SetFinalizer 2025-05-23 14:59:20 -07:00
fd_js.go net: enable most tests on wasip1 and js 2023-09-18 17:20:52 +00:00
fd_plan9.go net: return ErrClosed in Plan 9 if connection is closed during Read 2026-06-10 12:21:01 -07:00
fd_posix.go net: use runtime.AddCleanup instead of runtime.SetFinalizer 2025-05-23 14:59:20 -07:00
fd_unix.go net: remove always-nil newFD error return value 2026-04-09 08:35:30 -07:00
fd_wasip1.go net: enable most tests on wasip1 and js 2023-09-18 17:20:52 +00:00
fd_windows.go net: should close the netfd not listen fd 2026-04-10 10:49:38 -07:00
file.go net,os: support converting between *os.File and net.Conn on Windows 2025-05-05 04:05:18 -07:00
file_plan9.go net: remove always-nil newFD error return value 2026-04-09 08:35:30 -07:00
file_posix.go net: remove always-nil newFD error return value 2026-04-09 08:35:30 -07:00
file_stub.go net: enable most tests on wasip1 and js 2023-09-18 17:20:52 +00:00
file_test.go net: use closesocket when closing socket os.File's on Windows 2025-05-14 22:21:50 -07:00
file_unix.go net,os: support converting between *os.File and net.Conn on Windows 2025-05-05 04:05:18 -07:00
file_unix_test.go net: skip TestFileFdBlocks if the "unix" network is not supported 2023-05-22 16:48:53 +00:00
file_wasip1.go net: test net.FileConn and net.FileListener with UDP sockets on wasip1 2023-06-12 23:11:39 +00:00
file_wasip1_test.go runtime/internal: clean up completely 2025-03-11 12:26:32 -07:00
file_windows.go net: fix socket duplication error handling on Windows 2026-01-12 11:53:11 -08:00
hook.go net: add KeepAliveConfig and implement SetKeepAliveConfig 2024-02-20 06:04:31 +00:00
hook_plan9.go net: respect hosts file when resolving names for Windows 2023-09-04 07:21:38 +00:00
hook_unix.go net: enable most tests on wasip1 and js 2023-09-18 17:20:52 +00:00
hook_windows.go net: respect hosts file when resolving names for Windows 2023-09-04 07:21:38 +00:00
hosts.go net: respect hosts file when resolving names for Windows 2023-09-04 07:21:38 +00:00
hosts_test.go net: use slices and maps to clean up tests 2024-07-25 00:20:13 +00:00
interface.go net: remove unused linknames 2025-11-21 12:48:05 -08:00
interface_aix.go net: add FlagRunning to exactly reflect the states of an interface. 2022-08-27 05:42:03 +00:00
interface_bsd.go internal/routebsd: simplify for standard library 2025-02-03 12:11:07 -08:00
interface_bsd_test.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
interface_bsdvar.go internal/routebsd: simplify for standard library 2025-02-03 12:11:07 -08:00
interface_darwin.go internal/routebsd: simplify for standard library 2025-02-03 12:11:07 -08:00
interface_freebsd.go internal/routebsd: simplify for standard library 2025-02-03 12:11:07 -08:00
interface_linux.go net: avoid unnecessary interface lookup fetching all interface addresses 2024-12-11 10:02:08 -08:00
interface_linux_test.go net: update zoneCache on cache misses to cover appearing interfaces 2018-11-06 00:05:32 +00:00
interface_plan9.go internal/itoa, internal/runtime/strconv: delete 2025-10-29 11:00:09 -07:00
interface_solaris.go net: add FlagRunning to exactly reflect the states of an interface. 2022-08-27 05:42:03 +00:00
interface_stub.go net: enable most tests on wasip1 and js 2023-09-18 17:20:52 +00:00
interface_test.go net: permit Interface with no Name 2025-02-03 12:11:12 -08:00
interface_unix_test.go net: tolerate permission errors in interface tests 2023-07-18 23:51:35 +00:00
interface_windows.go internal/syscall/windows: use unsafe.Pointer instead of uintptr 2025-04-04 10:40:19 -07:00
ip.go net, net/netip: document the lack of security properties of IsPrivate 2026-03-11 15:09:09 -07:00
ip_test.go net,net/netip: implement the encoding.(Binary|Text)Appender 2024-09-23 18:10:51 +00:00
iprawsock.go net: update document on limitation of iprawsock on Windows 2025-08-29 09:56:14 -07: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 net: drop always nil (*netFD).netFD error return value 2026-04-10 10:49:43 -07:00
ipsock_plan9_test.go net: correct address when listening on IPv4zero tcp4/udp4 on Plan 9 2020-07-07 23:03:29 +00:00
ipsock_posix.go net: treat EPERM/EACCES in IPv6 probe as supported 2026-03-03 16:23:39 -08:00
ipsock_test.go net: skip TestListenIPv6WildcardAddr on platforms w/o IPv4-mapped IPv6 2026-03-06 14:59:05 -08:00
listen_test.go net: support IPv6 addresses in ListenMulticastUDP on Windows 2025-04-30 08:34:01 -07:00
lookup.go net: document LookupSRV cname return value 2026-04-08 12:25:07 -07:00
lookup_plan9.go internal/itoa, internal/runtime/strconv: delete 2025-10-29 11:00:09 -07:00
lookup_test.go all: avoid unsafe StringToUTF16Ptr on Windows 2026-05-07 11:16:33 -07:00
lookup_unix.go net: remove redundant cgoLookupCNAME return parameter 2025-08-28 16:10:24 -07:00
lookup_windows.go all: avoid unsafe StringToUTF16Ptr on Windows 2026-05-07 11:16:33 -07:00
lookup_windows_test.go net: remove unnecessary loop variable copies in tests 2025-11-21 12:40:21 -08:00
mac.go net: parse addresses without separators in ParseMac 2025-12-02 12:42:13 -08:00
mac_test.go net: parse addresses without separators in ParseMac 2025-12-02 12:42:13 -08:00
main_cloexec_test.go internal/poll, net, syscall: use accept4 on solaris 2022-05-03 14:38:32 +00:00
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 net,os: support converting between *os.File and net.Conn on Windows 2025-05-05 04:05:18 -07:00
main_posix_test.go net: enable most tests on wasip1 and js 2023-09-18 17:20:52 +00:00
main_test.go net: use strings.SplitSeq and bytes.SplitSeq 2025-02-04 17:20:47 -08:00
main_unix_test.go net,os: support converting between *os.File and net.Conn on Windows 2025-05-05 04:05:18 -07:00
main_wasm_test.go net,os: support converting between *os.File and net.Conn on Windows 2025-05-05 04:05:18 -07:00
main_windows_test.go net,os: support converting between *os.File and net.Conn on Windows 2025-05-05 04:05:18 -07:00
mockserver_test.go net,os: support converting between *os.File and net.Conn on Windows 2025-05-05 04:05:18 -07:00
mptcpsock_linux.go internal/syscall/unix: add KernelVersionGE 2025-09-15 11:46:39 -07:00
mptcpsock_linux_test.go net: mptcp: force using MPTCP with GODEBUG 2023-07-11 00:36:57 +00:00
mptcpsock_stub.go net: mptcp: add TCPConn's MultipathTCP checker 2023-04-18 13:48:22 +00:00
net.go net,os: support converting between *os.File and net.Conn on Windows 2025-05-05 04:05:18 -07:00
net_fake.go net: allow zero value destination address in WriteMsgUDPAddrPort 2025-08-27 01:05:25 -07:00
net_fake_test.go net: enable most tests on wasip1 and js 2023-09-18 17:20:52 +00:00
net_test.go all: remove unnecessary loop variable copies in tests 2025-10-17 13:10:27 -07:00
net_windows_test.go net, os, file/filepath, syscall: use slices.Equal in tests 2025-08-11 08:13:16 -07:00
netcgo_off.go net: rewrite and simplify resolver configuration 2023-04-27 22:26:09 +00:00
netcgo_on.go net: rewrite and simplify resolver configuration 2023-04-27 22:26:09 +00:00
netgo_netcgo.go net: rewrite and simplify resolver configuration 2023-04-27 22:26:09 +00:00
netgo_off.go net: rewrite and simplify resolver configuration 2023-04-27 22:26:09 +00:00
netgo_on.go net: rewrite and simplify resolver configuration 2023-04-27 22:26:09 +00:00
nss.go net: rewrite nsswitch.conf parsing to work like other parsers 2022-11-15 20:15:51 +00:00
nss_test.go net: rewrite nsswitch.conf parsing to work like other parsers 2022-11-15 20:15:51 +00:00
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 all: move internal/x to vendor/golang.org/x and revendor using 'go mod vendor' 2019-03-11 20:28:54 +00:00
platform_plan9_test.go net: run unix socket stream tests on Windows 2025-03-26 13:22:29 -07:00
platform_test.go net: run unix socket stream tests on Windows 2025-03-26 13:22:29 -07:00
platform_unix_test.go net: run unix socket stream tests on Windows 2025-03-26 13:22:29 -07:00
platform_windows_test.go net: run unix socket stream tests on Windows 2025-03-26 13:22:29 -07: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 all: use new "unix" build tag where appropriate 2022-03-29 16:24:51 +00:00
rawconn_windows_test.go net: run unix socket stream tests on Windows 2025-03-26 13:22:29 -07:00
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.go runtime/poll: fix race condition in Window's SendFile 2026-03-10 22:58:01 -07:00
sendfile_nonwindows.go net: avoid using Windows' TransmitFile on non-server machines 2025-05-20 11:06:59 -07:00
sendfile_stub.go runtime/poll: fix race condition in Window's SendFile 2026-03-10 22:58:01 -07:00
sendfile_test.go runtime/poll: fix race condition in Window's SendFile 2026-03-10 22:58:01 -07:00
sendfile_unix_test.go internal/poll: in SendFile treat ENOTSUP like EOPNOTSUPP 2024-12-11 17:52:03 -08:00
sendfile_windows.go runtime/poll: fix race condition in Window's SendFile 2026-03-10 22:58:01 -07:00
server_test.go all: remove unnecessary loop variable copies in tests 2025-10-17 13:10:27 -07:00
sock_bsd.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
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 internal/syscall/unix: add KernelVersionGE 2025-09-15 11:46:39 -07:00
sock_linux_test.go internal/syscall/unix: add KernelVersionGE 2025-09-15 11:46:39 -07:00
sock_plan9.go
sock_posix.go net: remove always-nil newFD error return value 2026-04-09 08:35:30 -07: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 net: only enable broadcast on sockets which support it 2020-05-09 00:33:27 +00:00
sockopt_bsd.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
sockopt_fake.go net: enable most tests on wasip1 and js 2023-09-18 17:20:52 +00:00
sockopt_linux.go net: only enable broadcast on sockets which support it 2020-05-09 00:33:27 +00:00
sockopt_plan9.go
sockopt_posix.go net: fix ListenMulitcastUDP to work properly when interface has no IPv4 2025-02-06 09:36:55 -08:00
sockopt_solaris.go net: only enable broadcast on sockets which support it 2020-05-09 00:33:27 +00:00
sockopt_windows.go net: only enable broadcast on sockets which support it 2020-05-09 00:33:27 +00:00
sockoptip4_bsdvar.go net: fix ListenMulitcastUDP to work properly when interface has no IPv4 2025-02-06 09:36:55 -08:00
sockoptip4_linux.go net: fix ListenMulitcastUDP to work properly when interface has no IPv4 2025-02-06 09:36:55 -08:00
sockoptip4_posix_nonlinux.go net: fix ListenMulitcastUDP to work properly when interface has no IPv4 2025-02-06 09:36:55 -08:00
sockoptip4_windows.go net: fix ListenMulitcastUDP to work properly when interface has no IPv4 2025-02-06 09:36:55 -08:00
sockoptip6_posix.go net: fix ListenMulitcastUDP to work properly when interface has no IPv4 2025-02-06 09:36:55 -08:00
sockoptip_stub.go net: enable most tests on wasip1 and js 2023-09-18 17:20:52 +00:00
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 internal/poll, net, syscall: use accept4 on solaris 2022-05-03 14:38:32 +00:00
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 all: omit unnecessary type conversions 2025-07-28 11:13:58 -07:00
tcpsock.go internal/itoa, internal/runtime/strconv: delete 2025-10-29 11:00:09 -07: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 internal/poll: remove buf field from operation 2025-09-29 12:26:28 -07: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 internal/itoa, internal/runtime/strconv: delete 2025-10-29 11:00:09 -07:00
tcpsockopt_posix.go all: use new "unix" build tag where appropriate 2022-03-29 16:24:51 +00:00
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 all: remove unnecessary loop variable copies in tests 2025-10-17 13:10:27 -07:00
udpsock.go internal/itoa, internal/runtime/strconv: delete 2025-10-29 11:00:09 -07:00
udpsock_plan9.go net: drop always nil (*netFD).netFD error return value 2026-04-10 10:49:43 -07:00
udpsock_plan9_test.go net: fix multicast and IPv6 related issues on Plan 9 2019-10-16 17:46:16 +00:00
udpsock_posix.go net: allow zero value destination address in WriteMsgUDPAddrPort 2025-08-27 01:05:25 -07:00
udpsock_test.go net: correctly handle non-nil empty cmsg buffer on windows 2026-03-09 02:24:09 -07:00
unixsock.go net: document the "@" prefix for abstract Unix socket addresses 2026-04-15 11:10:18 -07:00
unixsock_linux_test.go syscall: allow \x00-prefixed unix abstract socket to use full path length 2025-02-24 09:43:24 -08:00
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 all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
unixsock_readmsg_cmsg_cloexec.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
unixsock_readmsg_other.go net: enable most tests on wasip1 and js 2023-09-18 17:20:52 +00:00
unixsock_readmsg_test.go internal/poll, internal/syscall/unix, net: move and export fcntl syscall wrapper 2023-05-18 09:15:25 +00:00
unixsock_test.go net: avoid wrapping io.EOF in UnixConn read methods 2026-03-23 13:47:18 -07:00
unixsock_windows_test.go net: remove unnecessary loop variable copies in tests 2025-11-21 12:40:21 -08:00
write_unix_test.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
writev_test.go net: enable most tests on wasip1 and js 2023-09-18 17:20:52 +00:00
writev_unix.go internal/poll, net, syscall: enable writev on aix 2022-10-07 16:48:35 +00:00