summaryrefslogtreecommitdiff
path: root/src/net/net_test.go
Commit message (Expand)AuthorAgeFilesLines
* os, net, internal/poll: return consistent error for closed socketIan Lance Taylor2017-04-261-7/+7
* net: add test that TCP Close unblocks blocked ReadsBrad Fitzpatrick2016-11-151-0/+19
* net: enable TestReadTimeoutUnblocksRead on Plan 9David du Colombier2016-11-121-3/+0
* net: skip TestReadTimeoutUnblocksRead on Plan 9David du Colombier2016-10-171-0/+3
* syscall, net: make deadline changes affect blocked read/write calls on naclBrad Fitzpatrick2016-10-171-0/+48
* net: enable a test on naclBrad Fitzpatrick2016-10-161-1/+1
* net: add Buffers type, do writev on unixBrad Fitzpatrick2016-09-291-0/+35
* net: don't return io.EOF from zero byte readsBrad Fitzpatrick2016-05-191-0/+54
* net: add missing aborted connection handling on accept testMikio Hara2016-02-211-0/+56
* net: deflake TestListenerCloseMikio Hara2016-01-291-2/+22
* net: use t.Fatalf, not t.Fatal, in testIan Lance Taylor2015-11-181-1/+1
* syscall: allow nacl's fake network code to Listen twice on the same addressBrad Fitzpatrick2015-11-041-0/+23
* syscall: fix nacl listener to not accept connections once closedBrad Fitzpatrick2015-10-161-1/+8
* net: add missing Close testsMikio Hara2015-04-291-179/+201
* net: fix inconsistent error values on ReadMikio Hara2015-04-181-0/+9
* net: break up TestErrorNil into Test{Dial,Listen,ListenPacket}ErrorMikio Hara2015-04-181-38/+0
* net: simplify test helpersMikio Hara2015-03-281-7/+3
* net: skip unsupported tests (unix and unixgram) on darwin/armShenghou Ma2015-03-041-0/+4
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+263