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
2026-01-23
net: fix some ineffectual assignments reported by ineffassign
Lin Lin
2025-10-17
all: remove unnecessary loop variable copies in tests
Tobias Klauser
2025-08-11
net: context aware Dialer.Dial functions
Michael Fraenkel
2024-02-20
net: add KeepAliveConfig and implement SetKeepAliveConfig
Andy Pan
2023-09-18
net: enable most tests on wasip1 and js
Bryan C. Mills
2023-07-31
net: ignore blackhole route in TestDialCancel
Meng Zhuo
2023-07-27
net: make mustHaveExternalNetwork work as usual on GOOS=linux
Dmitri Shuralyov
2023-05-20
net: ignore more errors in TestDialCancel
Ian Lance Taylor
2023-05-19
net: make Dial fail faster on Windows closed loopback devices
qmuntal
2023-04-11
net: add wasip1 support
Johan Brandhorst-Satzkorn
2023-04-11
net: allow TestDialListenerAddr without an external network
Bryan C. Mills
2023-04-10
net: avoid opening an external port in TestDialListenerAddr
Bryan C. Mills
2022-11-04
net: add ControlContext to Dialer
cuiweixie
2022-10-02
all: use time.Since instead of time.Now().Sub
hopehook
2022-06-13
net: avoid darwin_arm64 bug in TestDialParallelSpuriousConnection
Damien Neil
2022-06-08
net: fix testHookDialTCP race
Damien Neil
2022-06-07
net: use synthetic network in TestDialParallel
Damien Neil
2022-05-25
net: add even more timing slop for TestDialParallel
Damien Neil
2022-04-26
net: skip TestDialCancel on darwin-arm64
Heschi Kreinick
2022-01-06
net: synchronize instead of sleeping in TestDialParallelSpuriousConnection
Bryan C. Mills
2021-12-13
net: pass a testing.TB to newLocal* helpers
Bryan C. Mills
2021-12-10
net: ignore EADDRINUSE errors when dialing to IPv4 from IPv6 on FreeBSD
Bryan C. Mills
2021-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-06-24
net: remove hard-coded timeout in dialClosedPort test helper
Bryan C. Mills
2021-05-10
net, runtime: drop macOS 10.12 skip conditions in tests
Tobias Klauser
2021-02-20
all: go fmt std cmd (but revert vendor)
Russ Cox
2020-10-06
all: enable more tests on macOS/ARM64
Cherry Zhang
2020-09-23
all: add GOOS=ios
Cherry Zhang
2020-04-25
os, net: define and use os.ErrDeadlineExceeded
Ian Lance Taylor
2020-04-08
all: remove scattered remnants of darwin/arm
Austin Clements
2020-03-11
net: use t.Deadline instead of an arbitrary read deadline in TestDialParallel...
Bryan C. Mills
2020-01-06
net: update renamed test name in comment
Brad Fitzpatrick
2019-11-16
net: add more timing slop for TestDialParallel on Windows
Ian Lance Taylor
2019-11-15
net: fix improper Context.Deadline usage in DialContext
Sergey Zagursky
2019-11-07
net: skip TestDialCancel if Dial fails with "connection refused"
Ian Lance Taylor
2019-10-22
net: ignore or skip known-flaky localhost Dial operations on macOS 10.12 builder
Bryan C. Mills
2019-10-09
all: remove the nacl port (part 1)
Brad Fitzpatrick
2019-05-03
net: skip DNS tests on self-hosted Android
Elias Naur
2019-04-16
all: s/cancelation/cancellation/
Josh Bleecher Snyder
2019-02-27
Revert "net: add missing error check in test"
Mikio Hara
2019-02-27
net: add missing error check in test
Leon Klingele
2018-12-03
net: enable TCP keepalives by default
Carlo Alberto Ferraris
2018-10-25
net: make cgo resolver work more accurately with network parameter
Eugene Kalinin
2018-10-07
net: simplify bool expression
ludweeg
2018-06-04
net: add js/wasm architecture
Richard Musiol
2018-05-30
net: add ListenConfig, Dialer.Control to permit socket opts before listen/dial
Audrius Butkevicius
2018-05-29
net: move dial and listen functions under sysDialer, sysListener
Audrius Butkevicius
2018-05-17
net: skip external net tests on iOS
Elias Naur
2018-01-03
net: ignore TestDialerLocalAddr timeout failures on Darwin
Ian Lance Taylor
2017-12-08
net: increase timeout for TestDialerDualStackFDLeak
Ian Lance Taylor
[next]