1. c007ce8 build: move package sources from src/pkg to src by Russ Cox · 11 years ago[Renamed from src/pkg/net/sockopt_windows.go]
  2. bf61a97f net: simplify socket option helpers by Mikio Hara · 12 years ago
  3. 6ea7bf2 net: implement netpoll for windows by Alex Brainman · 12 years ago
  4. b000f22 net: more refactoring in preparation for runtime integrated pollster by Dmitriy Vyukov · 12 years ago
  5. b5dc872 net: make Dial and Listen behavior consistent across over platforms by Mikio Hara · 13 years ago
  6. 9387d11 net: fix windows build by Mikio Hara · 13 years ago
  7. 0e3514e net: enable SO_REUSEADDR, SO_REUSEPORT options on stream, multicast listeners only by Mikio Hara · 13 years ago
  8. 238af77 net: fix windows build by Alex Brainman · 13 years ago
  9. 2f63afd net: ListenMulticastUDP to listen concurrently across multiple listeners by Mikio Hara · 13 years ago
  10. 743c2d0 net: fix broken setDefaultSockopts by Mikio Hara · 13 years ago
  11. 7419921 net: platform-dependent default socket options by Mikio Hara · 13 years ago
  12. cbdbdc4 net: add IP-level socket option helpers for Unix variants by Mikio Hara · 13 years ago[Renamed (96%) from src/pkg/net/sock_windows.go]
  13. c3733b2 net: document why we do not use SO_REUSEADDR on windows by Alex Brainman · 13 years ago
  14. c1d0f0e net: do not set SO_REUSEADDR for windows by Alex Brainman · 13 years ago
  15. 63b8b948 windows: define and use syscall.Handle Fixes #1487. by Wei Guangjing · 14 years ago
  16. bc92671 net: enable SO_REUSEPORT on BSD variants by Mikio Hara · 14 years ago