aboutsummaryrefslogtreecommitdiff
path: root/src/net/dial_test.go
AgeCommit message (Expand)Author
2016-04-14net: make use of internal/testenv packageMikio Hara
2016-04-12net: skip TestDialCancel on linux-arm64-buildletBrad Fitzpatrick
2016-04-06net, runtime: skip flaky tests on OpenBSDBrad Fitzpatrick
2016-04-05net: wait for cancelation goroutine before returning from connect.Paul Marks
2016-04-04net: rename TestSelfConnect to TestTCPSelfConnectMikio Hara
2016-03-16net: filter destination addresses when source address is specifiedMikio Hara
2016-03-10net: slowDialTCP should wait forever if no deadline exists.Paul Marks
2016-03-02all: single space after period.Brad Fitzpatrick
2016-02-23net: use dialTCP cancelation for DualStack dialing.Paul Marks
2016-02-21net: deflake TestDialerDualStackFDLeakMikio Hara
2015-12-16net: retighten test harnesses for dial cancelationMikio Hara
2015-12-15net: add Dialer.Cancel to cancel pending dialsBrad Fitzpatrick
2015-10-16net: unblock plan9 TCP Read calls after socket closeBrad Fitzpatrick
2015-08-31net: Increase the acceptable delay in TestDialerDualstackPaul Marks
2015-07-30net: allow longer timeout in dialClosedPort test on windowsRuss Cox
2015-07-28net: Set finalDeadline from TestDialParallel to avoid leaked sockets.Paul Marks
2015-07-27net: deflake TestDialTimeout{,FDLeak} in the case of TCP simultaneous openMikio Hara
2015-07-23net: compute the Dialer deadline exactly once.Paul Marks
2015-06-16net: add sequential and RFC 6555-compliant TCP dialing.Paul Marks
2015-05-07net: don't run IP stack required tests on IP stack disabled kernelsMikio Hara
2015-05-06net: simplify error messages in testsMikio Hara
2015-05-06net: deflake listener testsMikio Hara
2015-04-17net: fix inconsistent error values on Dial, Listen partiallyMikio Hara
2015-04-07net: deflake dual IP stack testsMikio Hara
2015-04-07net: fix tester goroutine leakage in testsMikio Hara
2015-04-03net: deflake TestDialTimeoutFDLeakMikio Hara
2015-04-02net: move test flags into main_test.goMikio Hara
2015-04-02net: deflake TestDialTimeoutMikio Hara
2014-09-18net: disable TestDialMultiFDLeakRuss Cox
2014-09-18net: separate NaCl dependent placeholders from BSD'sMikio Hara
2014-09-16net: make TestSelfConnect less fragileRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox