| Commit message (Expand) | Author | Age | Files | Lines |
| * | all: gofmt main repo | Russ Cox | 2022-04-11 | 1 | -0/+3 |
| * | net: clean up redundant if branch in dial | Shang Ding | 2022-03-31 | 1 | -6/+1 |
| * | docs: clarify when APIs use context.Background. | Matt T. Proud | 2021-03-11 | 1 | -0/+9 |
| * | os, net: define and use os.ErrDeadlineExceeded | Ian Lance Taylor | 2020-04-25 | 1 | -2/+1 |
| * | net: fix improper Context.Deadline usage in DialContext | Sergey Zagursky | 2019-11-15 | 1 | -13/+14 |
| * | net: document concurrency safety and example for Dialer | tomocy | 2019-09-02 | 1 | -0/+2 |
| * | net: use same TCP Keep Alive interval between dial and accept | Dong-hee Na | 2019-05-06 | 1 | -1/+7 |
| * | net: correct docs of KeepAlive field in Dialer type | BigMikes | 2019-04-29 | 1 | -6/+7 |
| * | all: s/cancelation/cancellation/ | Josh Bleecher Snyder | 2019-04-16 | 1 | -1/+1 |
| * | net: add KeepAlive field to ListenConfig | Leo Antunes | 2019-04-04 | 1 | -0/+8 |
| * | net: enable TCP keepalives by default | Carlo Alberto Ferraris | 2018-12-03 | 1 | -4/+10 |
| * | net: enable RFC 6555 Fast Fallback by default | Brad Fitzpatrick | 2018-11-01 | 1 | -7/+16 |
| * | net: add ListenConfig, Dialer.Control to permit socket opts before listen/dial | Audrius Butkevicius | 2018-05-30 | 1 | -36/+87 |
| * | net: move dial and listen functions under sysDialer, sysListener | Audrius Butkevicius | 2018-05-29 | 1 | -24/+29 |
| * | net: update documentation on Listen and ListenPacket | Mikio Hara | 2017-06-22 | 1 | -39/+47 |
| * | net: update documentation on Dial and its variants | Mikio Hara | 2017-06-22 | 1 | -20/+42 |
| * | net: clarify Listen on 0.0.0.0 behavior | Brad Fitzpatrick | 2017-06-14 | 1 | -6/+18 |
| * | net: validate network in Dial{,IP} and Listen{Packet,IP} for IP networks | Mikio Hara | 2017-04-14 | 1 | -9/+12 |
| * | net: refactor poller into new internal/poll package | Ian Lance Taylor | 2017-02-13 | 1 | -1/+2 |
| * | net: Fix spelling of function name in doc | Kevin Burke | 2016-12-23 | 1 | -1/+1 |
| * | net: fix typo | Kevin Burke | 2016-12-15 | 1 | -1/+1 |
| * | net: fix consecutive dialing docs | Ian Lance Taylor | 2016-12-15 | 1 | -6/+8 |
| * | net: document consecutive dialing in net.Dial | Kaviraj | 2016-12-14 | 1 | -0/+9 |
| * | net: apply tcp4/tcp6 restrictions to literals in ResolveTCPAddr | Russ Cox | 2016-11-11 | 1 | -1/+1 |
| * | net: add hostname warnings to all first(isIPv4) functions. | Paul Marks | 2016-10-25 | 1 | -0/+6 |
| * | net: add Resolver type, Dialer.Resolver, and DefaultResolver | Brad Fitzpatrick | 2016-09-21 | 1 | -6/+15 |
| * | net: simplify internal dtoi and xtoi funcs | Dan Peterson | 2016-08-17 | 1 | -1/+1 |
| * | net: use IPv4/IPv6 reserved address blocks for documentation | Mikio Hara | 2016-05-17 | 1 | -4/+4 |
| * | net, net/http: don't trace DNS dials | Tom Bergan | 2016-05-14 | 1 | -12/+11 |
| * | net, net/http: don't trace UDP dials | Brad Fitzpatrick | 2016-05-13 | 1 | -1/+11 |
| * | net/http, net/http/httptrace: new package for tracing HTTP client requests | Brad Fitzpatrick | 2016-04-28 | 1 | -0/+11 |
| * | net: clarify DialContext's use of its provided context | Brad Fitzpatrick | 2016-04-27 | 1 | -1/+4 |
| * | net: enable DualStack mode on Plan 9 | David du Colombier | 2016-04-19 | 1 | -4/+1 |
| * | net: fix plan9 after context change, propagate contexts more | Brad Fitzpatrick | 2016-04-18 | 1 | -5/+4 |
| * | net: context plumbing, add Dialer.DialContext | Brad Fitzpatrick | 2016-04-15 | 1 | -123/+160 |
| * | net: filter destination addresses when source address is specified | Mikio Hara | 2016-03-16 | 1 | -10/+59 |
| * | net: deduplicate TCP socket code | Mikio Hara | 2016-03-03 | 1 | -1/+1 |
| * | all: make copyright headers consistent with one space after period | Brad Fitzpatrick | 2016-03-01 | 1 | -1/+1 |
| * | net: use dialTCP cancelation for DualStack dialing. | Paul Marks | 2016-02-23 | 1 | -35/+60 |
| * | net: document ":port" syntax in Dial, Listen, ListenPacket | Russ Cox | 2016-01-07 | 1 | -1/+9 |
| * | net: add Dialer.Cancel to cancel pending dials | Brad Fitzpatrick | 2015-12-15 | 1 | -1/+6 |
| * | net: compute the Dialer deadline exactly once. | Paul Marks | 2015-07-23 | 1 | -7/+9 |
| * | net: add sequential and RFC 6555-compliant TCP dialing. | Paul Marks | 2015-06-16 | 1 | -65/+184 |
| * | net: add Source field to OpError | Mikio Hara | 2015-04-29 | 1 | -7/+7 |
| * | net: fix inconsistent error values on setters | Mikio Hara | 2015-04-21 | 1 | -2/+2 |
| * | net: make multi-IP resolution more flexible. | Paul Marks | 2015-04-10 | 1 | -15/+23 |
| * | net: move testHookSetKeepAlive into hook.go | Mikio Hara | 2015-04-07 | 1 | -2/+0 |
| * | net: don't allocate dialer closure if we won't use it | Dmitry Vyukov | 2015-02-09 | 1 | -3/+5 |
| * | build: move package sources from src/pkg to src | Russ Cox | 2014-09-08 | 1 | -0/+302 |