summaryrefslogtreecommitdiff
path: root/src/lib/net/dnsclient.go
AgeCommit message (Expand)AuthorFilesLines
2009-03-06document Conn interface better, in preparationRuss Cox1-5/+6
2009-03-05net: doc, doc-inspired cleanupRuss Cox1-19/+26
2009-03-03Automated g4 rollback of changelist 25024,Russ Cox1-3/+3
2009-02-15cleanups:Russ Cox1-8/+8
2009-02-13convert composite literals from { } to ( ).Russ Cox1-3/+3
2009-01-30update go code tree to new func rules.Russ Cox1-1/+1
2009-01-20delete exportRuss Cox1-2/+2
2009-01-16casify miscRuss Cox1-1/+1
2009-01-16casify DNSRuss Cox1-12/+12
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