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