1
0
mirror of https://github.com/golang/go synced 2024-10-05 10:31:22 -06:00
go/src/pkg/net
Alex Brainman 94064548c6 net: use windows sysSocket everywhere
R=golang-dev, bradfitz, dave
CC=golang-dev
https://golang.org/cl/7273046
2013-02-04 16:03:41 +11:00
..
http testing: add AllocsPerRun 2013-02-02 22:52:29 -05:00
mail net/mail: make address parsing (more) public 2012-10-05 10:08:54 +10:00
rpc testing: add AllocsPerRun 2013-02-02 22:52:29 -05:00
smtp net/smtp: remove data race from TestSendMail. 2012-12-17 10:45:33 -05:00
testdata net: make parseProcNetIGMP more robust 2012-02-23 06:26:31 +09:00
textproto net/textproto: faster header canonicalization with fewer allocations 2012-11-12 15:31:42 -08:00
url net/url: normalize scheme to lower case (http not HTTP) 2013-01-31 13:45:43 -08:00
cgo_bsd.go net: fix cgoAddrInfoFlags() on FreeBSD 2012-06-06 22:03:31 +08:00
cgo_linux.go net: move cgo address info flags to per-platform files 2012-06-03 23:54:14 +10:00
cgo_netbsd.go net: fix botched cgo netbsd merge 2012-06-05 02:12:23 +10:00
cgo_openbsd.go cgo: enable cgo on openbsd 2012-12-21 01:43:19 +11:00
cgo_stub.go
cgo_unix.go cgo: enable cgo on openbsd 2012-12-21 01:43:19 +11:00
conn_test.go net: make unix connection tests more robust 2012-12-21 14:19:33 +09:00
dial_test.go all: use t.Skip{,f} 2013-01-24 17:32:10 +11:00
dial_windows_test.go all: use t.Skip{,f} 2013-01-24 17:32:10 +11:00
dial.go net: use windows ConnectEx to dial (when possible) 2013-01-11 12:42:09 +11:00
dialgoogle_test.go all: use t.Skip{,f} 2013-01-24 17:32:10 +11:00
dnsclient_unix.go net: fix lookup of AAAA-only hosts without cgo 2012-06-25 17:32:39 -04:00
dnsclient.go gofmt: apply gofmt -w src misc 2012-10-30 13:38:01 -07:00
dnsconfig_unix.go net: rename files to clarify platform dependency 2012-09-11 07:37:43 +09:00
dnsmsg_test.go net: do not use reflect for DNS messages. 2012-03-06 08:02:39 +01:00
dnsmsg.go net: fix a bad cast in dnsmsg.go 2012-11-01 12:57:44 -04:00
dnsname_test.go
example_test.go gofmt: apply gofmt -w src misc 2012-10-30 13:38:01 -07:00
fd_bsd.go net: consolidate fd_{free,net,open}bsd.go into fd_bsd.go 2012-12-28 21:01:52 +11:00
fd_darwin.go
fd_linux.go net: silence another epoll print 2012-03-05 22:07:22 -05:00
fd_plan9.go net: use windows ConnectEx to dial (when possible) 2013-01-11 12:42:09 +11:00
fd_posix_test.go net: fix data races on deadline vars 2012-12-05 15:59:01 +11:00
fd_unix_test.go net: move deadline logic into pollServer 2012-11-28 11:29:25 +11:00
fd_unix.go net, syscall: use accept4 and SOCK_CLOEXEC on Linux 2013-01-28 08:54:15 -08:00
fd_windows.go net: use windows sysSocket everywhere 2013-02-04 16:03:41 +11:00
file_plan9.go net: update docs and sync API for Plan 9 2012-11-30 11:41:50 -08:00
file_test.go all: use t.Skip{,f} 2013-01-24 17:32:10 +11:00
file_unix.go net, syscall: use accept4 and SOCK_CLOEXEC on Linux 2013-01-28 08:54:15 -08:00
file_windows.go
hosts_test.go net: move hosts testdata to testdata folder 2012-02-21 07:11:44 +09:00
hosts.go
interface_bsd.go net: don't return nil interface address on netbsd 2013-01-23 07:11:22 +09:00
interface_darwin.go
interface_freebsd.go
interface_linux_test.go net: make parseProcNetIGMP more robust 2012-02-23 06:26:31 +09:00
interface_linux.go syscall, net: use native endianness for Linux netlink messages 2012-04-04 17:41:36 -07:00
interface_netbsd.go
interface_openbsd.go
interface_stub.go all: various typos 2012-03-13 17:29:07 -07:00
interface_test.go net: don't return nil interface address on netbsd 2013-01-23 07:11:22 +09:00
interface_windows.go net: use windows sysSocket everywhere 2013-02-04 16:03:41 +11:00
interface.go net: fix typo 2012-03-09 11:50:38 +09:00
ip_test.go net: SplitHostPort: adjust error message for missing port in IPv6 addresses 2013-01-30 09:25:16 -08:00
ip.go net: fix docs for type IP: s/array/slice/. 2013-01-03 14:25:13 +11:00
ipraw_test.go all: use t.Skip{,f} 2013-01-24 17:32:10 +11:00
iprawsock_plan9.go net: update docs and sync API for Plan 9 2012-11-30 11:41:50 -08:00
iprawsock_posix.go net, cmd/fix: add IPv6 scoped addressing zone to INET, INET6 address structs 2012-11-27 00:45:42 +09:00
iprawsock.go net: allow "" as a hint wildcard to Resolve{IP,UDP,TCP}Addr 2012-12-01 14:49:54 +09:00
ipsock_plan9.go net, cmd/fix: add IPv6 scoped addressing zone to INET, INET6 address structs 2012-11-27 00:45:42 +09:00
ipsock_posix.go net, cmd/fix: add IPv6 scoped addressing zone to INET, INET6 address structs 2012-11-27 00:45:42 +09:00
ipsock.go net: SplitHostPort: adjust error message for missing port in IPv6 addresses 2013-01-30 09:25:16 -08:00
lookup_plan9.go net: add LookupNS(domain string) 2012-10-18 15:39:04 +09:00
lookup_test.go all: use t.Skip{,f} 2013-01-24 17:32:10 +11:00
lookup_unix.go net: add LookupNS(domain string) 2012-10-18 15:39:04 +09:00
lookup_windows.go net: prevent races during windows lookup calls 2013-02-04 13:05:20 +11:00
lookup.go net: close fds eagerly in DialTimeout 2012-11-08 10:35:16 -06:00
mac_test.go net: don't import bytes or fmt in mac.go 2012-03-05 11:43:28 -08:00
mac.go net: don't import bytes or fmt in mac.go 2012-03-05 11:43:28 -08:00
multicast_posix_test.go all: use t.Skip{,f} 2013-01-24 17:32:10 +11:00
net_test.go all: use t.Skip{,f} 2013-01-24 17:32:10 +11:00
net.go net: document that File reverts connection to blocking mode. 2012-12-05 23:31:35 -05:00
newpollserver_unix.go net: rename files to clarify platform dependency 2012-09-11 07:37:43 +09:00
packetconn_test.go net: make unix connection tests more robust 2012-12-21 14:19:33 +09:00
parse_test.go all: use t.Skip{,f} 2013-01-24 17:32:10 +11:00
parse.go net: make parseProcNetIGMP more robust 2012-02-23 06:26:31 +09:00
pipe_test.go
pipe.go
port_test.go net: use windows GetAddrInfoW in LookupPort when possible 2013-01-18 17:05:04 +11:00
port_unix.go net: make parsePort as a function 2012-05-29 06:12:06 +09:00
port.go net: make parsePort as a function 2012-05-29 06:12:06 +09:00
protoconn_test.go all: use t.Skip{,f} 2013-01-24 17:32:10 +11:00
sendfile_freebsd.go net: fix data races on deadline vars 2012-12-05 15:59:01 +11:00
sendfile_linux.go net: fix data races on deadline vars 2012-12-05 15:59:01 +11:00
sendfile_stub.go syscall, net: sendfile for FreeBSD 2012-06-25 20:26:19 -04:00
sendfile_windows.go net: fix connection resets when closed on windows 2012-10-31 10:24:37 +11:00
server_test.go all: use t.Skip{,f} 2013-01-24 17:32:10 +11:00
sock_bsd.go
sock_cloexec.go net, syscall: use accept4 and SOCK_CLOEXEC on Linux 2013-01-28 08:54:15 -08:00
sock_linux.go
sock_posix.go net, syscall: use accept4 and SOCK_CLOEXEC on Linux 2013-01-28 08:54:15 -08:00
sock_windows.go net: fix windows build 2013-01-28 09:37:10 -08:00
sockopt_bsd.go net: make Dial and Listen behavior consistent across over platforms 2012-03-06 00:13:10 +09:00
sockopt_linux.go net: make Dial and Listen behavior consistent across over platforms 2012-03-06 00:13:10 +09:00
sockopt_posix.go net: fix data races on deadline vars 2012-12-05 15:59:01 +11:00
sockopt_windows.go net: make Dial and Listen behavior consistent across over platforms 2012-03-06 00:13:10 +09:00
sockoptip_bsd.go net: delete unused IP-level socket option helpers 2012-09-11 08:56:28 +09:00
sockoptip_linux.go net: delete unused IP-level socket option helpers 2012-09-11 08:56:28 +09:00
sockoptip_posix.go net: delete unused IP-level socket option helpers 2012-09-11 08:56:28 +09:00
sockoptip_windows.go net: delete unused IP-level socket option helpers 2012-09-11 08:56:28 +09:00
sys_cloexec.go net, syscall: use accept4 and SOCK_CLOEXEC on Linux 2013-01-28 08:54:15 -08:00
tcp_test.go all: use t.Skip{,f} 2013-01-24 17:32:10 +11:00
tcpsock_plan9.go net: update docs and sync API for Plan 9 2012-11-30 11:41:50 -08:00
tcpsock_posix.go undo CL 5687057 / 58bc8aae4abb 2013-01-19 23:13:01 +09:00
tcpsock.go net: allow "" as a hint wildcard to Resolve{IP,UDP,TCP}Addr 2012-12-01 14:49:54 +09:00
timeout_test.go all: use t.Skip{,f} 2013-01-24 17:32:10 +11:00
udp_test.go all: use t.Skip{,f} 2013-01-24 17:32:10 +11:00
udpsock_plan9.go net: update docs and sync API for Plan 9 2012-11-30 11:41:50 -08:00
udpsock_posix.go net: simplify ListenMulticastUDP 2013-01-15 08:53:12 +09:00
udpsock.go net: allow "" as a hint wildcard to Resolve{IP,UDP,TCP}Addr 2012-12-01 14:49:54 +09:00
unicast_posix_test.go all: use t.Skip{,f} 2013-01-24 17:32:10 +11:00
unix_test.go syscall: handle empty address in ReadFrom better 2013-01-30 10:02:01 -08:00
unixsock_plan9.go net: change ListenUnixgram signature to return UnixConn instead of UDPConn 2012-12-16 11:51:47 +09:00
unixsock_posix.go syscall: handle empty address in ReadFrom better 2013-01-30 10:02:01 -08:00
unixsock.go