summaryrefslogtreecommitdiff
path: root/src/lib/net/dnsmsg.go
AgeCommit message (Expand)AuthorFilesLines
2009-03-05net: doc, doc-inspired cleanupRuss Cox1-104/+104
2009-03-03Automated g4 rollback of changelist 25024,Russ Cox1-2/+2
2009-02-15cleanups:Russ Cox1-46/+46
2009-02-13convert composite literals from { } to ( ).Russ Cox1-2/+2
2009-01-30update go code tree to new func rules.Russ Cox1-1/+1
2009-01-20delete exportRuss Cox1-17/+17
2009-01-16casify DNSRuss Cox1-68/+68
2009-01-15printf->Printf etc.Rob Pike1-6/+6
2009-01-06new new & makeRuss Cox1-18/+18
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox1-17/+18
2008-12-18convert *[] to [].Russ Cox1-36/+23
2008-12-18host and port name lookupRuss Cox1-0/+8
2008-12-10DNS messagesRuss Cox1-0/+683