summaryrefslogtreecommitdiff
path: root/src/net/tcpsock.go
Commit message (Expand)AuthorAgeFilesLines
* all: add internal/itoa packageJosh Bleecher Snyder2021-03-141-2/+3
* all: remove the nacl port (part 1)Brad Fitzpatrick2019-10-091-1/+1
* net: avoid transiting durations through floatsTamir Duberstein2019-09-171-0/+5
* net: correct docs of KeepAlive field in Dialer typeBigMikes2019-04-291-2/+2
* net: add KeepAlive field to ListenConfigLeo Antunes2019-04-041-0/+1
* net: update docs for unimplemented methods and functionsMikio Hara2018-08-031-2/+2
* net: move dial and listen functions under sysDialer, sysListenerAudrius Butkevicius2018-05-291-2/+4
* net: calling File leaves the socket in nonblocking modeMichael Fraenkel2018-04-191-2/+2
* net: make {TCP,Unix}Listener implement syscall.ConnLorenz Bauer2017-10-251-0/+12
* net: don't return IPv4 unspecified addr for Resolve*Addr of [::] or [::]:nBrad Fitzpatrick2017-07-061-1/+1
* net: update documentation on Resolve{TCP,UDP,IP,Unix}AddrMikio Hara2017-06-221-13/+19
* net: update documentation on Listen{TCP,UDP,MulticastUDP,IP,Unix,Unixgram}Mikio Hara2017-06-221-9/+14
* net: update documentation on Dial{TCP,UDP,IP,Unix}Mikio Hara2017-06-221-9/+13
* net: make {TCP,UDP,IP,Unix}Conn compliant of syscall.Conn interfaceMikio Hara2017-05-191-0/+9
* net: refactor poller into new internal/poll packageIan Lance Taylor2017-02-131-1/+1
* net: add hostname warnings to all first(isIPv4) functions.Paul Marks2016-10-251-0/+3
* net: add Resolver type, Dialer.Resolver, and DefaultResolverBrad Fitzpatrick2016-09-211-1/+1
* net: document unimplemented methods and functionsMikio Hara2016-08-231-0/+3
* net: fix typo in error message of TCPConn.ReadFromMikio Hara2016-08-231-1/+1
* net: context plumbing, add Dialer.DialContextBrad Fitzpatrick2016-04-151-3/+4
* net: deduplicate TCP socket codeMikio Hara2016-03-031-0/+232
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-011-1/+1
* net: don't return non-nil interface values as Source, Addr in OpErrorMikio Hara2015-06-131-0/+7
* net: make multi-IP resolution more flexible.Paul Marks2015-04-101-9/+2
* net: simplify test helpersMikio Hara2015-03-281-0/+7
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+54