aboutsummaryrefslogtreecommitdiff
path: root/src/net/conf_test.go
AgeCommit message (Expand)Author
2020-10-25net: prefer /etc/hosts over DNS when no /etc/nsswitch.conf is presentNatanael Copa
2020-10-20all: update references to symbols moved from os to io/fsRuss Cox
2018-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
2018-03-16net: make Resolver.PreferGo work more as documentedBrad Fitzpatrick
2016-11-29net: expand nss myhostname fallback detectionDan Peterson
2016-05-05net: fix hostLookupOrder("")Russ Cox
2016-05-04net: allow netgo to use lookup from nsswitch.confVishvananda Ishaya
2016-03-21all: delete dead test codeDominik Honnef
2015-07-09net: add mechanisms to force go or cgo lookup, and to debug default strategyBrad Fitzpatrick
2015-05-06net: always use cgo for DNS on AndroidBrad Fitzpatrick
2015-05-06net: simplify error messages in testsMikio Hara
2015-04-30net: make go DNS use localhost if resolv.conf is missing or emptyAlex A Skinner
2015-04-23net: use Go's DNS resolver when system configuration permitsBrad Fitzpatrick