aboutsummaryrefslogtreecommitdiff
path: root/src/net/cgo_stub.go
AgeCommit message (Expand)Author
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