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
/
timeout_test.go
Age
Commit message (
Expand
)
Author
2016-05-30
net: don't call forceCloseSockets in non-TestMain functions
Mikio Hara
2016-05-20
net: deflake TestDialTimeoutMaxDuration
Mikio Hara
2016-04-12
net: make two tests not parallel
Josh Bleecher Snyder
2016-04-06
net, runtime: skip flaky tests on OpenBSD
Brad Fitzpatrick
2016-02-23
net: fix for DialTimeout errors with large timeout
Prashant Varanasi
2016-01-06
net: fix timeout test bug
Russ Cox
2016-01-05
net: run all timeout tests in parallel
Russ Cox
2015-07-27
net: deflake TestDialTimeout{,FDLeak} in the case of TCP simultaneous open
Mikio Hara
2015-05-11
net: increase timeout in TestWriteTimeoutFluctuation on darwin/arm
Mikio Hara
2015-05-05
net: add missing ReadFrom, WriteTo deadline tests
Mikio Hara
2015-04-29
net: deflake timeout, deadline tests
Mikio Hara
2015-04-22
net: replace server tests
Mikio Hara
2015-04-18
net: fix inconsistent error values on Accept
Mikio Hara
2015-04-18
net: fix inconsistent error values on Write
Mikio Hara
2015-04-18
net: fix inconsistent error values on Read
Mikio Hara
2015-04-17
net: fix inconsistent error values on Dial, Listen partially
Mikio Hara
2015-04-07
net: fix tester goroutine leakage in tests
Mikio Hara
2015-04-06
net: dialChannel should not treat an expired deadline as noDeadline.
Paul Marks
2015-04-02
net: deflake TestDialTimeout
Mikio Hara
2014-09-08
build: move package sources from src/pkg to src
Russ Cox