..
http
net/http: remove Content-Length header in http.Error
2024-02-29 19:48:56 +00:00
internal
net: move cgo-using darwin test to separate package
2024-01-23 18:09:52 +00:00
mail
net/mail: remove obsolete comment
2024-01-26 17:53:25 +00:00
netip
net/netip: introduce parsePrefixError for better error handling
2024-02-26 20:48:08 +00:00
rpc
net: add available godoc link
2024-01-10 03:29:50 +00:00
smtp
net: add available godoc link
2024-01-10 03:29:50 +00:00
testdata
net: add support for /etc/hosts aliases using go resolver
2022-11-10 18:29:14 +00:00
textproto
net/textproto: reject HTTP requests with empty header keys
2024-01-30 23:37:12 +00:00
url
net: add available godoc link
2024-01-10 03:29:50 +00:00
addrselect.go
all: fix function names in comments
2022-11-04 22:36:12 +00:00
addrselect_test.go
…
cgo_aix.go
…
cgo_android.go
…
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
…
cgo_netbsd.go
…
cgo_openbsd.go
…
cgo_resnew.go
net: use libc (not cgo) for DNS on macOS
2022-11-01 14:05:39 +00:00
cgo_resold.go
…
cgo_socknew.go
…
cgo_sockold.go
net: use libc (not cgo) for DNS on macOS
2022-11-01 14:05:39 +00:00
cgo_solaris.go
…
cgo_stub.go
net: enable most tests on wasip1 and js
2023-09-18 17:20:52 +00:00
cgo_unix.go
net: use bytealg.IndexByte in cgoLookupAddrPTR
2024-02-26 21:40:30 +00:00
cgo_unix_cgo.go
net: set IsNotFound for unknown services in LookupPort
2023-09-28 13:41:21 +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
net: net remove completed return from cgo lookup functions
2023-05-04 16:28:59 +00:00
conf.go
net: don't force cgo resolver for .local subdomain queries
2024-02-26 20:46:36 +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: run go fmt
2024-02-28 20:35:05 +00:00
dnsclient_test.go
…
dnsclient_unix.go
net: Correct the code snippet erroneously rolled back in CL550435
2024-02-27 18:16:39 +00:00
dnsclient_unix_test.go
net: prevent unintended retries upon receiving an empty answer response from the DNS server.
2024-02-19 20:51:15 +00:00
dnsconfig.go
net: support no-reload option for unix go resolver
2022-11-01 22:44:57 +00:00
dnsconfig_unix.go
net: enable most tests on wasip1 and js
2023-09-18 17:20:52 +00:00
dnsconfig_unix_test.go
net: do not modify shared test variable in TestDNSReadConfig
2022-11-03 17:41:32 +00:00
dnsconfig_windows.go
net: filter disabled interfaces in Windows DNS client
2023-06-02 16:58:42 +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
…
error_test.go
net: enable most tests on wasip1 and js
2023-09-18 17:20:52 +00: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
…
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
os: explicitly check for invalid FD in NewFile
2023-05-24 20:19:46 +00:00
fd_wasip1.go
net: enable most tests on wasip1 and js
2023-09-18 17:20:52 +00:00
fd_windows.go
runtime/debug: SetCrashOutput sets the FD for fatal panics
2024-01-31 16:50:42 +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
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
net: ensure net.Addr values match the connection type on wasip1
2023-06-13 21:06:56 +00:00
file_windows.go
…
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: respect hosts file when resolving names for Windows
2023-09-04 07:21:38 +00:00
interface.go
net: add available godoc link
2024-01-10 03:29:50 +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
…
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
net: tolerate permission errors in interface tests
2023-07-18 23:51:35 +00:00
interface_windows.go
…
ip.go
net: add available godoc link
2024-01-10 03:29:50 +00:00
ip_test.go
net: enable most tests on wasip1 and js
2023-09-18 17:20:52 +00:00
iprawsock.go
net: add available godoc link
2024-01-10 03:29:50 +00:00
iprawsock_plan9.go
…
iprawsock_posix.go
net: enable most tests on wasip1 and js
2023-09-18 17:20:52 +00:00
iprawsock_test.go
net: enable most tests on wasip1 and js
2023-09-18 17:20:52 +00:00
ipsock.go
net: use bytealg.LastIndexByteString
2023-09-15 12:57:52 +00:00
ipsock_plan9.go
net: avoid internal hooks in TestDialTimeout
2023-08-29 20:38:53 +00:00
ipsock_plan9_test.go
…
ipsock_posix.go
net: enable most tests on wasip1 and js
2023-09-18 17:20:52 +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 available godoc link
2024-01-10 03:29:50 +00:00
lookup_plan9.go
net: set IsNotFound on windows and plan9 DNS queries
2023-10-23 09:03:09 +00:00
lookup_test.go
net: move go/cgo resolver forcing functions to one file
2024-02-19 20:29:27 +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: support context cancellation in acquireThread
2024-02-21 18:47:20 +00:00
lookup_windows_test.go
…
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
net: enable most tests on wasip1 and js
2023-09-18 17:20:52 +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
net: remove sysSocket fallback for Windows 7
2023-07-20 18:36:30 +00:00
mockserver_test.go
net: add KeepAliveConfig and implement SetKeepAliveConfig
2024-02-20 06:04:31 +00:00
mptcpsock_linux.go
net/http: fix spelling issues in comments and tests
2023-05-24 18:48:34 +00: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: don't force cgo resolver for .local subdomain queries
2024-02-26 20:46:36 +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
…
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
net: use bytealg.LastIndexByteString
2023-09-15 12:57:52 +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: enable most tests on wasip1 and js
2023-09-18 17:20:52 +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: set the theoretical unlimited remaining bytes to max int64
2023-02-28 04:49:22 +00:00
sendfile_stub.go
net: enable most tests on wasip1 and js
2023-09-18 17:20:52 +00:00
sendfile_test.go
net: skip BenchmarkSendFile on Windows
2024-02-10 02:03:41 +00:00
sendfile_unix_alt.go
net,internal/poll: mark it as handled even if sendfile(2) succeeded with 0 bytes sent
2023-10-23 18:44:26 +00:00
sendfile_windows.go
…
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: update SOCK_CLOEXEC comment
2023-06-09 04:04:07 +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
net: remove unused ipv4AddrToInterface
2023-08-25 15:06:47 +00:00
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
internal/poll, net: use (*FD).SetsockoptInet4Addr in setIPv4MulticastInterface on windows
2023-08-30 19:09:46 +00:00
splice_linux.go
net: verify if internal/poll.Splice has been called during io.Copy
2024-01-24 22:13:22 +00:00
splice_linux_test.go
net: support benchmark testing for sendfile on various platforms
2024-02-07 20:33:40 +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_unix_test.go
net: add KeepAliveConfig and implement SetKeepAliveConfig
2024-02-20 06:04:31 +00:00
tcpconn_keepalive_darwin_test.go
net: add KeepAliveConfig and implement SetKeepAliveConfig
2024-02-20 06:04:31 +00:00
tcpconn_keepalive_solaris_test.go
net: add KeepAliveConfig and implement SetKeepAliveConfig
2024-02-20 06:04:31 +00:00
tcpconn_keepalive_test.go
net: add KeepAliveConfig and implement SetKeepAliveConfig
2024-02-20 06:04:31 +00:00
tcpconn_keepalive_unix_test.go
net: harmonize the time units used for TCP keep-alive on DragonFly and other UNIX's by seconds
2024-02-21 00:55:03 +00:00
tcpconn_keepalive_windows_test.go
net: add KeepAliveConfig and implement SetKeepAliveConfig
2024-02-20 06:04:31 +00:00
tcpsock.go
net: add KeepAliveConfig and implement SetKeepAliveConfig
2024-02-20 06:04:31 +00:00
tcpsock_plan9.go
net: add KeepAliveConfig and implement SetKeepAliveConfig
2024-02-20 06:04:31 +00:00
tcpsock_posix.go
net: add KeepAliveConfig and implement SetKeepAliveConfig
2024-02-20 06:04:31 +00:00
tcpsock_test.go
net: add KeepAliveConfig and implement SetKeepAliveConfig
2024-02-20 06:04:31 +00:00
tcpsock_unix.go
net: add KeepAliveConfig and implement SetKeepAliveConfig
2024-02-20 06:04:31 +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: add KeepAliveConfig and implement SetKeepAliveConfig
2024-02-20 06:04:31 +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: add KeepAliveConfig and implement SetKeepAliveConfig
2024-02-20 06:04:31 +00:00
tcpsockopt_stub.go
net: add KeepAliveConfig and implement SetKeepAliveConfig
2024-02-20 06:04:31 +00:00
tcpsockopt_unix.go
net: harmonize the time units used for TCP keep-alive on DragonFly and other UNIX's by seconds
2024-02-21 00:55:03 +00:00
tcpsockopt_windows.go
net: add KeepAliveConfig and implement SetKeepAliveConfig
2024-02-20 06:04:31 +00:00
timeout_test.go
net: ignore Dial errors in TestAcceptTimeout
2024-01-24 18:06:55 +00:00
udpsock.go
net: remove unused error result from newRawConn
2023-07-20 16:58:25 +00:00
udpsock_plan9.go
…
udpsock_plan9_test.go
…
udpsock_posix.go
net: enable most tests on wasip1 and js
2023-09-18 17:20:52 +00:00
udpsock_test.go
net: enable most tests on wasip1 and js
2023-09-18 17:20:52 +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: enable most tests on wasip1 and js
2023-09-18 17:20:52 +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
internal/poll, internal/syscall/unix, net: move and export fcntl syscall wrapper
2023-05-18 09:15:25 +00:00
unixsock_test.go
net: enable most tests on wasip1 and js
2023-09-18 17:20:52 +00:00
unixsock_windows_test.go
net: skip TestModeSocket on older Windows versions
2024-02-14 06:40:17 +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
internal/poll, net, syscall: enable writev on aix
2022-10-07 16:48:35 +00:00