aboutsummaryrefslogtreecommitdiff
path: root/src/net/net.go
AgeCommit message (Expand)Author
2020-08-26net: export ErrClosedIan Lance Taylor
2020-06-24net: consistently document deadline handlingIan Lance Taylor
2020-04-25os, net: define and use os.ErrDeadlineExceededIan Lance Taylor
2020-01-19net: document *OpError.Err must not be nilYasser Abdolmaleki
2019-08-11net: document that a keep-alive failure also returns a timeoutIan Lance Taylor
2019-08-02all: remove os.ErrTimeoutDamien Neil
2019-08-01all: remove os.ErrTemporaryDamien Neil
2019-05-04all: add Unwrap and Is methods to various error typesDamien Neil
2019-04-23net: add IsNotFound field to DNSErrorShubham Sharma
2019-04-16all: s/cancelation/cancellation/Josh Bleecher Snyder
2019-03-25net: add missing period in conn.File documentationMatt Layher
2018-08-21net: lazily look up the listenerBacklog value on first useBrad Fitzpatrick
2018-06-27net: limit concurrent threads to limit on file descriptorsIan Lance Taylor
2018-06-04net: add js/wasm architectureRichard Musiol
2018-05-01net, syscall: make ECONNRESET/ECONNABORTED only temporary for AcceptIan Lance Taylor
2018-04-19net: calling File leaves the socket in nonblocking modeMichael Fraenkel
2018-02-21net: fix UDPConn readers to return truncated payload size instead of 0Mansour Rahimi
2017-12-08net: calling File disables the SetDeadline methodsIan Lance Taylor
2017-04-15net: delay IP protocol stack-snooping system callsMikio Hara
2017-03-29net, net/http: adjust time-in-past constant even earlierBrad Fitzpatrick
2017-02-13net: refactor poller into new internal/poll packageIan Lance Taylor
2016-11-26net: update documentation on Conn and PacketConnJoe Tsai
2016-11-11net: apply tcp4/tcp6 restrictions to literals in ResolveTCPAddrRuss Cox
2016-10-28net: use IPv4 reserved address blocks for documentationMikio Hara
2016-10-27net: add examples to Addr definitionRuss Cox
2016-10-03net: clarify that Conn deadlines also affect currently-blocked I/OBrad Fitzpatrick
2016-09-29net: add Buffers type, do writev on unixBrad Fitzpatrick
2016-05-17net: use IPv4/IPv6 reserved address blocks for documentationMikio Hara
2016-04-15net: context plumbing, add Dialer.DialContextBrad Fitzpatrick
2016-03-16net: filter destination addresses when source address is specifiedMikio Hara
2016-03-02all: single space after period.Brad Fitzpatrick
2015-12-15net: add Dialer.Cancel to cancel pending dialsBrad Fitzpatrick
2015-09-15net: remove named parameters in Listener.Accept doc signatureBrad Fitzpatrick
2015-09-04net: make DNSError.Temporary return true on SERVFAILDan Peterson
2015-08-19net: document GODEBUG=netdns=xxx settingsRuss Cox
2015-07-09net: add mechanisms to force go or cgo lookup, and to debug default strategyBrad Fitzpatrick
2015-06-16net: add sequential and RFC 6555-compliant TCP dialing.Paul Marks
2015-05-05net: fix inconsistent errorsMikio Hara
2015-04-30net: make go DNS use localhost if resolv.conf is missing or emptyAlex A Skinner
2015-04-29net: add Source field to OpErrorMikio Hara
2015-04-21net: fix inconsistent error values on LookupMikio Hara
2015-04-21net: fix inconsistent error values on settersMikio Hara
2015-04-21net: fix inconsistent error values on FileMikio Hara
2015-04-18net: fix inconsistent error values on CloseMikio Hara
2015-04-18net: fix inconsistent error values on WriteMikio Hara
2015-04-18net: fix inconsistent error values on ReadMikio Hara
2015-04-14net: remove old commentBrad Fitzpatrick
2015-04-03net: move init function into net.goMikio Hara
2015-02-06net: document that user shouldn't modify returned AddrShenghou Ma
2015-02-04net: update TDDOMikio Hara