1
0
mirror of https://github.com/golang/go synced 2024-10-04 16:31:22 -06:00
go/src/pkg/net
Russ Cox e72156b316 remove unused labels
R=golang-dev, gri
CC=golang-dev
https://golang.org/cl/4274052
2011-03-15 14:05:07 -04:00
..
dict net/dict: parse response correctly + typo 2010-09-16 13:37:35 -04:00
textproto http: introduce Header type, implement with net/textproto 2011-02-23 00:39:25 -05:00
dial.go net: reject invalid net:proto network names 2011-02-16 15:03:47 -05:00
dialgoogle_test.go net: fix build 2011-01-26 12:38:06 -05:00
dnsclient.go net: return cname in LookupHost 2011-01-24 14:12:43 -05:00
dnsconfig.go net: introduce net.Error interface 2010-04-26 22:15:25 -07:00
dnsmsg.go use copy 2010-10-26 21:52:54 -07:00
dnsname_test.go net: Fix race condition in test. 2011-01-21 13:57:52 -08:00
fd_darwin.go changes &x -> x[0:] for array to slice conversion 2010-05-27 14:51:47 -07:00
fd_freebsd.go net: fix freebsd build 2010-09-10 14:40:56 -04:00
fd_linux.go changes &x -> x[0:] for array to slice conversion 2010-05-27 14:51:47 -07:00
fd_windows.go net: *netFD.Read to return os.EOF on eof (fixes windows build) 2011-02-24 10:17:45 +11:00
fd.go net: don't loop to drain wakeup pipe. 2011-03-11 18:01:28 -08:00
hosts_test.go gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
hosts_testdata net: parse aliases in /etc/hosts correctly 2010-01-25 14:57:04 -08:00
hosts.go net: add LookupAddr 2011-01-19 15:11:03 -05:00
ip_test.go gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
ip.go remove unused labels 2011-03-15 14:05:07 -04:00
ipraw_test.go net: Fix ICMP test. 2010-06-21 16:40:44 -07:00
iprawsock.go net: more accurate IPv4-in-IPv6 API test 2011-02-16 15:05:48 -05:00
ipsock.go net: more accurate IPv4-in-IPv6 API test 2011-02-16 15:05:48 -05:00
Makefile remove nacl 2010-12-15 11:49:23 -05:00
multicast_test.go net: fix multicast tests 2011-02-18 13:48:13 -05:00
net_test.go net: fix windows build (?) 2011-01-20 00:16:16 -05:00
net.go net: remove comment fragments 2011-02-17 16:32:50 -05:00
newpollserver.go Move the function Run() back into fd.go. 2010-06-29 12:04:04 -07:00
parse_test.go net: disable tests for functions not available on windows 2010-09-12 12:02:29 +10:00
parse.go net: reject invalid net:proto network names 2011-02-16 15:03:47 -05: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: avoid nil dereference if /etc/services can't be opened 2011-01-19 09:55:46 -05:00
resolv_windows.go net: get tests working to fix windows build 2011-01-20 19:18:04 +11:00
server_test.go replace non-blocking send, receive syntax with select 2011-01-31 18:36:28 -05:00
sock.go net: use closesocket api instead of CloseHandle on Windows 2011-01-12 15:55:17 +11:00
srv_test.go net: fix LookupSRV 2010-11-04 10:30:39 -04:00
tcpsock.go net: use closesocket api instead of CloseHandle on Windows 2011-01-12 15:55:17 +11:00
timeout_test.go net: fix build 2011-01-26 12:38:06 -05:00
udpsock.go net: add IPv4 multicast to UDPConn 2011-02-16 15:07:13 -05:00
unixsock.go net: add unixpacket 2011-01-19 14:21:58 -05:00