aboutsummaryrefslogtreecommitdiff
path: root/src/net/dial_unix_test.go
AgeCommit message (Expand)Author
2022-03-29all: use new "unix" build tag where appropriateIan Lance Taylor
2021-12-13net: pass a testing.TB to newLocal* helpersBryan C. Mills
2021-12-10net: ignore EADDRINUSE errors when dialing to IPv4 from IPv6 on FreeBSDBryan C. Mills
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
2018-10-10net: add AIX operating systemClément Chigot
2018-03-29net: map context errors from aborted dial to internal net package errorsBen Burkert
2016-08-02net: prevent cancelation goroutine from adjusting fd timeout after connectBrad Fitzpatrick