index
:
delta/go.git
baserock/go1.2.2
baserock/go1.3
baserock/ps/add-go-wip
dev.cc
dev.garbage
dev.power64
master
release-branch.go1
release-branch.go1.1
release-branch.go1.2
release-branch.go1.3
release-branch.go1.4
release-branch.r57
release-branch.r58
release-branch.r59
release-branch.r60
code.google.com: Obsolete (use go-git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pkg
/
net
/
sock_windows.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
build: move package sources from src/pkg to src
Russ Cox
2014-09-08
1
-24
/
+0
*
net: add dial, listenStream and listenDatagram methods to netFD
Mikio Hara
2013-08-07
1
-27
/
+0
*
net: reduce unnecessary syscall.Sockaddr conversions
Mikio Hara
2013-08-03
1
-11
/
+11
*
net: never use backlog > 65535
Russ Cox
2013-03-12
1
-0
/
+1
*
net: delete duplicate listenerSockaddr
Mikio Hara
2013-02-08
1
-11
/
+7
*
net: fix windows build
Ian Lance Taylor
2013-01-28
1
-0
/
+11
*
net: enable SO_REUSEADDR, SO_REUSEPORT options on stream, multicast listeners...
Mikio Hara
2012-02-11
1
-0
/
+5
*
net: ListenMulticastUDP to listen concurrently across multiple listeners
Mikio Hara
2012-02-01
1
-0
/
+24
*
net: make use of the kernel state to listen on TCP, Unix
Mikio Hara
2012-01-14
1
-0
/
+14
*
net: add IP-level socket option helpers for Unix variants
Mikio Hara
2012-01-11
1
-29
/
+0
*
net: document why we do not use SO_REUSEADDR on windows
Alex Brainman
2011-10-26
1
-0
/
+7
*
net: do not set SO_REUSEADDR for windows
Alex Brainman
2011-10-24
1
-3
/
+0
*
windows: define and use syscall.Handle
Wei Guangjing
2011-07-01
1
-1
/
+1
*
net: enable SO_REUSEPORT on BSD variants
Mikio Hara
2011-05-02
1
-0
/
+25