aboutsummaryrefslogtreecommitdiff
path: root/src/net/dial.go
AgeCommit message (Expand)Author
2016-04-27net: clarify DialContext's use of its provided contextBrad Fitzpatrick
2016-04-19net: enable DualStack mode on Plan 9David du Colombier
2016-04-18net: fix plan9 after context change, propagate contexts moreBrad Fitzpatrick
2016-04-15net: context plumbing, add Dialer.DialContextBrad Fitzpatrick
2016-03-16net: filter destination addresses when source address is specifiedMikio Hara
2016-03-03net: deduplicate TCP socket codeMikio Hara
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-02-23net: use dialTCP cancelation for DualStack dialing.Paul Marks
2016-01-07net: document ":port" syntax in Dial, Listen, ListenPacketRuss Cox
2015-12-15net: add Dialer.Cancel to cancel pending dialsBrad Fitzpatrick
2015-07-23net: compute the Dialer deadline exactly once.Paul Marks
2015-06-16net: add sequential and RFC 6555-compliant TCP dialing.Paul Marks
2015-04-29net: add Source field to OpErrorMikio Hara
2015-04-21net: fix inconsistent error values on settersMikio Hara
2015-04-10net: make multi-IP resolution more flexible.Paul Marks
2015-04-07net: move testHookSetKeepAlive into hook.goMikio Hara
2015-02-09net: don't allocate dialer closure if we won't use itDmitry Vyukov
2014-09-08build: move package sources from src/pkg to srcRuss Cox