aboutsummaryrefslogtreecommitdiff
path: root/src/lib/net/dnsclient.go
AgeCommit message (Expand)Author
2009-06-09mv src/lib to src/pkgRob Pike
2009-05-08throw away os._Error.Russ Cox
2009-04-17Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Err...Rob Pike
2009-03-06document Conn interface better, in preparationRuss Cox
2009-03-05net: doc, doc-inspired cleanupRuss Cox
2009-03-03Automated g4 rollback of changelist 25024,Russ Cox
2009-02-15cleanups:Russ Cox
2009-02-13convert composite literals from { } to ( ).Russ Cox
2009-01-30update go code tree to new func rules.Russ Cox
2009-01-20delete exportRuss Cox
2009-01-16casify miscRuss Cox
2009-01-16casify DNSRuss Cox
2009-01-15printf->Printf etc.Rob Pike
2009-01-06new new & makeRuss Cox
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox
2008-12-18convert *[] to [].Russ Cox
2008-12-18host and port name lookupRuss Cox