aboutsummaryrefslogtreecommitdiff
path: root/src/net/conf.go
AgeCommit message (Expand)Author
2024-09-30net: improve GODEBUG=netdns=1 debug messagesMateusz Poliwczak
2024-09-30net,os: use os.LookupEnv instead of syscall.GetenvMateusz Poliwczak
2024-05-18net: use stringslite package for string operationsaimuz
2024-05-06all: make use of stringslite.{HasPrefix, HasSuffix}Jes Cok
2024-04-04all: fix some commentscui fliter
2024-02-26net: don't force cgo resolver for .local subdomain queriesMateusz Poliwczak
2023-11-20src: a/an grammar fixesVille Skyttä
2023-10-14all: fix function namescui fliter
2023-09-18net: enable most tests on wasip1 and jsBryan C. Mills
2023-09-04net: respect hosts file when resolving names for WindowsNikita Vaniasin
2023-08-26net: centralize resolver selection logicMateusz Poliwczak
2023-06-29net: enable pure Go resolver for wasip1Chris O'Hara
2023-05-11net: don't treat unknown sources as dns when there is a dns sourceMateusz Poliwczak
2023-05-11net: return fallbackOrder immediately for some GOOSMateusz 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-28net: re check conf.goos even if it equals runtime.GOOSIan Lance Taylor
2023-04-27net: rewrite and simplify resolver configurationIan Lance Taylor
2023-04-11net: add wasip1 supportJohan Brandhorst-Satzkorn
2022-11-15net: use a consistent dnsConfig in hostLookupOrderMateusz Poliwczak
2022-11-14internal/godebug: define more efficient APIRuss Cox
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
2022-05-30net: permit use of Resolver.PreferGo, netgo on Windows and Plan 9Brad Fitzpatrick
2022-04-22Revert "net: permit use of Resolver.PreferGo, netgo on Windows and Plan 9"Bryan Mills
2022-04-22net: permit use of Resolver.PreferGo, netgo on Windows and Plan 9Brad Fitzpatrick
2022-04-11all: gofmt main repoRuss Cox
2022-03-29all: use new "unix" build tag where appropriateIan Lance Taylor
2021-11-02net/netip: add new IP address packageBrad Fitzpatrick
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-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