1. 7e43aee net: document that user shouldn't modify returned Addr by Shenghou Ma · 10 years ago
  2. 5ab3823 net: update TDDO by Mikio Hara · 10 years ago
  3. dca4605 net: fix misleading package comment example by Brad Fitzpatrick · 11 years ago
  4. c007ce8 build: move package sources from src/pkg to src by Russ Cox · 11 years ago[Renamed from src/pkg/net/net.go]
  5. a2a3514 net: move error messages related to OpError into net.go by Mikio Hara · 11 years ago
  6. bab302d undo CL 13348045 / 43675523c526 by Russ Cox · 12 years ago
  7. 02faa93 net: remove dreg of obsoleted network poller by Mikio Hara · 12 years ago
  8. b3fd434 net: make channel-based semaphore depend on receive, not send by Robert Daniel Kortschak · 12 years ago
  9. 1d3efd6 net: limit number of concurrent cgo calls by Russ Cox · 12 years ago
  10. 39a7017 net: make deadline helpers join to netFD as its methods by Mikio Hara · 12 years ago
  11. db84a45 net: move InvalidAddrError type into net.go by Mikio Hara · 12 years ago
  12. a0a45bb net: consolidate listenerBacklog declaration by Mikio Hara · 12 years ago
  13. 158a035 net: document OpError by Brad Fitzpatrick · 12 years ago
  14. 5416e6e net: document that File reverts connection to blocking mode. by Rick Arnold · 12 years ago
  15. 9fb9699 net: fix data races on deadline vars by Dave Cheney · 12 years ago
  16. 253ed02 net: update docs and sync API for Plan 9 by Anthony Martin · 12 years ago
  17. 306afc7 net: consolidate common socket functions for Plan 9 by Mikio Hara · 12 years ago
  18. ef6806f net: close fds eagerly in DialTimeout by Brad Fitzpatrick · 12 years ago
  19. 84e2046 net: use better error messages on windows by Alex Brainman · 12 years ago
  20. babbf94 net, net/rpc, reflect, time: document concurrency guarantees by Russ Cox · 13 years ago
  21. 8729d15 net: more docs on deadlines by Brad Fitzpatrick · 13 years ago
  22. 008e64d net: package doc overview / examples by Brad Fitzpatrick · 13 years ago
  23. 549ca93 net: move DNSConfigError to a portable file by Brad Fitzpatrick · 13 years ago
  24. 3d400db net: update comments to remove redundant "net" prefix by Mikio Hara · 13 years ago
  25. 2356e43 net: fix comments by Mikio Hara · 13 years ago
  26. b71883e net: change SetTimeout to SetDeadline by Brad Fitzpatrick · 13 years ago
  27. 01507b9 net: fix Windows build by Brad Fitzpatrick · 13 years ago
  28. eb69292 src/pkg/[n-z]*: gofix -r error -force=error by Russ Cox · 13 years ago
  29. 712fb6d os.Error API: don't export os.ErrorString, use os.NewError consistently by Robert Griesemer · 14 years ago
  30. 6a186d3 src/pkg: make package doc comments consistently start with "Package foo". by Nigel Tao · 14 years ago
  31. dd7403b net: remove comment fragments by Russ Cox · 14 years ago
  32. fc4ba15 net: add nil checks to several String methods to avoid panics by Andrew Gerrand · 15 years ago
  33. f374575 net: move Dial, Listen out of net.go. by Russ Cox · 15 years ago
  34. a63f73c net: fix typo by Andrew Gerrand · 15 years ago
  35. 13d5a19 net: implement raw sockets by Christopher Wedgwood · 15 years ago
  36. 47a0533 net: introduce net.Error interface by Russ Cox · 15 years ago
  37. 0281b71 net: make Dial correctly return nil on error. by Roger Peppe · 15 years ago
  38. a3d1045 1) Change default gofmt default settings for by Robert Griesemer · 15 years ago
  39. 3bb0032 - replaced gofmt expression formatting algorithm with by Robert Griesemer · 15 years ago
  40. 40621d5 remove semis after statements in one-statement statement lists by Robert Griesemer · 15 years ago
  41. 40a7db3 add top-level package comments for net, reflect, malloc. by Rob Pike · 15 years ago
  42. 368f8cb - fine-tuning of one-line func heuristic (nodes.go) by Robert Griesemer · 15 years ago
  43. 5d37705 gofmt-ify net by Robert Griesemer · 15 years ago
  44. c83b838 package net cleanup by Russ Cox · 15 years ago
  45. 35ace1d split ipsock.go, sock.go, and unixsock.go out of net.go by Russ Cox · 15 years ago
  46. ca6a0fe more "declared and not used". by Russ Cox · 16 years ago
  47. 28eba48 fix "declared and not used" errors in non-test code. by Russ Cox · 16 years ago
  48. b04ac10 convert non-low-level non-google pkg code to whole-package compilation. by Russ Cox · 16 years ago
  49. 55e790a clean up some BUG/TODO in go code by Russ Cox · 16 years ago
  50. a0bcaf4 Change os.Error convention: by Russ Cox · 16 years ago
  51. efc4088 make IP address available by Rob Pike · 16 years ago
  52. 5d2ee9d add Addr() string to net.Listener interface. by Russ Cox · 16 years ago
  53. d90e7cb mv src/lib to src/pkg by Rob Pike · 16 years ago[Renamed from src/lib/net/net.go]
  54. 9e0fec9 update Go tree to use new syscall package. by Russ Cox · 16 years ago
  55. cc1d4b7 Unix domain socket support, Linux and Darwin. by Russ Cox · 16 years ago
  56. 1b301ba throw away os._Error. make some error types in a few packages by Russ Cox · 16 years ago
  57. 97bc222 another attempt at avoiding IPv6 when it's not supported. by Russ Cox · 16 years ago
  58. 0d33992 next step for 6.out on Borg: fix and test net code on IPv4-only machines. by Russ Cox · 16 years ago
  59. bd8e25c auto-detect whether to use IPv6 or IPv4 kernel interface by Russ Cox · 16 years ago
  60. aaf63f8 Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Errors with os.Errors. by Rob Pike · 16 years ago
  61. 1f6463f Convert go tree to hierarchical pkg directory: by Russ Cox · 16 years ago
  62. 7a706fb Rename os.FD to os.File. by Russ Cox · 16 years ago
  63. 1e37e8a document Conn interface better, in preparation by Russ Cox · 16 years ago
  64. c93da7c7 net: doc, doc-inspired cleanup by Russ Cox · 16 years ago
  65. 91ceda5 add os.ForkExec, os.Exec, os.Wait, exec.OpenCmd. by Russ Cox · 16 years ago
  66. d8921c5 cleanups: by Russ Cox · 16 years ago
  67. 4cf7711 update go code tree to new func rules. by Russ Cox · 16 years ago
  68. 839a684 delete export by Russ Cox · 16 years ago
  69. 1a91b9a casify syscall and sequelae by Rob Pike · 16 years ago
  70. c840657 casify DNS by Russ Cox · 16 years ago
  71. 8a7cbad convert strconv by Russ Cox · 16 years ago
  72. 5564504 new new & make by Russ Cox · 16 years ago
  73. 33907d1 allow Listen on ":9999" as an alias for "0.0.0.0:9999" by Russ Cox · 16 years ago
  74. 08ca30b change *map to map; *chan to chan; new(T) to new(*T) by Russ Cox · 16 years ago
  75. d47d888 convert *[] to []. by Russ Cox · 16 years ago
  76. 83348f9 host and port name lookup by Russ Cox · 16 years ago
  77. d0e30cd assorted cleanup and fixes by Russ Cox · 16 years ago
  78. 079c00a correctly rounded floating-point conversions in new package strconv. by Russ Cox · 16 years ago
  79. 983f06b update code to follow new semicolon rules: by Russ Cox · 16 years ago
  80. a4f1564 i can import "net" in package net and still have a variable named "net" by Russ Cox · 17 years ago
  81. 6201a96 move src/syscall to src/lib/syscall. by Russ Cox · 17 years ago
  82. f023b7a Change the name of the result variable so that it does not by Ian Lance Taylor · 17 years ago
  83. 0e81bba export an os.Error constructor by Russ Cox · 17 years ago
  84. 9350ef4 add network listening & tests by Russ Cox · 17 years ago
  85. e8a0223 preliminary network - just Dial for now by Russ Cox · 17 years ago