1
0
mirror of https://github.com/golang/go synced 2024-10-05 10:21:22 -06:00
go/src/pkg/net
Brad Fitzpatrick 3684ae9da0 net/http: make a test more paranoid & reliable on Windows, maybe.
Part of diagnosing issue 3050.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5707056
2012-02-29 09:53:20 -08:00
..
http net/http: make a test more paranoid & reliable on Windows, maybe. 2012-02-29 09:53:20 -08:00
mail build: remove Make.pkg, Make.tool 2012-01-30 23:43:46 -05:00
rpc net/rpc: API changes, all documentation 2012-02-29 07:34:28 +11:00
smtp net/smtp: use EHLO then HELO 2012-02-21 16:39:02 -05:00
testdata net: make parseProcNetIGMP more robust 2012-02-23 06:26:31 +09:00
textproto net/textproto: accept bad MIME headers as browsers do 2012-02-22 11:13:59 +11:00
url pkg: a slew of examples 2012-02-18 11:48:33 +11:00
cgo_bsd.go build: add build comments to core packages 2011-09-15 16:48:57 -04:00
cgo_linux.go
cgo_stub.go go/build: add BuildTags to Context, allow !tag 2012-01-23 15:16:38 -05:00
cgo_unix.go src/pkg/[n-z]*: gofix -r error -force=error 2011-11-01 22:05:34 -04:00
dial_test.go net: minor fixes to test 2012-02-29 12:34:05 +09:00
dial.go net: fix comment on Dial with unixgram 2012-02-29 07:45:38 +09:00
dialgoogle_test.go net: add a bit clarified multicast listener tests 2012-02-23 12:16:43 +09:00
dnsclient_unix.go net: change SetTimeout to SetDeadline 2012-01-18 16:24:06 -08:00
dnsclient.go renaming_3: gofix -r go1pkgrename src/pkg/[m-z]* 2011-11-08 15:41:54 -08:00
dnsconfig.go net: move DNSConfigError to a portable file 2012-01-31 13:01:34 -08:00
dnsmsg_test.go net: rearrange source files so we could run more tests on windows 2011-06-13 10:22:31 +10:00
dnsmsg.go net: update comments to remove redundant "net" prefix 2012-01-29 19:11:05 +09:00
dnsname_test.go net: rearrange source files so we could run more tests on windows 2011-06-13 10:22:31 +10:00
doc.go pkg: add missing godoc comments to windows versions 2012-01-17 16:51:54 +11:00
example_test.go pkg: a slew of examples 2012-02-18 11:48:33 +11:00
fd_darwin.go net: replace error variable name e, errno with err 2012-02-01 00:36:45 +09:00
fd_freebsd.go net: replace error variable name e, errno with err 2012-02-01 00:36:45 +09:00
fd_linux.go net: replace error variable name e, errno with err 2012-02-01 00:36:45 +09:00
fd_netbsd.go net: replace error variable name e, errno with err 2012-02-01 00:36:45 +09:00
fd_openbsd.go net: replace error variable name e, errno with err 2012-02-01 00:36:45 +09:00
fd_windows.go os: delete os.EINVAL and so on 2012-02-17 10:04:29 +11:00
fd.go net: delete debugging print 2012-02-22 15:35:41 -05:00
file_plan9.go net, os, syscall: delete os.EPLAN9 2012-02-17 10:59:30 +09:00
file_test.go src: make use of runtime.GOOS, GOARCH instead of syscall.OS, ARCH 2012-01-14 06:40:55 +09:00
file_windows.go src/pkg/[n-z]*: gofix -r error -force=error 2011-11-01 22:05:34 -04:00
file.go os: delete os.EINVAL and so on 2012-02-17 10:04:29 +11:00
hosts_test.go net: move hosts testdata to testdata folder 2012-02-21 07:11:44 +09:00
hosts.go use new time API 2011-11-30 12:01:46 -05:00
interface_bsd.go net: tweak variable declarations 2012-02-03 07:40:03 +09:00
interface_darwin.go net: replace error variable name e, errno with err 2012-02-01 00:36:45 +09:00
interface_freebsd.go net: replace error variable name e, errno with err 2012-02-01 00:36:45 +09:00
interface_linux_test.go net: make parseProcNetIGMP more robust 2012-02-23 06:26:31 +09:00
interface_linux.go net: make parseProcNetIGMP more robust 2012-02-23 06:26:31 +09:00
interface_netbsd.go os: OS-dependent bits to support NetBSD. 2011-12-15 12:19:19 -05:00
interface_openbsd.go src/pkg/[n-z]*: gofix -r error -force=error 2011-11-01 22:05:34 -04:00
interface_stub.go src/pkg/[n-z]*: gofix -r error -force=error 2011-11-01 22:05:34 -04:00
interface_test.go net: make parseProcNetIGMP more robust 2012-02-23 06:26:31 +09:00
interface_windows.go net: replace error variable name e, errno with err 2012-02-01 00:36:45 +09:00
interface.go net: add IP-level socket option helpers for Unix variants 2012-01-11 09:53:32 +09:00
ip_test.go all: sort imports 2011-11-02 15:54:16 -04:00
ip.go net, syscall: interface address and mask 2011-12-21 21:39:00 +09:00
ipraw_test.go net: make raw IP tests robust 2012-02-23 06:27:05 +09:00
iprawsock_plan9.go net, os, syscall: delete os.EPLAN9 2012-02-17 10:59:30 +09:00
iprawsock_posix.go os: delete os.EINVAL and so on 2012-02-17 10:04:29 +11:00
iprawsock.go src/pkg/[n-z]*: gofix -r error -force=error 2011-11-01 22:05:34 -04:00
ipsock_plan9.go net, os, syscall: delete os.EPLAN9 2012-02-17 10:59:30 +09:00
ipsock_posix.go net: replace error variable name oserr with err 2012-02-22 19:08:19 +09:00
ipsock.go net: replace error variable name e, errno with err 2012-02-01 00:36:45 +09:00
lookup_plan9.go net, os, syscall: delete os.EPLAN9 2012-02-17 10:59:30 +09:00
lookup_test.go net: reorganize test files 2012-02-24 11:58:30 +09:00
lookup_unix.go pkg: add missing godoc comments to windows versions 2012-01-17 16:51:54 +11:00
lookup_windows.go net: replace error variable name e, errno with err 2012-02-01 00:36:45 +09:00
multicast_test.go net: add a bit clarified multicast listener tests 2012-02-23 12:16:43 +09:00
net_test.go net: reorganize test files 2012-02-24 11:58:30 +09:00
net.go net: more docs on deadlines 2012-02-21 11:11:18 +11:00
newpollserver.go os: delete Exec, NewFile takes uintptr, rename ShellExpand, doc fixes 2012-02-10 14:16:15 +11:00
parse_test.go all: sort imports 2011-11-02 15:54:16 -04:00
parse.go net: make parseProcNetIGMP more robust 2012-02-23 06:26:31 +09:00
pipe_test.go src/pkg/[n-z]*: gofix -r error -force=error 2011-11-01 22:05:34 -04:00
pipe.go net: change SetTimeout to SetDeadline 2012-01-18 16:24:06 -08:00
port_test.go
port.go crypto/mime/net/time: add netbsd to +build tags 2011-12-21 21:44:47 +11:00
sendfile_linux.go net: avoid Shutdown during Close 2012-02-14 00:40:37 -05:00
sendfile_stub.go crypto/mime/net/time: add netbsd to +build tags 2011-12-21 21:44:47 +11:00
sendfile_windows.go net: fix windows build 2012-02-14 14:57:57 +09:00
server_test.go net: add a bit clarified multicast listener tests 2012-02-23 12:16:43 +09:00
sock_bsd.go net: enable SO_REUSEADDR, SO_REUSEPORT options on stream, multicast listeners only 2012-02-11 11:50:51 +09:00
sock_linux.go net: enable SO_REUSEADDR, SO_REUSEPORT options on stream, multicast listeners only 2012-02-11 11:50:51 +09:00
sock_windows.go net: enable SO_REUSEADDR, SO_REUSEPORT options on stream, multicast listeners only 2012-02-11 11:50:51 +09:00
sock.go net: make LocalAddr on multicast return group address 2012-02-19 10:50:03 +09:00
sockopt_bsd.go net: disable wild use of SO_REUSEPORT on BSD variants 2012-02-13 12:45:59 +09:00
sockopt_linux.go net: enable SO_REUSEADDR, SO_REUSEPORT options on stream, multicast listeners only 2012-02-11 11:50:51 +09:00
sockopt_windows.go net: fix windows build 2012-02-12 15:59:21 +09:00
sockopt.go net: avoid Shutdown during Close 2012-02-14 00:40:37 -05:00
sockoptip_bsd.go net: avoid Shutdown during Close 2012-02-14 00:40:37 -05:00
sockoptip_darwin.go net: avoid Shutdown during Close 2012-02-14 00:40:37 -05:00
sockoptip_freebsd.go net: avoid Shutdown during Close 2012-02-14 00:40:37 -05:00
sockoptip_linux.go net: avoid Shutdown during Close 2012-02-14 00:40:37 -05:00
sockoptip_netbsd.go net: no panic on placeholders for netbsd 2012-02-28 10:58:01 +09:00
sockoptip_openbsd.go net: avoid Shutdown during Close 2012-02-14 00:40:37 -05:00
sockoptip_windows.go net: avoid Shutdown during Close 2012-02-14 00:40:37 -05:00
sockoptip.go net: avoid Shutdown during Close 2012-02-14 00:40:37 -05:00
tcpsock_plan9.go net, os, syscall: delete os.EPLAN9 2012-02-17 10:59:30 +09:00
tcpsock_posix.go net: extend the workaround to DialTCP to try to get arm building again. 2012-02-21 16:48:05 +11:00
tcpsock.go src/pkg/[n-z]*: gofix -r error -force=error 2011-11-01 22:05:34 -04:00
timeout_test.go net: actually reset deadline when time is zero 2012-01-24 14:06:12 -08:00
udp_test.go net: minor fixes to test 2012-02-29 12:34:05 +09:00
udpsock_plan9.go net, os, syscall: delete os.EPLAN9 2012-02-17 10:59:30 +09:00
udpsock_posix.go net: make LocalAddr on multicast return group address 2012-02-19 10:50:03 +09:00
udpsock.go src/pkg/[n-z]*: gofix -r error -force=error 2011-11-01 22:05:34 -04:00
unicast_test.go net: fix linux build 2012-01-19 18:56:17 -08:00
unixsock_plan9.go net, os, syscall: delete os.EPLAN9 2012-02-17 10:59:30 +09:00
unixsock_posix.go net: replace error variable name oserr with err 2012-02-22 19:08:19 +09:00
unixsock.go src/pkg/[n-z]*: gofix -r error -force=error 2011-11-01 22:05:34 -04:00