aboutsummaryrefslogtreecommitdiff
path: root/src/net/dial.go
AgeCommit message (Expand)Author
2021-03-11docs: clarify when APIs use context.Background.Matt T. Proud
2020-04-25os, net: define and use os.ErrDeadlineExceededIan Lance Taylor
2019-11-15net: fix improper Context.Deadline usage in DialContextSergey Zagursky
2019-09-02net: document concurrency safety and example for Dialertomocy
2019-05-06net: use same TCP Keep Alive interval between dial and acceptDong-hee Na
2019-04-29net: correct docs of KeepAlive field in Dialer typeBigMikes
2019-04-16all: s/cancelation/cancellation/Josh Bleecher Snyder
2019-04-04net: add KeepAlive field to ListenConfigLeo Antunes
2018-12-03net: enable TCP keepalives by defaultCarlo Alberto Ferraris
2018-11-01net: enable RFC 6555 Fast Fallback by defaultBrad Fitzpatrick
2018-05-30net: add ListenConfig, Dialer.Control to permit socket opts before listen/dialAudrius Butkevicius
2018-05-29net: move dial and listen functions under sysDialer, sysListenerAudrius Butkevicius
2017-06-22net: update documentation on Listen and ListenPacketMikio Hara
2017-06-22net: update documentation on Dial and its variantsMikio Hara
2017-06-14net: clarify Listen on 0.0.0.0 behaviorBrad Fitzpatrick
2017-04-14net: validate network in Dial{,IP} and Listen{Packet,IP} for IP networksMikio Hara
2017-02-13net: refactor poller into new internal/poll packageIan Lance Taylor
2016-12-23net: Fix spelling of function name in docKevin Burke
2016-12-15net: fix typoKevin Burke
2016-12-15net: fix consecutive dialing docsIan Lance Taylor
2016-12-14net: document consecutive dialing in net.DialKaviraj
2016-11-11net: apply tcp4/tcp6 restrictions to literals in ResolveTCPAddrRuss Cox
2016-10-25net: add hostname warnings to all first(isIPv4) functions.Paul Marks
2016-09-21net: add Resolver type, Dialer.Resolver, and DefaultResolverBrad Fitzpatrick
2016-08-17net: simplify internal dtoi and xtoi funcsDan Peterson
2016-05-17net: use IPv4/IPv6 reserved address blocks for documentationMikio Hara
2016-05-14net, net/http: don't trace DNS dialsTom Bergan
2016-05-13net, net/http: don't trace UDP dialsBrad Fitzpatrick
2016-04-28net/http, net/http/httptrace: new package for tracing HTTP client requestsBrad Fitzpatrick
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