aboutsummaryrefslogtreecommitdiff
path: root/src/net/fd_unix.go
AgeCommit message (Expand)Author
2020-03-20net: merge common Unix/Windows methodsIan Lance Taylor
2019-11-15net: fix improper Context.Deadline usage in DialContextSergey Zagursky
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2019-09-23net: close correct file descriptor when netpoll registration failsAndrei Tudor Călin
2019-04-30all: add new GOOS=illumos, split out of GOOS=solarisJoshua M. Clulow
2018-10-10net: add AIX operating systemClément Chigot
2018-06-26net: improve ExampleUDPConn_WriteTo docsMikio Hara
2018-06-22os, net: avoid races between dup, set-blocking-mode, and closingIan Lance Taylor
2018-06-04net: add js/wasm architectureRichard Musiol
2018-05-29all: remove support for macOS 10.9 and earlierBrad Fitzpatrick
2018-04-19net: calling File leaves the socket in nonblocking modeMichael Fraenkel
2018-03-29net: map context errors from aborted dial to internal net package errorsBen Burkert
2018-01-03net: report connect error as coming from "connect"Ian Lance Taylor
2017-12-14net, os: don't wait for Close in blocking modeIan Lance Taylor
2017-06-15net: handle spurious netpoll wakeups in connectIan Lance Taylor
2017-04-26os, net, internal/poll: return consistent error for closed socketIan Lance Taylor
2017-04-15net: delay IP protocol stack-snooping system callsMikio Hara
2017-04-13internal/poll: rename RecvFrom to ReadFrom for consistencyMikio Hara
2017-02-13net: refactor poller into new internal/poll packageIan Lance Taylor
2016-10-29net: break up >1GB reads and writes on stream connectionsRuss Cox
2016-09-29net: add Buffers type, do writev on unixBrad Fitzpatrick
2016-08-02net: prevent cancelation goroutine from adjusting fd timeout after connectBrad Fitzpatrick
2016-05-19net: don't return io.EOF from zero byte readsBrad Fitzpatrick
2016-04-15net: context plumbing, add Dialer.DialContextBrad Fitzpatrick
2016-04-05net: wait for cancelation goroutine before returning from connect.Paul Marks
2016-04-04net: factor out fdMutex-related methods on netFDMikio Hara
2016-03-17net: make unexposed methods start with lowercase lettersMikio Hara
2016-03-16net: prevent spurious TCP connection setup notification on darwinMikio Hara
2016-03-02all: single space after period.Brad Fitzpatrick
2015-12-15net: add Dialer.Cancel to cancel pending dialsBrad Fitzpatrick
2015-07-11all: link to https instead of httpBrad Fitzpatrick
2015-07-02Revert "net, internal/syscall/unix: add SocketConn, SocketPacketConn"Mikio Hara
2015-05-13net, internal/syscall/unix: add SocketConn, SocketPacketConnMikio Hara
2015-05-11net: drop unnecessary castMikio Hara
2015-05-05net: fix inconsistent errorsMikio Hara
2015-04-29net: remove dead code in WriteMikio Hara
2015-04-21net: fix inconsistent error values on FileMikio Hara
2015-04-18net: fix inconsistent error values on AcceptMikio 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-03-31net: add socket system call hooks for testingMikio Hara
2015-02-04net: remove the dregs of old built-in poll serverMikio Hara
2015-01-29net: remove full stack test cases for IPConnMikio Hara
2015-01-01net: don't return io.EOF on reading data from datagram, raw sockets on windowsMikio Hara
2014-09-08build: move package sources from src/pkg to srcRuss Cox