aboutsummaryrefslogtreecommitdiff
path: root/src/net/cgo_unix.go
AgeCommit message (Expand)Author
2019-08-02all: remove os.ErrTimeoutDamien Neil
2019-08-01all: remove os.ErrTemporaryDamien Neil
2019-05-04all: add Unwrap and Is methods to various error typesDamien Neil
2019-05-01net: set DNSError.IsTemporary from addrinfoErrno errorsMichael Vogt
2019-04-23net: add IsNotFound field to DNSErrorShubham Sharma
2019-03-19net: allow build on aix/ppc64 with cgoClément Chigot
2018-10-25net: make cgo resolver work more accurately with network parameterEugene Kalinin
2018-06-27net: parse IPv6 address with zone using DefaultResolver.Lookup{Host,IPAddr}Michael Fraenkel
2017-08-17{net,os/user,plugin}: eliminate unnecessary C round-tripsBryan C. Mills
2017-04-28net: make zone helpers into methods of ipv6ZoneCacheMikio Hara
2016-09-11net: make LookupPort and lookupProtocol work on naclBrad Fitzpatrick
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-12-04net: fix parsing literal IPv6 address with zone identifier when using cgoMikio Hara
2015-11-28net: force LookupAddr results to be rooted DNS paths even in the case of loca...Mikio Hara
2015-08-19net: force LookupAddr results to be rooted DNS paths when using cgoRuss Cox
2015-06-17net: allow LookupAddr to use getnameinfo when cgo is enabledMikio Hara
2015-05-06net: add cgo support for SolarisAram Hăvărneanu
2015-04-21net: fix inconsistent error values on LookupMikio 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