Sign in
go
/
go
/
8157a31deb75768b5998ed925c15bf20241a3f18
/
src
/
net
/
sockopt_posix.go
9ff11b0
net: add AIX operating system
by Clément Chigot
· 6 years ago
39e59da
net: use internal/bytealg insetad of linkname tricks
by Ilya Tocar
· 6 years ago
3792db5
net: refactor poller into new internal/poll package
by Ian Lance Taylor
· 8 years ago
5194744
all: make copyright headers consistent with one space after period
by Brad Fitzpatrick
· 9 years ago
484cc67
net: separate NaCl dependent placeholders from BSD's
by Mikio Hara
· 10 years ago
c007ce8
build: move package sources from src/pkg to src
by Russ Cox
· 10 years ago
[Renamed from src/pkg/net/sockopt_posix.go]
c91aea6
undo CL 92210044 / 5cb21eee2d35
by Brad Fitzpatrick
· 11 years ago
900d49b
net: make use of SO_LINGER_SEC on darwin
by Mikio Hara
· 11 years ago
7c8280c
all: merge NaCl branch (part 1)
by Dave Cheney
· 11 years ago
50df136
runtime, net: add support for GOOS=solaris
by Aram Hăvărneanu
· 11 years ago
fce0608
net: dragonfly support
by Joel Sing
· 11 years ago
23e15f7
net: add special netFD mutex
by Dmitriy Vyukov
· 11 years ago
bf61a97f
net: simplify socket option helpers
by Mikio Hara
· 11 years ago
b000f22
net: more refactoring in preparation for runtime integrated pollster
by Dmitriy Vyukov
· 12 years ago
9fb9699
net: fix data races on deadline vars
by Dave Cheney
· 12 years ago
5b425cc
undo CL 6855110 / 869253ef7009
by Dave Cheney
· 12 years ago
be0d84e
net: fix data races on deadline vars
by Dave Cheney
· 12 years ago
6c4645c
net: rename files to clarify platform dependency
by Mikio Hara
· 12 years ago
[Renamed from src/pkg/net/sockopt.go]
ddbc85c
net: delete unused socket-level option helpers
by Mikio Hara
· 12 years ago
610b5b2
net: remove all direct fmt and bytes imports
by Brad Fitzpatrick
· 13 years ago
5e4e3d8
net: avoid Shutdown during Close
by Russ Cox
· 13 years ago
28397be
net: replace error variable name e, errno with err
by Mikio Hara
· 13 years ago
fe30ed2
net: actually reset deadline when time is zero
by Brad Fitzpatrick
· 13 years ago
b71883e
net: change SetTimeout to SetDeadline
by Brad Fitzpatrick
· 13 years ago
cbdbdc4
net: add IP-level socket option helpers for Unix variants
by Mikio Hara
· 13 years ago