aboutsummaryrefslogtreecommitdiff
path: root/src/net/dnsclient.go
AgeCommit message (Expand)Author
2021-03-14all: add internal/itoa packageJosh Bleecher Snyder
2020-10-12net: remove dependency on math/randRuss Cox
2019-03-11all: move internal/x to vendor/golang.org/x and revendor using 'go mod vendor'Bryan C. Mills
2018-11-29vendor/golang_org/x: move to internal/xBryan C. Mills
2018-09-24net: don't reject domain names with only numbers and hyphensBrad Fitzpatrick
2018-08-20net: combine append calls in reverseaddrIskander Sharipov
2018-03-15net: use golang.org/x/net/dns/dnsmessage for DNS resolutionIan Gudger
2016-11-11net: bring domain name length checks into RFC complianceRichard Gibson
2016-03-02all: single space after period.Brad Fitzpatrick
2016-02-24all: fix typos and spellingMartin Möhrmann
2016-01-09net: stop scanning for domain name once the first label has been foundMikio Hara
2016-01-08net: LookupAddr("127.0.0.1") is "localhost" not "localhost."Russ Cox
2015-11-28net: force LookupAddr results to be rooted DNS paths even in the case of loca...Mikio Hara
2015-11-17net: don't require recursion be available in DNS responsesDan Peterson
2015-09-04net: make DNSError.Temporary return true on SERVFAILDan Peterson
2015-07-28net: don't return DNS query results including the second best records uncondi...Mikio Hara
2015-04-21net: fix inconsistent error values on LookupMikio Hara
2015-04-13net: document that DNSError.Timeout and Temporary are unreliableIan Lance Taylor
2015-02-03net: case insensitivity of DNS labels in built-in stub resolverMikio Hara
2015-01-22net: simplify itoa conversionsMartin Möhrmann
2014-09-08build: move package sources from src/pkg to srcRuss Cox