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.go
Age
Commit message (
Expand
)
Author
2016-04-27
net: clarify DialContext's use of its provided context
Brad Fitzpatrick
2016-04-19
net: enable DualStack mode on Plan 9
David du Colombier
2016-04-18
net: fix plan9 after context change, propagate contexts more
Brad Fitzpatrick
2016-04-15
net: context plumbing, add Dialer.DialContext
Brad Fitzpatrick
2016-03-16
net: filter destination addresses when source address is specified
Mikio Hara
2016-03-03
net: deduplicate TCP socket code
Mikio Hara
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2016-02-23
net: use dialTCP cancelation for DualStack dialing.
Paul Marks
2016-01-07
net: document ":port" syntax in Dial, Listen, ListenPacket
Russ Cox
2015-12-15
net: add Dialer.Cancel to cancel pending dials
Brad Fitzpatrick
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-04-29
net: add Source field to OpError
Mikio Hara
2015-04-21
net: fix inconsistent error values on setters
Mikio Hara
2015-04-10
net: make multi-IP resolution more flexible.
Paul Marks
2015-04-07
net: move testHookSetKeepAlive into hook.go
Mikio Hara
2015-02-09
net: don't allocate dialer closure if we won't use it
Dmitry Vyukov
2014-09-08
build: move package sources from src/pkg to src
Russ Cox
[prev]