1. b6b4004 net: context plumbing, add Dialer.DialContext by Brad Fitzpatrick · 9 years ago
  2. 20de705 net: deduplicate UDP socket code by Mikio Hara · 9 years ago
  3. b0f4ee5 net: deduplicate TCP socket code by Mikio Hara · 9 years ago
  4. 5fea2cc all: single space after period. by Brad Fitzpatrick · 9 years ago
  5. 5194744 all: make copyright headers consistent with one space after period by Brad Fitzpatrick · 9 years ago
  6. 24a83d3 net: add Dialer.Cancel to cancel pending dials by Brad Fitzpatrick · 9 years ago
  7. 22829bd net: don't return non-nil interface values as Source, Addr in OpError by Mikio Hara · 10 years ago
  8. 49894be net: document that ListenMulticastUDP is for simple applications by Mikio Hara · 10 years ago
  9. afd2d2b net: add Source field to OpError by Mikio Hara · 10 years ago
  10. 11b5f98 net: fix inconsistent error values on Write by Mikio Hara · 10 years ago
  11. ec11444 net: fix inconsistent error values on Read by Mikio Hara · 10 years ago
  12. a5dec38 net: make multi-IP resolution more flexible. by Paul Marks · 10 years ago
  13. 7b2b45e net: simplify test helpers by Mikio Hara · 10 years ago
  14. 263405e net: permit WriteMsgUDP to connected UDP sockets by Nicolas S. Dade · 10 years ago
  15. c007ce8 build: move package sources from src/pkg to src by Russ Cox · 11 years ago[Renamed from src/pkg/net/udpsock_posix.go]
  16. 5c055e7 net: consolidate sockaddrToAddr functions by Mikio Hara · 11 years ago
  17. 7d299d0 net: don't export netFD readFrom, writeTo, readMsg, writeMsg methods by Ian Lance Taylor · 11 years ago
  18. 7c8280c all: merge NaCl branch (part 1) by Dave Cheney · 11 years ago
  19. 50df136 runtime, net: add support for GOOS=solaris by Aram Hăvărneanu · 11 years ago
  20. 3c6558a net: add netaddr interface by Mikio Hara · 12 years ago
  21. e4bb139 net: make protocol-specific Dial and Listen return consistent error value by Mikio Hara · 12 years ago
  22. fce0608 net: dragonfly support by Joel Sing · 12 years ago
  23. 3b961bf net: remove redundant argument check from Dial on udp, unix networks by Mikio Hara · 12 years ago
  24. 7917b88 net: make protocol-specific WriteTo, WriteMsg methods return error instead of crash by Mikio Hara · 12 years ago
  25. 8a7def2 net: reduce unnecessary syscall.Sockaddr conversions by Mikio Hara · 12 years ago
  26. e2c453e net: update documentation for UDPConn and related stuff by Mikio Hara · 12 years ago
  27. 245dc62 net: update documentation for ListenTCP, ListenUDP by Mikio Hara · 12 years ago
  28. 0ad265d src/pkg: fixed various typos by Robert Griesemer · 12 years ago
  29. 6d725e9 net: simplify ListenMulticastUDP by Mikio Hara · 12 years ago
  30. e8cf49f net, cmd/fix: add IPv6 scoped addressing zone to INET, INET6 address structs by Mikio Hara · 12 years ago
  31. 677c6e6 net: protocol specific listen functions return a proper local socket address by Mikio Hara · 12 years ago
  32. ef6806f net: close fds eagerly in DialTimeout by Brad Fitzpatrick · 12 years ago
  33. 4b9e841 net: add read, write message methods to IPConn, UDPConn by Mikio Hara · 13 years ago
  34. d5a8c58 net: delete unused IP-level socket option helpers by Mikio Hara · 13 years ago
  35. 42a76ef net: pass tests on Plan 9 again by Fazlul Shahriar · 13 years ago
  36. f72c828 net: consolidate common socket functions by Dave Cheney · 13 years ago
  37. 1f14d45 net: fix race between Close and Read by Dave Cheney · 13 years ago
  38. b5dc872 net: make Dial and Listen behavior consistent across over platforms by Mikio Hara · 13 years ago
  39. e91bf2e net: make LocalAddr on multicast return group address by Mikio Hara · 13 years ago
  40. 56069f0 os: delete os.EINVAL and so on by Rob Pike · 13 years ago
  41. 2f63afd net: ListenMulticastUDP to listen concurrently across multiple listeners by Mikio Hara · 13 years ago
  42. 28397be net: replace error variable name e, errno with err by Mikio Hara · 13 years ago
  43. 3d400db net: update comments to remove redundant "net" prefix by Mikio Hara · 13 years ago
  44. 974fa75 net: make WriteTo fail when UDPConn is already connected by Mikio Hara · 13 years ago
  45. 77cb895 net: consistent OpError message by Mikio Hara · 13 years ago
  46. b71883e net: change SetTimeout to SetDeadline by Brad Fitzpatrick · 13 years ago
  47. 7419921 net: platform-dependent default socket options by Mikio Hara · 13 years ago
  48. cbdbdc4 net: add IP-level socket option helpers for Unix variants by Mikio Hara · 13 years ago
  49. bab56ec net: fix incorrect mode on ListenIP, ListenUDP by Mikio Hara · 13 years ago
  50. 9ca57a7 crypto/mime/net/time: add netbsd to +build tags by Joel Sing · 13 years ago
  51. cf4acf8 net, syscall: remove BindToDevice API from UDPConn, IPConn by Mikio Hara · 13 years ago
  52. eb69292 src/pkg/[n-z]*: gofix -r error -force=error by Russ Cox · 13 years ago
  53. 2715956 build: add build comments to core packages by Russ Cox · 14 years ago
  54. 80f79ad net: make use of IPv4len, IPv6len by Mikio Hara · 14 years ago
  55. fca5082 net: join and leave a IPv6 group address, on a specific interface by Mikio Hara · 14 years ago
  56. 0f7bc92 net: Plan 9 support by Fazlul Shahriar · 14 years ago