aboutsummaryrefslogtreecommitdiff
path: root/src/net/conf_test.go
AgeCommit message (Expand)Author
2026-02-02net: don't wait 5 seconds to re-read /etc/resolv.confBrad Fitzpatrick
2024-02-26net: don't force cgo resolver for .local subdomain queriesMateusz Poliwczak
2023-05-11net: don't treat unknown sources as dns when there is a dns sourceMateusz Poliwczak
2023-05-11net: force cgo for myhostname and mdns nss modules for LookupAddr on unixMateusz Poliwczak
2023-05-02net: don't recheck goosPrefersCgo in hostLookupOrderIan Lance Taylor
2023-04-27net: rewrite and simplify resolver configurationIan Lance Taylor
2022-11-17net: return errNoSuchHost when no entry found in /etc/hosts and order is host...Mateusz Poliwczak
2022-11-15net: rewrite nsswitch.conf parsing to work like other parsersIan Lance Taylor
2022-11-15net: use a consistent dnsConfig in hostLookupOrderMateusz Poliwczak
2022-11-11net: handle correctly the _gateway and _outbound hostnames for nss myhostnameMateusz Poliwczak
2022-11-10net: auto-reload the /etc/nsswitch.conf on unix systemsMateusz Poliwczak
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
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