aboutsummaryrefslogtreecommitdiff
path: root/src/net/cgo_stub.go
AgeCommit message (Expand)Author
2023-07-06net: only build cgo_stub.go on unix or wasip1Ian Lance Taylor
2023-06-29net: enable pure Go resolver for wasip1Chris O'Hara
2023-05-04net: net remove completed return from cgo lookup functionsMateusz Poliwczak
2023-04-27net: rewrite and simplify resolver configurationIan Lance Taylor
2022-11-07net: adjust build tags for darwin libc callsDan Peterson
2022-06-22net: don't set netGo = true on Windows with no cgoIan Lance Taylor
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
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
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-25net: make cgo resolver work more accurately with network parameterEugene Kalinin
2016-05-10net: use contexts for cgo-based DNS resolutionScott Bell
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-07-09net: add mechanisms to force go or cgo lookup, and to debug default strategyBrad Fitzpatrick
2015-06-17net: allow LookupAddr to use getnameinfo when cgo is enabledMikio Hara
2015-04-17net: clean up cgoMikio Hara
2015-03-08net: LookupHost and Resolve{TCP,UDP,IP}Addr should use zone from getaddrinfoAndrew Pilloud
2014-09-08build: move package sources from src/pkg to srcRuss Cox