aboutsummaryrefslogtreecommitdiff
path: root/src/net/conf.go
AgeCommit message (Expand)Author
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-09-23all: add GOOS=iosCherry Zhang
2019-06-06net: remove non-cgo macOS resolver codeRuss Cox
2019-04-04net: use libSystem bindings for DNS resolution on macos if cgo is unavailablegrant
2018-10-10net: add AIX operating systemClément Chigot
2018-08-21net: use internal/bytealg insetad of linkname tricksIlya Tocar
2018-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
2018-03-19net: treat a nil *Resolver as a zero one, as documentedBrad Fitzpatrick
2018-03-16net: make Resolver.PreferGo work more as documentedBrad Fitzpatrick
2016-11-29net: expand nss myhostname fallback detectionDan Peterson
2016-08-17net: simplify internal dtoi and xtoi funcsDan Peterson
2016-05-05net: fix hostLookupOrder("")Russ Cox
2016-05-04net: allow netgo to use lookup from nsswitch.confVishvananda Ishaya
2016-03-02all: single space after period.Brad Fitzpatrick
2015-10-05net: remove imports of strconvIan Lance Taylor
2015-08-19net: respect go vs cgo resolver selection in all lookup routinesRuss Cox
2015-07-23net: make GODEBUG=netdns=cgo force cgo as documentedBrad Fitzpatrick
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-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