summaryrefslogtreecommitdiff
path: root/src/net/dnsmsg.go
Commit message (Expand)AuthorAgeFilesLines
* all: spell "marshal" and "unmarshal" consistentlyDmitri Shuralyov2016-11-121-1/+1
* net: remove unneeded tags from dnsRR structsMatthew Dempsky2016-04-281-11/+11
* net: remove internal support for obsolete DNS record typesMatthew Dempsky2016-04-281-72/+0
* net: keep waiting for valid DNS response until timeoutMatthew Dempsky2016-04-221-0/+20
* all: single space after period.Brad Fitzpatrick2016-03-021-6/+6
* all: fix typosShawn Smith2016-02-231-1/+1
* net: fix packDomainName encoding of root and invalid namesIan Gudger2016-02-191-3/+33
* net: check 'ok' return in dnsmsg when initially packing rr.Header()Tarmigan Casebolt2015-09-201-0/+3
* net: allow a dns TXT record to contain more than one <character-string>tnt2015-04-291-1/+17
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+887