go/src/pkg/net
Fazlul Shahriar 0f7bc92bdb net: Plan 9 support
All tests enabled by default passes except those in timeout_test.go.

For TestLookupPort, add an entry for "bootps" in /lib/ndb/common
(Plan 9 calls it "bootp"). I've sent out a patch to fix this.

R=paulzhol, rsc, mikioh.mikioh
CC=ality, golang-dev
https://golang.org/cl/4779041
2011-08-17 13:28:29 -04:00
..
dict container/vector: removed some uses of container/vector in other pkgs 2011-07-27 15:23:42 -07:00
textproto container/vector: removed some uses of container/vector in other pkgs 2011-07-27 15:23:42 -07:00
Makefile net: Plan 9 support 2011-08-17 13:28:29 -04:00
cgo_bsd.go
cgo_linux.go
cgo_stub.go
cgo_unix.go
dial.go net: break up and simplify Dial a bit 2011-06-29 21:56:13 -07:00
dialgoogle_test.go net: protocol family adaptive address family selection 2011-05-16 17:03:06 -04:00
dnsclient.go net: implement windows LookupMX and LookupAddr 2011-08-05 10:27:51 +10:00
dnsclient_unix.go go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
dnsconfig.go net: remove unused functions 2011-05-13 07:00:06 -07:00
dnsmsg.go go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
dnsmsg_test.go net: rearrange source files so we could run more tests on windows 2011-06-13 10:22:31 +10:00
dnsname_test.go net: rearrange source files so we could run more tests on windows 2011-06-13 10:22:31 +10:00
fd.go net: Added function SetTimeout() to interface Listener. 2011-08-16 18:36:51 -04:00
fd_darwin.go os.Error API: don't export os.ErrorString, use os.NewError consistently 2011-06-22 10:52:47 -07:00
fd_freebsd.go
fd_linux.go net: If we stop polling, remove any pending events for the socket 2011-05-25 12:21:10 -07:00
fd_openbsd.go net: add support for openbsd 2011-08-08 09:56:42 -04:00
fd_windows.go net: fix memory corruption in windows *netFD.ReadFrom 2011-07-26 11:55:52 +10:00
file.go
file_plan9.go net: Plan 9 support 2011-08-17 13:28:29 -04:00
file_test.go net: Plan 9 support 2011-08-17 13:28:29 -04:00
file_windows.go
hosts.go
hosts_test.go sort: rename helpers: s/Sort// in sort.Sort[Float64s|Ints|Strings] 2011-07-08 10:52:50 +10:00
hosts_testdata
interface.go net: joined group addresses for a specific interface for darwin, freebsd, linux 2011-08-04 00:22:52 -04:00
interface_bsd.go net, syscall: move multicast address handling 2011-08-16 17:26:51 -04:00
interface_darwin.go net, syscall: move multicast address handling 2011-08-16 17:26:51 -04:00
interface_freebsd.go net, syscall: move multicast address handling 2011-08-16 17:26:51 -04:00
interface_linux.go net: fix /proc/net/igmp,igmp6 reading bug on linux 2011-08-05 09:20:13 +10:00
interface_openbsd.go net: add multicast stubs for openbsd 2011-08-16 17:28:16 -04:00
interface_stub.go net: joined group addresses for a specific interface for darwin, freebsd, linux 2011-08-04 00:22:52 -04:00
interface_test.go net: joined group addresses for a specific interface for darwin, freebsd, linux 2011-08-04 00:22:52 -04:00
interface_windows.go net: joined group addresses for a specific interface for darwin, freebsd, linux 2011-08-04 00:22:52 -04:00
ip.go pkg: spelling tweaks, I-Z 2011-05-30 18:02:59 +10:00
ip_test.go net, http: add and make use of IP address scope identification API 2011-05-16 23:21:13 -04:00
ipraw_test.go go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
iprawsock.go net: Plan 9 support 2011-08-17 13:28:29 -04:00
iprawsock_plan9.go net: Plan 9 support 2011-08-17 13:28:29 -04:00
iprawsock_posix.go net: Plan 9 support 2011-08-17 13:28:29 -04:00
ipsock.go net: Plan 9 support 2011-08-17 13:28:29 -04:00
ipsock_plan9.go net: Plan 9 support 2011-08-17 13:28:29 -04:00
ipsock_posix.go net: Plan 9 support 2011-08-17 13:28:29 -04:00
lookup_plan9.go net: Plan 9 support 2011-08-17 13:28:29 -04:00
lookup_test.go net: implement windows LookupMX and LookupAddr 2011-08-05 10:27:51 +10:00
lookup_unix.go net: implement windows LookupMX and LookupAddr 2011-08-05 10:27:51 +10:00
lookup_windows.go net: implement windows LookupMX and LookupAddr 2011-08-05 10:27:51 +10:00
multicast_test.go
net.go os.Error API: don't export os.ErrorString, use os.NewError consistently 2011-06-22 10:52:47 -07:00
net_test.go net: rearrange source files so we could run more tests on windows 2011-06-13 10:22:31 +10:00
newpollserver.go respect goto restrictions 2011-06-17 06:07:13 -04:00
parse.go
parse_test.go net: Plan 9 support 2011-08-17 13:28:29 -04:00
pipe.go
pipe_test.go
port.go
port_test.go
sendfile_linux.go io, net, http: sendfile support 2011-05-25 10:15:26 -07:00
sendfile_stub.go io, net, http: sendfile support 2011-05-25 10:15:26 -07:00
sendfile_windows.go windows: define and use syscall.Handle 2011-07-01 10:18:07 -04:00
server_test.go net: Plan 9 support 2011-08-17 13:28:29 -04:00
sock.go windows: define and use syscall.Handle 2011-07-01 10:18:07 -04:00
sock_bsd.go net: enable SO_REUSEPORT on BSD variants 2011-05-02 10:50:12 -04:00
sock_linux.go net: enable SO_REUSEPORT on BSD variants 2011-05-02 10:50:12 -04:00
sock_windows.go windows: define and use syscall.Handle 2011-07-01 10:18:07 -04:00
tcpsock.go net: Plan 9 support 2011-08-17 13:28:29 -04:00
tcpsock_plan9.go net: Plan 9 support 2011-08-17 13:28:29 -04:00
tcpsock_posix.go net: Plan 9 support 2011-08-17 13:28:29 -04:00
timeout_test.go
udpsock.go net: Plan 9 support 2011-08-17 13:28:29 -04:00
udpsock_plan9.go net: Plan 9 support 2011-08-17 13:28:29 -04:00
udpsock_posix.go net: Plan 9 support 2011-08-17 13:28:29 -04:00
unixsock.go net: Plan 9 support 2011-08-17 13:28:29 -04:00
unixsock_plan9.go net: Plan 9 support 2011-08-17 13:28:29 -04:00
unixsock_posix.go net: Plan 9 support 2011-08-17 13:28:29 -04:00