summaryrefslogtreecommitdiff
path: root/src/net/conf_test.go
Commit message (Expand)AuthorAgeFilesLines
* net: don't treat unknown sources as dns when there is a dns sourceMateusz Poliwczak2023-05-111-0/+20
* net: force cgo for myhostname and mdns nss modules for LookupAddr on unixMateusz Poliwczak2023-05-111-1/+36
* net: don't recheck goosPrefersCgo in hostLookupOrderIan Lance Taylor2023-05-021-12/+0
* net: rewrite and simplify resolver configurationIan Lance Taylor2023-04-271-12/+37
* net: return errNoSuchHost when no entry found in /etc/hosts and order is host...Mateusz Poliwczak2022-11-171-1/+1
* net: rewrite nsswitch.conf parsing to work like other parsersIan Lance Taylor2022-11-151-20/+32
* net: use a consistent dnsConfig in hostLookupOrderMateusz Poliwczak2022-11-151-90/+88
* net: handle correctly the _gateway and _outbound hostnames for nss myhostnameMateusz Poliwczak2022-11-111-2/+4
* net: auto-reload the /etc/nsswitch.conf on unix systemsMateusz Poliwczak2022-11-101-20/+33
* 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
* net: prefer /etc/hosts over DNS when no /etc/nsswitch.conf is presentNatanael Copa2020-10-251-3/+10
* all: update references to symbols moved from os to io/fsRuss Cox2020-10-201-4/+4
* all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper2018-06-011-1/+1
* net: make Resolver.PreferGo work more as documentedBrad Fitzpatrick2018-03-161-1/+17
* net: expand nss myhostname fallback detectionDan Peterson2016-11-291-46/+68
* net: fix hostLookupOrder("")Russ Cox2016-05-051-0/+1
* net: allow netgo to use lookup from nsswitch.confVishvananda Ishaya2016-05-041-0/+22
* all: delete dead test codeDominik Honnef2016-03-211-1/+0
* net: add mechanisms to force go or cgo lookup, and to debug default strategyBrad Fitzpatrick2015-07-091-0/+4
* net: always use cgo for DNS on AndroidBrad Fitzpatrick2015-05-061-0/+12
* net: simplify error messages in testsMikio Hara2015-05-061-1/+1
* net: make go DNS use localhost if resolv.conf is missing or emptyAlex A Skinner2015-04-301-17/+57
* net: use Go's DNS resolver when system configuration permitsBrad Fitzpatrick2015-04-231-0/+245