1
0
mirror of https://github.com/golang/go synced 2024-10-03 03:11:21 -06:00
go/src/pkg/net
Brad Fitzpatrick dcdaeebdfb docs: fix wrong it's -> its
R=golang-dev, iant
CC=golang-dev
https://golang.org/cl/4702046
2011-07-13 10:54:51 -07:00
..
dict net/dict: parse response correctly + typo 2010-09-16 13:37:35 -04:00
textproto pkg: spelling tweaks, I-Z 2011-05-30 18:02:59 +10:00
cgo_bsd.go net: fix EAI_BADFLAGS error on freebsd 2011-04-21 10:22:53 -04:00
cgo_linux.go net: fix EAI_BADFLAGS error on freebsd 2011-04-21 10:22:53 -04:00
cgo_stub.go net: use C library resolver on FreeBSD, Linux, OS X / amd64, 386 2011-04-20 15:21:59 -04:00
cgo_unix.go net: fix EAI_BADFLAGS error on freebsd 2011-04-21 10:22:53 -04:00
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_unix.go net: rearrange source files so we could run more tests on windows 2011-06-13 10:22:31 +10:00
dnsclient.go net: rearrange source files so we could run more tests on windows 2011-06-13 10:22:31 +10:00
dnsconfig.go net: remove unused functions 2011-05-13 07:00:06 -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
dnsmsg.go reflect: support for struct tag use by multiple packages 2011-06-29 09:52:34 -04: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_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 net: let OS-specific AddFD routine wake up polling thread. 2011-03-28 12:39:09 -07:00
fd_linux.go net: If we stop polling, remove any pending events for the socket 2011-05-25 12:21:10 -07:00
fd_windows.go docs: fix wrong it's -> its 2011-07-13 10:54:51 -07:00
fd.go net: move bind back to sock.go 2011-03-29 14:23:42 -04:00
file_test.go net: protocol family adaptive address family selection 2011-05-16 17:03:06 -04:00
file_windows.go net: fix Windows build 2011-03-25 16:11:19 -04:00
file.go net: implement non-blocking connect 2011-03-28 23:40:01 -04:00
hosts_test.go sort: rename helpers: s/Sort// in sort.Sort[Float64s|Ints|Strings] 2011-07-08 10:52:50 +10:00
hosts_testdata net: parse aliases in /etc/hosts correctly 2010-01-25 14:57:04 -08:00
hosts.go net: fix typo 2011-04-05 11:35:16 +10:00
interface_bsd.go net: export all fields in Interface 2011-06-14 13:32:52 -04:00
interface_linux.go net: export all fields in Interface 2011-06-14 13:32:52 -04:00
interface_stub.go net: export all fields in Interface 2011-06-14 13:32:52 -04:00
interface_test.go net: export all fields in Interface 2011-06-14 13:32:52 -04:00
interface_windows.go windows: define and use syscall.Handle 2011-07-01 10:18:07 -04:00
interface.go net: export all fields in Interface 2011-06-14 13:32:52 -04:00
ip_test.go net, http: add and make use of IP address scope identification API 2011-05-16 23:21:13 -04:00
ip.go pkg: spelling tweaks, I-Z 2011-05-30 18:02:59 +10:00
ipraw_test.go net: protocol family adaptive address family selection 2011-05-16 17:03:06 -04:00
iprawsock.go os.Error API: don't export os.ErrorString, use os.NewError consistently 2011-06-22 10:52:47 -07:00
ipsock.go windows: define and use syscall.Handle 2011-07-01 10:18:07 -04:00
lookup_unix.go net: rearrange source files so we could run more tests on windows 2011-06-13 10:22:31 +10:00
lookup_windows.go net: rearrange source files so we could run more tests on windows 2011-06-13 10:22:31 +10:00
Makefile net, syscall: interface for windows 2011-06-23 09:54:57 +10:00
multicast_test.go net: disable multicast tests by default. 2011-04-11 10:39:21 +10:00
net_test.go net: rearrange source files so we could run more tests on windows 2011-06-13 10:22:31 +10:00
net.go os.Error API: don't export os.ErrorString, use os.NewError consistently 2011-06-22 10:52:47 -07:00
newpollserver.go respect goto restrictions 2011-06-17 06:07:13 -04:00
parse_test.go os: New Open API. 2011-04-04 23:42:14 -07:00
parse.go os: New Open API. 2011-04-04 23:42:14 -07:00
pipe_test.go net: add Pipe 2010-04-26 10:36:05 -07:00
pipe.go net: add Pipe 2010-04-26 10:36:05 -07:00
port_test.go net: fix test for Solaris: gopher and http are not in /etc/services. 2011-03-07 15:31:41 -08:00
port.go net: drop laddr from Dial, cname from LookupHost; new functions 2011-03-28 23:28:42 -04:00
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: stop Mac popups 2011-05-31 16:15:23 -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
sock.go windows: define and use syscall.Handle 2011-07-01 10:18:07 -04:00
srv_test.go net: use C library resolver on FreeBSD, Linux, OS X / amd64, 386 2011-04-20 15:21:59 -04:00
tcpsock.go io, net, http: sendfile support 2011-05-25 10:15:26 -07:00
timeout_test.go net: drop laddr from Dial, cname from LookupHost; new functions 2011-03-28 23:28:42 -04:00
udpsock.go os.Error API: don't export os.ErrorString, use os.NewError consistently 2011-06-22 10:52:47 -07:00
unixsock.go net: add unixpacket 2011-01-19 14:21:58 -05:00