1
0
mirror of https://github.com/golang/go synced 2024-10-04 13:21:22 -06:00
go/src/pkg/net
Fazlul Shahriar dd0dec6290 net/dict: parse response correctly + typo
* SHOW DB responds with a
  "110 n databases present - text follows" -- parse it.
* Doing a Define() on a non-existing word gives error
  "invalid definition count: no", when we really
  want "552 no match".

R=rsc
CC=golang-dev
https://golang.org/cl/2211041
2010-09-16 13:37:35 -04:00
..
dict net/dict: parse response correctly + typo 2010-09-16 13:37:35 -04:00
textproto net/textproto: Handle multi-line responses 2010-08-26 13:32:23 -04:00
dial.go net: move Dial, Listen out of net.go. 2010-06-21 19:52:30 -07:00
dialgoogle_test.go strings: delete Runes, Bytes 2010-02-25 16:01:29 -08:00
dnsclient.go net: add LookupMX 2010-08-26 13:32:45 -04:00
dnsconfig.go net: introduce net.Error interface 2010-04-26 22:15:25 -07:00
dnsmsg.go net: add support for DNS SRV requests. 2010-06-30 10:54:24 +10: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_nacl.go 1) Change default gofmt default settings for 2009-12-15 15:35:38 -08:00
fd_windows.go fix windows build 2010-08-06 09:42:55 +10:00
fd.go once: replace all uses of package once with sync.Once. 2010-08-06 06:14:41 +10:00
hosts_test.go net: parse aliases in /etc/hosts correctly 2010-01-25 14:57:04 -08:00
hosts_testdata net: parse aliases in /etc/hosts correctly 2010-01-25 14:57:04 -08:00
hosts.go simplify various code using new map index rule 2010-03-30 10:51:11 -07:00
ip_test.go net: make IPv6 String method standards compliant 2010-08-12 00:03:01 -07:00
ip.go 5g: register allocation bugs 2010-09-12 00:06:45 -04:00
ipraw_test.go net: Fix ICMP test. 2010-06-21 16:40:44 -07:00
iprawsock.go once: replace all uses of package once with sync.Once. 2010-08-06 06:14:41 +10:00
ipsock.go net/ipsock.go: fix error checking bug 2010-08-22 22:12:56 +10:00
Makefile build: no required environment variables 2010-08-18 10:08:49 -04:00
net_test.go 1) Change default gofmt default settings for 2009-12-15 15:35:38 -08:00
net.go net: add nil checks to several String methods to avoid panics 2010-07-27 17:22:22 +10: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: implement raw sockets 2010-05-21 17:30:40 -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: disable tests for functions not available on windows 2010-09-12 12:02:29 +10:00
port.go once: replace all uses of package once with sync.Once. 2010-08-06 06:14:41 +10:00
resolv_windows.go net: fix windows build 2010-09-10 15:50:29 -04:00
server_test.go net: disable tests for functions not available on windows 2010-09-12 12:02:29 +10:00
sock.go net: TCPConn.SetNoDelay, back by popular demand 2010-07-26 16:19:39 -07:00
tcpsock.go net: add nil checks to several String methods to avoid panics 2010-07-27 17:22:22 +10:00
timeout_test.go net: disable tests for functions not available on windows 2010-09-12 12:02:29 +10:00
udpsock.go net: add nil checks to several String methods to avoid panics 2010-07-27 17:22:22 +10:00
unixsock.go Fix a typo in net/unixsock 2010-05-05 09:55:11 -07:00