summaryrefslogtreecommitdiff
path: root/src/lib/net/dnsclient.go
AgeCommit message (Expand)AuthorFilesLines
2009-01-15printf->Printf etc.Rob Pike1-1/+1
2009-01-06new new & makeRuss Cox1-4/+4
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox1-9/+7
2008-12-18convert *[] to [].Russ Cox1-9/+12
2008-12-18host and port name lookupRuss Cox1-0/+215