summaryrefslogtreecommitdiff
path: root/src/net/cgo_unix.go
Commit message (Expand)AuthorAgeFilesLines
* all: remove os.ErrTimeoutDamien Neil2019-08-021-9/+0
* all: remove os.ErrTemporaryDamien Neil2019-08-011-2/+0
* all: add Unwrap and Is methods to various error typesDamien Neil2019-05-041-0/+11
* net: set DNSError.IsTemporary from addrinfoErrno errorsMichael Vogt2019-05-011-3/+9
* net: add IsNotFound field to DNSErrorShubham Sharma2019-04-231-1/+4
* net: allow build on aix/ppc64 with cgoClément Chigot2019-03-191-1/+6
* net: make cgo resolver work more accurately with network parameterEugene Kalinin2018-10-251-16/+21
* net: parse IPv6 address with zone using DefaultResolver.Lookup{Host,IPAddr}Michael Fraenkel2018-06-271-1/+1
* {net,os/user,plugin}: eliminate unnecessary C round-tripsBryan C. Mills2017-08-171-11/+9
* net: make zone helpers into methods of ipv6ZoneCacheMikio Hara2017-04-281-2/+2
* net: make LookupPort and lookupProtocol work on naclBrad Fitzpatrick2016-09-111-0/+5
* net: use contexts for cgo-based DNS resolutionScott Bell2016-05-101-29/+107
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-011-1/+1
* net: fix parsing literal IPv6 address with zone identifier when using cgoMikio Hara2015-12-041-4/+8
* net: force LookupAddr results to be rooted DNS paths even in the case of loca...Mikio Hara2015-11-281-6/+1
* net: force LookupAddr results to be rooted DNS paths when using cgoRuss Cox2015-08-191-0/+5
* net: allow LookupAddr to use getnameinfo when cgo is enabledMikio Hara2015-06-171-0/+66
* net: add cgo support for SolarisAram Hăvărneanu2015-05-061-1/+1
* net: fix inconsistent error values on LookupMikio Hara2015-04-211-8/+6
* net: clean up cgoMikio Hara2015-04-171-39/+54
* net: LookupHost and Resolve{TCP,UDP,IP}Addr should use zone from getaddrinfoAndrew Pilloud2015-03-081-4/+6
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+164