summaryrefslogtreecommitdiff
path: root/src/net/dial_unix_test.go
Commit message (Expand)AuthorAgeFilesLines
* all: use new "unix" build tag where appropriateIan Lance Taylor2022-03-291-1/+1
* net: pass a testing.TB to newLocal* helpersBryan C. Mills2021-12-131-4/+1
* net: ignore EADDRINUSE errors when dialing to IPv4 from IPv6 on FreeBSDBryan C. Mills2021-12-101-0/+7
* all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox2021-10-281-1/+0
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-201-0/+1
* net: add AIX operating systemClément Chigot2018-10-101-1/+1
* net: map context errors from aborted dial to internal net package errorsBen Burkert2018-03-291-2/+3
* net: prevent cancelation goroutine from adjusting fd timeout after connectBrad Fitzpatrick2016-08-021-0/+108