summaryrefslogtreecommitdiff
path: root/src/net/fd_unix.go
Commit message (Expand)AuthorAgeFilesLines
* net: break up >1GB reads and writes on stream connectionsRuss Cox2016-10-291-2/+10
* net: add Buffers type, do writev on unixBrad Fitzpatrick2016-09-291-0/+3
* net: prevent cancelation goroutine from adjusting fd timeout after connectBrad Fitzpatrick2016-08-021-16/+39
* net: don't return io.EOF from zero byte readsBrad Fitzpatrick2016-05-191-0/+8
* net: context plumbing, add Dialer.DialContextBrad Fitzpatrick2016-04-151-28/+26
* net: wait for cancelation goroutine before returning from connect.Paul Marks2016-04-051-1/+5
* net: factor out fdMutex-related methods on netFDMikio Hara2016-04-041-49/+0
* net: make unexposed methods start with lowercase lettersMikio Hara2016-03-171-25/+25
* net: prevent spurious TCP connection setup notification on darwinMikio Hara2016-03-161-1/+10
* all: single space after period.Brad Fitzpatrick2016-03-021-2/+2
* net: add Dialer.Cancel to cancel pending dialsBrad Fitzpatrick2015-12-151-1/+19
* all: link to https instead of httpBrad Fitzpatrick2015-07-111-1/+1
* Revert "net, internal/syscall/unix: add SocketConn, SocketPacketConn"Mikio Hara2015-07-021-51/+0
* net, internal/syscall/unix: add SocketConn, SocketPacketConnMikio Hara2015-05-131-0/+51
* net: drop unnecessary castMikio Hara2015-05-111-2/+2
* net: fix inconsistent errorsMikio Hara2015-05-051-11/+36
* net: remove dead code in WriteMikio Hara2015-04-291-1/+0
* net: fix inconsistent error values on FileMikio Hara2015-04-211-2/+2
* net: fix inconsistent error values on AcceptMikio Hara2015-04-181-2/+2
* net: fix inconsistent error values on CloseMikio Hara2015-04-181-5/+1
* net: fix inconsistent error values on WriteMikio Hara2015-04-181-10/+3
* net: fix inconsistent error values on ReadMikio Hara2015-04-181-12/+3
* net: add socket system call hooks for testingMikio Hara2015-03-311-9/+5
* net: remove the dregs of old built-in poll serverMikio Hara2015-02-041-7/+1
* net: remove full stack test cases for IPConnMikio Hara2015-01-291-7/+0
* net: don't return io.EOF on reading data from datagram, raw sockets on windowsMikio Hara2015-01-011-10/+3
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+518