| Commit message (Expand) | Author | Age | Files | Lines |
* | all: add internal/itoa package | Josh Bleecher Snyder | 2021-03-14 | 1 | -2/+3 |
* | all: remove the nacl port (part 1) | Brad Fitzpatrick | 2019-10-09 | 1 | -1/+1 |
* | net: avoid transiting durations through floats | Tamir Duberstein | 2019-09-17 | 1 | -0/+5 |
* | net: correct docs of KeepAlive field in Dialer type | BigMikes | 2019-04-29 | 1 | -2/+2 |
* | net: add KeepAlive field to ListenConfig | Leo Antunes | 2019-04-04 | 1 | -0/+1 |
* | net: update docs for unimplemented methods and functions | Mikio Hara | 2018-08-03 | 1 | -2/+2 |
* | net: move dial and listen functions under sysDialer, sysListener | Audrius Butkevicius | 2018-05-29 | 1 | -2/+4 |
* | net: calling File leaves the socket in nonblocking mode | Michael Fraenkel | 2018-04-19 | 1 | -2/+2 |
* | net: make {TCP,Unix}Listener implement syscall.Conn | Lorenz Bauer | 2017-10-25 | 1 | -0/+12 |
* | net: don't return IPv4 unspecified addr for Resolve*Addr of [::] or [::]:n | Brad Fitzpatrick | 2017-07-06 | 1 | -1/+1 |
* | net: update documentation on Resolve{TCP,UDP,IP,Unix}Addr | Mikio Hara | 2017-06-22 | 1 | -13/+19 |
* | net: update documentation on Listen{TCP,UDP,MulticastUDP,IP,Unix,Unixgram} | Mikio Hara | 2017-06-22 | 1 | -9/+14 |
* | net: update documentation on Dial{TCP,UDP,IP,Unix} | Mikio Hara | 2017-06-22 | 1 | -9/+13 |
* | net: make {TCP,UDP,IP,Unix}Conn compliant of syscall.Conn interface | Mikio Hara | 2017-05-19 | 1 | -0/+9 |
* | net: refactor poller into new internal/poll package | Ian Lance Taylor | 2017-02-13 | 1 | -1/+1 |
* | net: add hostname warnings to all first(isIPv4) functions. | Paul Marks | 2016-10-25 | 1 | -0/+3 |
* | net: add Resolver type, Dialer.Resolver, and DefaultResolver | Brad Fitzpatrick | 2016-09-21 | 1 | -1/+1 |
* | net: document unimplemented methods and functions | Mikio Hara | 2016-08-23 | 1 | -0/+3 |
* | net: fix typo in error message of TCPConn.ReadFrom | Mikio Hara | 2016-08-23 | 1 | -1/+1 |
* | net: context plumbing, add Dialer.DialContext | Brad Fitzpatrick | 2016-04-15 | 1 | -3/+4 |
* | net: deduplicate TCP socket code | Mikio Hara | 2016-03-03 | 1 | -0/+232 |
* | all: make copyright headers consistent with one space after period | Brad Fitzpatrick | 2016-03-01 | 1 | -1/+1 |
* | net: don't return non-nil interface values as Source, Addr in OpError | Mikio Hara | 2015-06-13 | 1 | -0/+7 |
* | net: make multi-IP resolution more flexible. | Paul Marks | 2015-04-10 | 1 | -9/+2 |
* | net: simplify test helpers | Mikio Hara | 2015-03-28 | 1 | -0/+7 |
* | build: move package sources from src/pkg to src | Russ Cox | 2014-09-08 | 1 | -0/+54 |