1. 5842336 net: Plan 9 fixes by Fazlul Shahriar · 13 years ago
  2. c3733b2 net: document why we do not use SO_REUSEADDR on windows by Alex Brainman · 13 years ago
  3. c1d0f0e net: do not set SO_REUSEADDR for windows by Alex Brainman · 13 years ago
  4. 5657939 net: remove duplicate error information in Dial by Andrey Mirtchovski · 13 years ago
  5. 48bb3e8 net: allow LookupSRV on non-standard DNS names by Russ Cox · 13 years ago
  6. 313c822 gofix -r mapdelete by Russ Cox · 13 years ago
  7. ddc3381 net: skip ICMP test on Windows too unless uid 0 by Brad Fitzpatrick · 13 years ago
  8. 0686261 build: fix for new return restriction by Russ Cox · 13 years ago
  9. 791b2a4 net: Return error from CloseRead and CloseWrite. by Albert Strasheim · 13 years ago
  10. 51057bda3 net: fix "unexpected socket family" error from WriteToUDP. by Albert Strasheim · 13 years ago
  11. 059c68b net: implement ip protocol name to number resolver for windows by Alex Brainman · 13 years ago
  12. 4b74956 net: fix socket leak in case of Dial failure by Chris Farmiloe · 13 years ago
  13. b526036 net: add File method to IPConn by Mikio Hara · 13 years ago
  14. 394842e net: add shutdown: TCPConn.CloseWrite and CloseRead by Brad Fitzpatrick · 13 years ago
  15. 33a15eb net: make use of AF_UNSPEC instead of individual address family by Mikio Hara · 13 years ago
  16. 003bfa0 net: use /etc/hosts first when looking up IP addresses using native Go's dns resolver by Andrey Mirtchovski · 13 years ago
  17. 310e5fe net: reuse channels during io by Alex Brainman · 14 years ago
  18. f5181ae textproto: parse RFC 959 multiline responses correctly by Brad Fitzpatrick · 14 years ago
  19. 2715956 build: add build comments to core packages by Russ Cox · 14 years ago
  20. 40d85fb net: add a LookupTXT function. by Nigel Tao · 14 years ago
  21. bb8bbb2 Windows: net, syscall: implement SetsockoptIPMReq(), move to winsock v2.2 for multicast support. by Paul Lalonde · 14 years ago
  22. ef01ebf net: sync CIDRMask code, doc by Russ Cox · 14 years ago
  23. a2c2c87 net: ParseCIDR returns IPNet instead of IPMask by Mikio Hara · 14 years ago
  24. 683df29 net: change the internal form of IPMask for IPv4 by Mikio Hara · 14 years ago
  25. d130611 net: disable "tcp" test on openbsd by Joel Sing · 14 years ago
  26. 825f8c1 net: move internal string manipulation routines to parse.go by Mikio Hara · 14 years ago
  27. 78963f4 net: make use of IPv4len, IPv6len by Mikio Hara · 14 years ago
  28. 80f79ad net: make use of IPv4len, IPv6len by Mikio Hara · 14 years ago
  29. af18e4b net: add ParseMAC function by Paul Borman · 14 years ago
  30. fca5082 net: join and leave a IPv6 group address, on a specific interface by Mikio Hara · 14 years ago
  31. 0f7bc92 net: Plan 9 support by Fazlul Shahriar · 14 years ago
  32. d72c96d net: Added function SetTimeout() to interface Listener. Fixes #2148. by Aleksandar Dezelin · 14 years ago
  33. 5af6ce5 net: add multicast stubs for openbsd by Joel Sing · 14 years ago
  34. 1bc2451 net, syscall: move multicast address handling by Joel Sing · 14 years ago
  35. c20ced9 net: return correct local address for an accepted TCP connection by Mikio Hara · 14 years ago
  36. c024239 build: allow builds without cgo by Russ Cox · 14 years ago
  37. f6fab25 net: add support for openbsd by Joel Sing · 14 years ago
  38. 5da14d1 net: implement windows LookupMX and LookupAddr by Alex Brainman · 14 years ago
  39. ba98332 net: fix /proc/net/igmp,igmp6 reading bug on linux by Mikio Hara · 14 years ago
  40. 946cb0e net: joined group addresses for a specific interface for darwin, freebsd, linux by Mikio Hara · 14 years ago
  41. 2f4632f container/vector: removed some uses of container/vector in other pkgs by John Asmuth · 14 years ago
  42. 003d541 net: fix memory corruption in windows *netFD.ReadFrom by Alex Brainman · 14 years ago
  43. 971459e net/textproto: fix build by Russ Cox · 14 years ago
  44. 27a3dcd net/textproto: avoid 1 copy in ReadLine, ReadContinuedLine by Russ Cox · 14 years ago
  45. 90564a9 go/printer: changed max. number of newlines from 3 to 2 by Robert Griesemer · 14 years ago
  46. 3505045 net: windows/amd64 port by Wei Guangjing · 14 years ago
  47. dcdaeeb docs: fix wrong it's -> its by Brad Fitzpatrick · 14 years ago
  48. 5bcbcab3 sort: rename helpers: s/Sort// in sort.Sort[Float64s|Ints|Strings] by Andrew Gerrand · 14 years ago
  49. 63b8b948 windows: define and use syscall.Handle Fixes #1487. by Wei Guangjing · 14 years ago
  50. 73896bd net: break up and simplify Dial a bit by Brad Fitzpatrick · 14 years ago
  51. 25733a9 reflect: support for struct tag use by multiple packages by Russ Cox · 14 years ago
  52. 8844235 net, syscall: interface for windows by Yasuhiro Matsumoto · 14 years ago
  53. 712fb6d os.Error API: don't export os.ErrorString, use os.NewError consistently by Robert Griesemer · 14 years ago
  54. 21e75da respect goto restrictions by Russ Cox · 14 years ago
  55. c4dfc55 net: export all fields in Interface by Mikio Hara · 14 years ago
  56. 9ded954 net: rearrange source files so we could run more tests on windows by Alex Brainman · 14 years ago
  57. 1374097 net: Sendfile for win32. implement using TransmitFile(). by Yasuhiro Matsumoto · 14 years ago
  58. a8fd374 net: fix bug in net.Interfaces: handle elastic sdl_data size correctly by Mikio Hara · 14 years ago
  59. 0015e8e net: fix windows build by Mikio Hara · 14 years ago
  60. 518331d net: add network interface identification API by Mikio Hara · 14 years ago
  61. d1bdff5 net, syscall: update IP multicast socket options for darwin, freebsd, linux by Mikio Hara · 14 years ago
  62. 16dbf21 undo CL 4557058 / b4c2ffae7034 by Russ Cox · 14 years ago
  63. 4706ce3 net: stop Mac popups by Russ Cox · 14 years ago
  64. 50effb6 net: name-based destination address selection by Christopher Wedgwood · 14 years ago
  65. 3fbd478 pkg: spelling tweaks, I-Z by Robert Hencke · 14 years ago
  66. 0b8f1ac net: If we stop polling, remove any pending events for the socket by Ian Lance Taylor · 14 years ago
  67. b0f39cc io, net, http: sendfile support by Brad Fitzpatrick · 14 years ago
  68. 8c6dc5f net: re-enable wildcard listening by Mikio Hara · 14 years ago
  69. db36e03 net, http: add and make use of IP address scope identification API by Mikio Hara · 14 years ago
  70. aea1757 net: sort records returned by LookupSRV by Gary Burd · 14 years ago
  71. 2ddcad9 net: protocol family adaptive address family selection by Mikio Hara · 14 years ago
  72. 4336116 net: remove unused functions by Mikio Hara · 14 years ago
  73. 684e065 net: disable dnsmsg_test on windows by Alex Brainman · 14 years ago
  74. 8ef56f7 net: don't crash on unexpected DNS SRV responses by Brad Fitzpatrick · 14 years ago
  75. 12cf169 net: default to 127.0.0.1, not localhost, in TestICMP by Brad Fitzpatrick · 14 years ago
  76. bc92671 net: enable SO_REUSEPORT on BSD variants by Mikio Hara · 14 years ago
  77. 756df8e net: fix ipv6 test by Mikio Hara · 14 years ago
  78. 07abf1c fix tree for reflect rename by Russ Cox · 14 years ago
  79. a260de4 net: try /etc/hosts before loading DNS config. by Dmitry Chestnykh · 14 years ago
  80. 338b7ab net: fix EAI_BADFLAGS error on freebsd by Mikio Hara · 14 years ago
  81. 6e928e4 net: fix windows build by Russ Cox · 14 years ago
  82. 8dad7fe http: don't proxy loopback addresses by Brad Fitzpatrick · 14 years ago
  83. c9164a5 net: use C library resolver on FreeBSD, Linux, OS X / amd64, 386 by Russ Cox · 14 years ago
  84. 6a186d3 src/pkg: make package doc comments consistently start with "Package foo". by Nigel Tao · 14 years ago
  85. f80f97a net: fix dialgoogle_test.go by Quan Yong Zhai · 14 years ago
  86. b7065c5 net: disable one more external network test by Russ Cox · 14 years ago
  87. 4c9634f build: remove DISABLE_NET_TESTS by Russ Cox · 14 years ago
  88. c09af66 net: fix ParseIP Fixes #1695. by Quan Yong Zhai · 14 years ago
  89. 4c00618 pkg: manual cleanup of some gofixed code by Russ Cox · 14 years ago
  90. 785fbd9 net: sort records returned by LookupMX by Corey Thomasson · 14 years ago
  91. 420a17e net: fix laddr typo in test code. by Nigel Tao · 14 years ago
  92. 8b8b54a net: disable multicast tests by default. by Dave Cheney · 14 years ago
  93. db5c5d6 update go tree for reflect changes by Russ Cox · 14 years ago
  94. 8a90fd3 os: New Open API. by Rob Pike · 14 years ago
  95. f3ad899 net: fix typo by Mikio Hara · 14 years ago
  96. 10694c8 net, syscall: fix windows build by Alexey Borzenkov · 14 years ago
  97. 0793176 net: move bind back to sock.go by Alexey Borzenkov · 14 years ago
  98. 2f45f72 net: implement non-blocking connect by Alexey Borzenkov · 14 years ago
  99. 98828f0 fix build by Russ Cox · 14 years ago
  100. 41f93a4 net: drop laddr from Dial, cname from LookupHost; new functions by Russ Cox · 14 years ago