aboutsummaryrefslogtreecommitdiff
path: root/src/net/dial.go
AgeCommit message (Expand)Author
16 hoursnet: cancel2 should not be shadowWeixie Cui
2025-08-11net: context aware Dialer.Dial functionsMichael Fraenkel
2025-07-22net: correct comment for ListenConfig.ListenPacketLyle Dean
2024-10-21net: document ctx argument to ListenConfig.Listen/ListenPacketIan Lance Taylor
2024-10-01net: document possible networks that can be passed to Controlfavonia
2024-09-03net: enable multipath TCP by default for listenersAperence
2024-02-20net: add KeepAliveConfig and implement SetKeepAliveConfigAndy Pan
2024-01-10net: add available godoc linkcui fliter
2023-09-15net: use bytealg.LastIndexByteStringapocelipes
2023-09-01net: deflake TestDialTimeout on windowsBryan C. Mills
2023-07-11net: mptcp: force using MPTCP with GODEBUGMatthieu Baerts
2023-05-09net: correct Dialer.ControlContext documentationJabar Asadi
2023-03-29net: mptcp: implement listenMPTCPMatthieu Baerts
2023-03-29net: mptcp: implement dialMPTCPMatthieu Baerts
2023-03-24net: add mptcpStatus typeMatthieu Baerts
2022-11-18net: fix typo in ControlContext parameter namesDamien Neil
2022-11-10net: unify TCP keepalive behaviordatabase64128
2022-11-04net: add ControlContext to Dialercuiweixie
2022-06-08net: fix testHookDialTCP raceDamien Neil
2022-04-11all: gofmt main repoRuss Cox
2022-03-31net: clean up redundant if branch in dialShang Ding
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