index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
net
/
dial_test.go
Age
Commit message (
Expand
)
Author
2017-10-04
net: increase expected time to dial a closed port on all Darwin ports
Author Name
2017-09-27
net: bump TestDialerDualStackFDLeak timeout on iOS
Elias Naur
2017-06-09
net: don't run TestDialListenerAddr in short mode on non-builders
Brad Fitzpatrick
2017-06-08
net: make Dial("tcp", ln.Addr().String()) work even with bad IPv6 config
Brad Fitzpatrick
2017-05-04
all: use time.Time.Equal instead of == in some tests
Brad Fitzpatrick
2017-04-15
net: delay IP protocol stack-snooping system calls
Mikio Hara
2017-04-12
net: delete TestDialTimeoutFDLeak
Brad Fitzpatrick
2017-03-23
net: mark TestDialerDualStack as flaky
Brad Fitzpatrick
2017-02-13
net: refactor poller into new internal/poll package
Ian Lance Taylor
2016-12-20
net: mark TestDialerDualStackFDLeak as flaky on OpenBSD
Brad Fitzpatrick
2016-11-02
net: fix Dial(":80") on Windows
Russ Cox
2016-07-17
net: demote TestDialerDualStack to a flaky test
Brad Fitzpatrick
2016-05-30
net: don't call forceCloseSockets in non-TestMain functions
Mikio Hara
2016-05-19
net: deflake TestDialerDualStack
Mikio Hara
2016-05-19
net: deflake TestDialerDualStackFDLeak
Mikio Hara
2016-05-18
net: don't increase test table rows when using -test.count flag
Mikio Hara
2016-04-19
net: enable TestDialParallel, TestDialerFallbackDelay and TestDialCancel on P...
David du Colombier
2016-04-15
net: context plumbing, add Dialer.DialContext
Brad Fitzpatrick
2016-04-14
net: make use of internal/testenv package
Mikio Hara
2016-04-12
net: skip TestDialCancel on linux-arm64-buildlet
Brad Fitzpatrick
2016-04-06
net, runtime: skip flaky tests on OpenBSD
Brad Fitzpatrick
2016-04-05
net: wait for cancelation goroutine before returning from connect.
Paul Marks
2016-04-04
net: rename TestSelfConnect to TestTCPSelfConnect
Mikio Hara
2016-03-16
net: filter destination addresses when source address is specified
Mikio Hara
2016-03-10
net: slowDialTCP should wait forever if no deadline exists.
Paul Marks
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-02-23
net: use dialTCP cancelation for DualStack dialing.
Paul Marks
2016-02-21
net: deflake TestDialerDualStackFDLeak
Mikio Hara
2015-12-16
net: retighten test harnesses for dial cancelation
Mikio Hara
2015-12-15
net: add Dialer.Cancel to cancel pending dials
Brad Fitzpatrick
2015-10-16
net: unblock plan9 TCP Read calls after socket close
Brad Fitzpatrick
2015-08-31
net: Increase the acceptable delay in TestDialerDualstack
Paul Marks
2015-07-30
net: allow longer timeout in dialClosedPort test on windows
Russ Cox
2015-07-28
net: Set finalDeadline from TestDialParallel to avoid leaked sockets.
Paul Marks
2015-07-27
net: deflake TestDialTimeout{,FDLeak} in the case of TCP simultaneous open
Mikio Hara
2015-07-23
net: compute the Dialer deadline exactly once.
Paul Marks
2015-06-16
net: add sequential and RFC 6555-compliant TCP dialing.
Paul Marks
2015-05-07
net: don't run IP stack required tests on IP stack disabled kernels
Mikio Hara
2015-05-06
net: simplify error messages in tests
Mikio Hara
2015-05-06
net: deflake listener tests
Mikio Hara
2015-04-17
net: fix inconsistent error values on Dial, Listen partially
Mikio Hara
2015-04-07
net: deflake dual IP stack tests
Mikio Hara
2015-04-07
net: fix tester goroutine leakage in tests
Mikio Hara
2015-04-03
net: deflake TestDialTimeoutFDLeak
Mikio Hara
2015-04-02
net: move test flags into main_test.go
Mikio Hara
2015-04-02
net: deflake TestDialTimeout
Mikio Hara
2014-09-18
net: disable TestDialMultiFDLeak
Russ Cox
2014-09-18
net: separate NaCl dependent placeholders from BSD's
Mikio Hara
2014-09-16
net: make TestSelfConnect less fragile
Russ Cox
2014-09-08
build: move package sources from src/pkg to src
Russ Cox
[prev]