1. 055ecb7 net: fix inconsistent errors by Mikio Hara · 10 years ago
  2. 29d1f3b net: add socket system call hooks for testing by Mikio Hara · 10 years ago
  3. c007ce8 build: move package sources from src/pkg to src by Russ Cox · 11 years ago[Renamed from src/pkg/net/sock_windows.go]
  4. b29d035 net: add dial, listenStream and listenDatagram methods to netFD by Mikio Hara · 12 years ago
  5. 8a7def2 net: reduce unnecessary syscall.Sockaddr conversions by Mikio Hara · 12 years ago
  6. e64f3f2 net: never use backlog > 65535 by Russ Cox · 12 years ago
  7. dc6e51c net: delete duplicate listenerSockaddr by Mikio Hara · 12 years ago
  8. 2cd5b01 net: fix windows build by Ian Lance Taylor · 12 years ago
  9. 0e3514e net: enable SO_REUSEADDR, SO_REUSEPORT options on stream, multicast listeners only by Mikio Hara · 13 years ago
  10. 2f63afd net: ListenMulticastUDP to listen concurrently across multiple listeners by Mikio Hara · 13 years ago
  11. d3c59f6 net: make use of the kernel state to listen on TCP, Unix by Mikio Hara · 13 years ago
  12. cbdbdc4 net: add IP-level socket option helpers for Unix variants by Mikio Hara · 13 years ago
  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