1
0
mirror of https://github.com/golang/go synced 2024-10-04 16:21:22 -06:00
go/src/pkg/net
2013-09-06 15:29:09 -07:00
..
http net/http: remove dreg of obsoleted network poller 2013-09-04 10:04:12 +09:00
mail net/mail: comment our divergence from RFC 5322. 2013-08-09 10:17:57 +10:00
rpc all: protect alloc count tests by -testing.short 2013-08-21 14:00:45 +10:00
smtp net/smtp: clarify that SendMail's auth param is optional 2013-08-27 16:12:11 -07:00
testdata
textproto net/textproto: use ReadDotBytes instead of non-existent ReadDotAll. 2013-08-18 08:11:34 +10:00
url net/http: Various fixes to Basic authentication 2013-08-07 11:58:59 -07:00
cgo_bsd.go net: dragonfly support 2013-08-24 02:18:22 +10:00
cgo_linux.go net: introduce netgo build tag to build a pure Go net package. 2013-06-11 02:55:16 +08:00
cgo_netbsd.go net: introduce netgo build tag to build a pure Go net package. 2013-06-11 02:55:16 +08:00
cgo_openbsd.go net: introduce netgo build tag to build a pure Go net package. 2013-06-11 02:55:16 +08:00
cgo_stub.go net: introduce netgo build tag to build a pure Go net package. 2013-06-11 02:55:16 +08:00
cgo_unix.go net: dragonfly support 2013-08-24 02:18:22 +10:00
conn_test.go
dial_gen_test.go net: fix dial race on plan9 and windows 2013-05-08 16:19:02 +10:00
dial_gen.go net: add netaddr interface 2013-08-30 09:09:45 +09:00
dial_test.go net: allow TestDialFailPDLeak run in long-mode test 2013-08-24 22:05:14 +09:00
dial.go net: add netaddr interface 2013-08-30 09:09:45 +09:00
dialgoogle_test.go net: make resolveInternetAddr return a list of addresses 2013-08-31 10:28:49 +09:00
dnsclient_unix_test.go net: dragonfly support 2013-08-24 02:18:22 +10:00
dnsclient_unix.go net: dragonfly support 2013-08-24 02:18:22 +10:00
dnsclient.go net: avoid string operation and make valid domain names explicit 2013-08-08 16:33:57 -07:00
dnsconfig_unix.go net: dragonfly support 2013-08-24 02:18:22 +10:00
dnsmsg_test.go
dnsmsg.go
dnsname_test.go net: avoid string operation and make valid domain names explicit 2013-08-08 16:33:57 -07:00
empty.c
example_test.go
fd_mutex_test.go net: add special netFD mutex 2013-08-09 21:43:00 +04:00
fd_mutex.go net: fix bug in fdMutex 2013-08-16 16:02:55 +04:00
fd_plan9.go net: have separate read and write processing threads on windows 2013-08-27 14:53:57 +10:00
fd_poll_runtime.go net: dragonfly support 2013-08-24 02:18:22 +10:00
fd_posix_test.go net: dragonfly support 2013-08-24 02:18:22 +10:00
fd_unix_test.go net: dragonfly support 2013-08-24 02:18:22 +10:00
fd_unix.go net: add netaddr interface 2013-08-30 09:09:45 +09:00
fd_windows.go net: add netaddr interface 2013-08-30 09:09:45 +09:00
file_plan9.go
file_test.go
file_unix.go net: dragonfly support 2013-08-24 02:18:22 +10:00
file_windows.go
hosts_test.go
hosts.go
interface_bsd_test.go net: dragonfly support 2013-08-24 02:18:22 +10:00
interface_bsd.go net: dragonfly support 2013-08-24 02:18:22 +10:00
interface_darwin.go
interface_dragonfly.go net: dragonfly support 2013-08-24 02:18:22 +10:00
interface_freebsd.go
interface_linux_test.go net: give more detail when test panics 2013-07-26 00:21:37 +09:00
interface_linux.go
interface_netbsd.go
interface_openbsd.go
interface_stub.go
interface_test.go syscall: update routing socket parser for NetBSD 6 and beyond 2013-08-25 08:44:31 +09:00
interface_unix_test.go net: dragonfly support 2013-08-24 02:18:22 +10:00
interface_windows.go
interface.go
ip_test.go net: don't error when marshalling nil IP addresses 2013-09-06 15:29:09 -07:00
ip.go net: don't error when marshalling nil IP addresses 2013-09-06 15:29:09 -07:00
ipraw_test.go net: make resolveInternetAddr return a list of addresses 2013-08-31 10:28:49 +09:00
iprawsock_plan9.go net: update documentation for IPConn and related stuff 2013-03-31 16:46:59 +09:00
iprawsock_posix.go net: add netaddr interface 2013-08-30 09:09:45 +09:00
iprawsock.go net: add netaddr interface 2013-08-30 09:09:45 +09:00
ipsock_plan9.go net: make IP address selection work correctly on IPv6-only kernel 2013-08-03 12:17:01 +09:00
ipsock_posix.go net: make protocol-specific Dial and Listen return consistent error value 2013-08-28 19:51:02 +09:00
ipsock_test.go net: fix TestFirstFavoriteAddr failure on single IP stack kernel 2013-09-02 16:44:51 +09:00
ipsock.go net: make resolveInternetAddr return a list of addresses 2013-08-31 10:28:49 +09:00
lookup_plan9.go net: fix LookupSRV ordering on plan 9 2013-08-09 14:16:43 -07:00
lookup_test.go
lookup_unix.go net: dragonfly support 2013-08-24 02:18:22 +10:00
lookup_windows.go net: fix misspelled variable name (fixes windows build) 2013-08-22 12:34:05 +10:00
lookup.go net: keep lookup IP stuff close 2013-08-31 16:29:50 +09:00
mac_test.go
mac.go
multicast_test.go net: dragonfly support 2013-08-24 02:18:22 +10:00
net_test.go all: avoid leaking fds during tests 2013-06-21 11:13:14 +10:00
net.go net: make channel-based semaphore depend on receive, not send 2013-08-29 17:14:57 +10:00
packetconn_test.go net: enable PacketConn test for raw IP network on Windows 2013-08-26 18:36:58 +09:00
parse_test.go all: avoid leaking fds during tests 2013-06-21 11:13:14 +10:00
parse.go
pipe_test.go
pipe.go
port_test.go
port_unix.go net: dragonfly support 2013-08-24 02:18:22 +10:00
port.go
protoconn_test.go net: fix dial to raw IP networks on Windows 2013-08-23 19:31:24 +09:00
race0.go net: annotate Read/Write for race detector 2013-08-19 23:09:24 +04:00
race.go net: annotate Read/Write for race detector 2013-08-19 23:09:24 +04:00
sendfile_dragonfly.go net: dragonfly support 2013-08-24 02:18:22 +10:00
sendfile_freebsd.go net: add special netFD mutex 2013-08-09 21:43:00 +04:00
sendfile_linux.go net: add special netFD mutex 2013-08-09 21:43:00 +04:00
sendfile_stub.go
sendfile_windows.go net: have separate read and write processing threads on windows 2013-08-27 14:53:57 +10:00
server_test.go
singleflight.go net: coalesce duplicate in-flight DNS lookups 2013-06-14 08:59:43 -07:00
sock_bsd.go net: dragonfly support 2013-08-24 02:18:22 +10:00
sock_cloexec.go
sock_linux.go
sock_plan9.go net: consolidate listenerBacklog declaration 2013-07-24 08:43:08 +09:00
sock_posix.go net: add netaddr interface 2013-08-30 09:09:45 +09:00
sock_windows.go net: add dial, listenStream and listenDatagram methods to netFD 2013-08-07 06:15:50 +09:00
sockopt_bsd.go net: dragonfly support 2013-08-24 02:18:22 +10:00
sockopt_linux.go net: simplify socket option helpers 2013-07-28 11:18:06 +09:00
sockopt_posix.go net: dragonfly support 2013-08-24 02:18:22 +10:00
sockopt_windows.go net: simplify socket option helpers 2013-07-28 11:18:06 +09:00
sockoptip_bsd.go net: dragonfly support 2013-08-24 02:18:22 +10:00
sockoptip_linux.go net: add special netFD mutex 2013-08-09 21:43:00 +04:00
sockoptip_posix.go net: dragonfly support 2013-08-24 02:18:22 +10:00
sockoptip_windows.go net: add special netFD mutex 2013-08-09 21:43:00 +04:00
sys_cloexec.go net: dragonfly support 2013-08-24 02:18:22 +10:00
tcp_test.go net: make resolveInternetAddr return a list of addresses 2013-08-31 10:28:49 +09:00
tcpsock_plan9.go net: Fix inaccurate docs for AcceptTCP and AcceptUnix. 2013-09-06 12:00:03 -07:00
tcpsock_posix.go net: Fix inaccurate docs for AcceptTCP and AcceptUnix. 2013-09-06 12:00:03 -07:00
tcpsock.go net: add netaddr interface 2013-08-30 09:09:45 +09:00
tcpsockopt_darwin.go net: add special netFD mutex 2013-08-09 21:43:00 +04:00
tcpsockopt_openbsd.go net: add special netFD mutex 2013-08-09 21:43:00 +04:00
tcpsockopt_posix.go net: dragonfly support 2013-08-24 02:18:22 +10:00
tcpsockopt_unix.go net: dragonfly support 2013-08-24 02:18:22 +10:00
tcpsockopt_windows.go net: add special netFD mutex 2013-08-09 21:43:00 +04:00
timeout_test.go net: have separate read and write processing threads on windows 2013-08-27 14:53:57 +10:00
udp_test.go net: make resolveInternetAddr return a list of addresses 2013-08-31 10:28:49 +09:00
udpsock_plan9.go net: make protocol-specific WriteTo, WriteMsg methods return error instead of crash 2013-08-18 19:19:36 +09:00
udpsock_posix.go net: add netaddr interface 2013-08-30 09:09:45 +09:00
udpsock.go net: add netaddr interface 2013-08-30 09:09:45 +09:00
unicast_posix_test.go net: fix garbage connection close in dual stack tests 2013-08-17 13:40:55 +09:00
unix_test.go net: fix some test bug 2013-08-05 11:59:59 +10:00
unixsock_plan9.go net: Fix inaccurate docs for AcceptTCP and AcceptUnix. 2013-09-06 12:00:03 -07:00
unixsock_posix.go net: Fix inaccurate docs for AcceptTCP and AcceptUnix. 2013-09-06 12:00:03 -07:00
unixsock.go net: add netaddr interface 2013-08-30 09:09:45 +09:00