summaryrefslogtreecommitdiff
path: root/src/net/dial.go
Commit message (Expand)AuthorAgeFilesLines
* all: gofmt main repoRuss Cox2022-04-111-0/+3
* net: clean up redundant if branch in dialShang Ding2022-03-311-6/+1
* docs: clarify when APIs use context.Background.Matt T. Proud2021-03-111-0/+9
* os, net: define and use os.ErrDeadlineExceededIan Lance Taylor2020-04-251-2/+1
* net: fix improper Context.Deadline usage in DialContextSergey Zagursky2019-11-151-13/+14
* net: document concurrency safety and example for Dialertomocy2019-09-021-0/+2
* net: use same TCP Keep Alive interval between dial and acceptDong-hee Na2019-05-061-1/+7
* net: correct docs of KeepAlive field in Dialer typeBigMikes2019-04-291-6/+7
* all: s/cancelation/cancellation/Josh Bleecher Snyder2019-04-161-1/+1
* net: add KeepAlive field to ListenConfigLeo Antunes2019-04-041-0/+8
* net: enable TCP keepalives by defaultCarlo Alberto Ferraris2018-12-031-4/+10
* net: enable RFC 6555 Fast Fallback by defaultBrad Fitzpatrick2018-11-011-7/+16
* net: add ListenConfig, Dialer.Control to permit socket opts before listen/dialAudrius Butkevicius2018-05-301-36/+87
* net: move dial and listen functions under sysDialer, sysListenerAudrius Butkevicius2018-05-291-24/+29
* net: update documentation on Listen and ListenPacketMikio Hara2017-06-221-39/+47
* net: update documentation on Dial and its variantsMikio Hara2017-06-221-20/+42
* net: clarify Listen on 0.0.0.0 behaviorBrad Fitzpatrick2017-06-141-6/+18
* net: validate network in Dial{,IP} and Listen{Packet,IP} for IP networksMikio Hara2017-04-141-9/+12
* net: refactor poller into new internal/poll packageIan Lance Taylor2017-02-131-1/+2
* net: Fix spelling of function name in docKevin Burke2016-12-231-1/+1
* net: fix typoKevin Burke2016-12-151-1/+1
* net: fix consecutive dialing docsIan Lance Taylor2016-12-151-6/+8
* net: document consecutive dialing in net.DialKaviraj2016-12-141-0/+9
* net: apply tcp4/tcp6 restrictions to literals in ResolveTCPAddrRuss Cox2016-11-111-1/+1
* net: add hostname warnings to all first(isIPv4) functions.Paul Marks2016-10-251-0/+6
* net: add Resolver type, Dialer.Resolver, and DefaultResolverBrad Fitzpatrick2016-09-211-6/+15
* net: simplify internal dtoi and xtoi funcsDan Peterson2016-08-171-1/+1
* net: use IPv4/IPv6 reserved address blocks for documentationMikio Hara2016-05-171-4/+4
* net, net/http: don't trace DNS dialsTom Bergan2016-05-141-12/+11
* net, net/http: don't trace UDP dialsBrad Fitzpatrick2016-05-131-1/+11
* net/http, net/http/httptrace: new package for tracing HTTP client requestsBrad Fitzpatrick2016-04-281-0/+11
* net: clarify DialContext's use of its provided contextBrad Fitzpatrick2016-04-271-1/+4
* net: enable DualStack mode on Plan 9David du Colombier2016-04-191-4/+1
* net: fix plan9 after context change, propagate contexts moreBrad Fitzpatrick2016-04-181-5/+4
* net: context plumbing, add Dialer.DialContextBrad Fitzpatrick2016-04-151-123/+160
* net: filter destination addresses when source address is specifiedMikio Hara2016-03-161-10/+59
* net: deduplicate TCP socket codeMikio Hara2016-03-031-1/+1
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-011-1/+1
* net: use dialTCP cancelation for DualStack dialing.Paul Marks2016-02-231-35/+60
* net: document ":port" syntax in Dial, Listen, ListenPacketRuss Cox2016-01-071-1/+9
* net: add Dialer.Cancel to cancel pending dialsBrad Fitzpatrick2015-12-151-1/+6
* net: compute the Dialer deadline exactly once.Paul Marks2015-07-231-7/+9
* net: add sequential and RFC 6555-compliant TCP dialing.Paul Marks2015-06-161-65/+184
* net: add Source field to OpErrorMikio Hara2015-04-291-7/+7
* net: fix inconsistent error values on settersMikio Hara2015-04-211-2/+2
* net: make multi-IP resolution more flexible.Paul Marks2015-04-101-15/+23
* net: move testHookSetKeepAlive into hook.goMikio Hara2015-04-071-2/+0
* net: don't allocate dialer closure if we won't use itDmitry Vyukov2015-02-091-3/+5
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+302