summaryrefslogtreecommitdiff
path: root/src/net/dnsconfig_unix_test.go
Commit message (Expand)AuthorAgeFilesLines
* all: use new "unix" build tag where appropriateIan Lance Taylor2022-03-291-1/+1
* all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox2021-10-281-1/+0
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-201-0/+1
* all: update references to symbols moved from os to io/fsRuss Cox2020-10-201-1/+2
* net: use DNS over TCP when use-vc is set in resolv.confjfbus2019-04-181-0/+33
* net: support single-request resolv.conf option in pure Go resolverjfbus2019-04-171-0/+22
* net: add AIX operating systemClément Chigot2018-10-101-1/+1
* net: bring domain name length checks into RFC complianceRichard Gibson2016-11-111-0/+53
* net: use libresolv rules for ndots range and validationDan Peterson2016-08-171-0/+30
* net: ensure dnsConfig search list is rootedMatthew Dempsky2016-04-281-7/+7
* net: append ":53" to DNS servers when reading resolv.confMatthew Dempsky2016-04-281-4/+4
* net: change type of dnsConfig.timeout from int to time.DurationDan Peterson2016-04-281-6/+6
* net: search domain from hostname if no search directivesDan Peterson2016-04-271-0/+54
* net: fix race in (*resolverConfig).tryUpdateMatthew Dempsky2016-02-201-0/+2
* net: simplify error messages in testsMikio Hara2015-05-061-3/+3
* net: make go DNS use localhost if resolv.conf is missing or emptyAlex A Skinner2015-04-301-3/+22
* net: use Go's DNS resolver when system configuration permitsBrad Fitzpatrick2015-04-231-13/+25
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+69