aboutsummaryrefslogtreecommitdiff
path: root/src/net/tcpsock.go
AgeCommit message (Expand)Author
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2019-09-17net: avoid transiting durations through floatsTamir Duberstein
2019-04-29net: correct docs of KeepAlive field in Dialer typeBigMikes
2019-04-04net: add KeepAlive field to ListenConfigLeo Antunes
2018-08-03net: update docs for unimplemented methods and functionsMikio Hara
2018-05-29net: move dial and listen functions under sysDialer, sysListenerAudrius Butkevicius
2018-04-19net: calling File leaves the socket in nonblocking modeMichael Fraenkel
2017-10-25net: make {TCP,Unix}Listener implement syscall.ConnLorenz Bauer
2017-07-06net: don't return IPv4 unspecified addr for Resolve*Addr of [::] or [::]:nBrad Fitzpatrick
2017-06-22net: update documentation on Resolve{TCP,UDP,IP,Unix}AddrMikio Hara
2017-06-22net: update documentation on Listen{TCP,UDP,MulticastUDP,IP,Unix,Unixgram}Mikio Hara
2017-06-22net: update documentation on Dial{TCP,UDP,IP,Unix}Mikio Hara
2017-05-19net: make {TCP,UDP,IP,Unix}Conn compliant of syscall.Conn interfaceMikio Hara
2017-02-13net: refactor poller into new internal/poll packageIan Lance Taylor
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-23net: document unimplemented methods and functionsMikio Hara
2016-08-23net: fix typo in error message of TCPConn.ReadFromMikio Hara
2016-04-15net: context plumbing, add Dialer.DialContextBrad Fitzpatrick
2016-03-03net: deduplicate TCP socket codeMikio Hara
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-06-13net: don't return non-nil interface values as Source, Addr in OpErrorMikio Hara
2015-04-10net: make multi-IP resolution more flexible.Paul Marks
2015-03-28net: simplify test helpersMikio Hara
2014-09-08build: move package sources from src/pkg to srcRuss Cox