1. dd7403b net: remove comment fragments by Russ Cox · 14 years ago
  2. 6cf98a4 net: fix windows build by Alex Brainman · 14 years ago
  3. 0856731 net: add IPv4 multicast to UDPConn by Dave Cheney · 14 years ago
  4. 9b66129 net: more accurate IPv4-in-IPv6 API test by Mikio Hara · 14 years ago
  5. df4b22f net: reject invalid net:proto network names by Olivier Antoine · 14 years ago
  6. cf75c86 syscall: change windows apis with bool return value to return errno instead by Alex Brainman · 14 years ago
  7. f4e76d8 replace non-blocking send, receive syntax with select by Russ Cox · 14 years ago
  8. f626696 net: fix build on old Linux kernels by Russ Cox · 14 years ago
  9. e46e192 net: fix build by Russ Cox · 14 years ago
  10. e7183e7 net: return cname in LookupHost by Russ Cox · 14 years ago
  11. 9e441e5 net: Fix race condition in test. by Ian Lance Taylor · 14 years ago
  12. de2184f net: get tests working to fix windows build by Alex Brainman · 14 years ago
  13. b7bf2a3 net: fix windows build (?) by Russ Cox · 14 years ago
  14. 5eb8c9b net: remove duplicate import of runtime by Andrew Gerrand · 14 years ago
  15. 035fcb0 net: fix build on freebsd by Russ Cox · 14 years ago
  16. a4f6ed3 net: add LookupAddr by Kyle Lemons · 14 years ago
  17. ff25900bb net: implement windows timeout by Wei Guangjing · 14 years ago
  18. 3a97119 net, syscall: return source address in Recvmsg by Albert Strasheim · 14 years ago
  19. 01fad6a net: add unixpacket by Albert Strasheim · 14 years ago
  20. 43582ba net: avoid nil dereference if /etc/services can't be opened by Corey Thomasson · 14 years ago
  21. 3a052b5 net: use closesocket api instead of CloseHandle on Windows by Alex Brainman · 14 years ago
  22. ed1cbca net: fix close of Listener by Michael Hoisie · 14 years ago
  23. 0c54225 remove nacl by Russ Cox · 14 years ago
  24. 7ec69c1 gofmt -s -w src by Mikio Hara · 14 years ago
  25. cf6c212 syscall, net: Add Recvmsg and Sendmsg on Linux. by Albert Strasheim · 14 years ago
  26. 92bfd85 net: fix TestDialGoogle by Russ Cox · 14 years ago
  27. 009aebd Removed bytes.Add and bytes.AddByte; we now have 'append'. by Kyle Consalus · 14 years ago
  28. 95c341f net: add ReadFrom and WriteTo windows version. by Wei Guangjing · 14 years ago
  29. 11ace8e net: fix windows build by Wei Guangjing · 14 years ago
  30. a144e3e net: provide public access to file descriptors by Keith Rarick · 14 years ago
  31. 25b1e83 net: fix LookupSRV by Chris Jones · 14 years ago
  32. 69c4e93 use append by Russ Cox · 14 years ago
  33. d86ab01 use copy by Russ Cox · 14 years ago
  34. 3478891 gofmt -s -w src misc by Robert Griesemer · 14 years ago
  35. 4f6fb1b net: fix comment on Dial to mention unix/unixgram. by David Symonds · 14 years ago
  36. 2408a4b net: allow _ in names by Russ Cox · 14 years ago
  37. a0a7768 net: comment pedantry by Russ Cox · 14 years ago
  38. 4e3c58c net: fix comment by Mikio Hara · 14 years ago
  39. d472665 net: enable v4-over-v6 on ip sockets by Russ Cox · 15 years ago
  40. b031b5c net: fix crash in DialIP by Russ Cox · 15 years ago
  41. 2ee420f ... changes by Russ Cox · 15 years ago
  42. dd0dec6 net/dict: parse response correctly + typo by Fazlul Shahriar · 15 years ago
  43. be443ee 5g: register allocation bugs by Russ Cox · 15 years ago
  44. e3a0c2f net: disable tests for functions not available on windows by Alex Brainman · 15 years ago
  45. 0aa2317 arm: work around reg allocator bug in 5g, in two parts. by Rob Pike · 15 years ago
  46. 0f5830b net: fix windows build by Russ Cox · 15 years ago
  47. 9c1b6df net: fix freebsd build by Russ Cox · 15 years ago
  48. ec72f9b net: add LookupMX by Corey Thomasson · 15 years ago
  49. 33cb469 net/textproto: Handle multi-line responses by Evan Shaw · 15 years ago
  50. d125fae net/ipsock.go: fix error checking bug by Scott Lawrence · 15 years ago
  51. da392d9 build: no required environment variables by Russ Cox · 15 years ago
  52. e41987c net: make IPv6 String method standards compliant by Mikio Hara · 15 years ago
  53. 844a863 net/textproto: new package, with example net/dict by Russ Cox · 15 years ago
  54. e96b683 fix windows build by Alex Brainman · 15 years ago
  55. c78be46 once: replace all uses of package once with sync.Once. by Rob Pike · 15 years ago
  56. adc13b1 net: implement windows version of LookupHost/Port/SRV by Wei Guangjing · 15 years ago
  57. fc4ba15 net: add nil checks to several String methods to avoid panics by Andrew Gerrand · 15 years ago
  58. 5ee02ee net: TCPConn.SetNoDelay, back by popular demand by Russ Cox · 15 years ago
  59. 4d87e8a net: fix crashing Read/Write when passed empty slice on windows by Alex Brainman · 15 years ago
  60. 42dd7a6 net(windows): properly handle EOF in (*netFD).Read(). by Alex Brainman · 15 years ago
  61. a9a24d4 Corrected a print statement from printing netfd to fd. by Vinu Rajashekhar · 15 years ago
  62. bb9261b net: initial attempt to implement windows version by Alex Brainman · 15 years ago
  63. 0046d51 net: add support for DNS SRV requests. by Kirklin McDonald · 15 years ago
  64. 00ad47f Move the function Run() back into fd.go. by Vinu Rajashekhar · 15 years ago
  65. e0334ab Move the functions, newPollServer and Run, from fd.go to a new source file. by Vinu Rajashekhar · 15 years ago
  66. f374575 net: move Dial, Listen out of net.go. by Russ Cox · 15 years ago
  67. 7edd496 net: Fix ICMP test. by Christopher Wedgwood · 15 years ago
  68. 45bdf03 reflect: add Kind, remove Int8Type, Int8Value, etc. by Russ Cox · 15 years ago
  69. 6aaef04 misc cleanup: gofmt + &x -> x[0:] conversion by Russ Cox · 15 years ago
  70. a63f73c net: fix typo by Andrew Gerrand · 15 years ago
  71. bb84f4b changes &x -> x[0:] for array to slice conversion by Russ Cox · 15 years ago
  72. 5c19c4e net: udp, implement BindToDevice by Christopher Wedgwood · 15 years ago
  73. 72fd5c8 go/printer, gofmt: fix printing of labels, apply gofmt to src, misc by Robert Griesemer · 15 years ago
  74. 13d5a19 net: implement raw sockets by Christopher Wedgwood · 15 years ago
  75. 9192ec2 netFD: fix race between Close and Read/Write by Michael Hoisie · 15 years ago
  76. 5789c86 Fix a typo in net/unixsock by Conrad Meyer · 15 years ago
  77. b5da6ea net: use short variable declaration by Christopher Wedgwood · 15 years ago
  78. be9f634 net: parser should handle EOF without newline properly. by Christopher Wedgwood · 15 years ago
  79. 7c77e45 net: do not require newline at end of resolv.conf by Russ Cox · 15 years ago
  80. dc606a2 net: drop non-RHEL-4.6 ports from test by Russ Cox · 15 years ago
  81. 9c8cee7 net: fix bug in internetSocket introduced by error cleanup. by Russ Cox · 15 years ago
  82. 47a0533 net: introduce net.Error interface by Russ Cox · 15 years ago
  83. 1d18e89 net: add Pipe by Russ Cox · 15 years ago
  84. 13f81fe net: fix bugs in packStructValue by Michael Hoisie · 15 years ago
  85. caa149f net: use chan bool instead of chan *netFD to avoid cycle by Russ Cox · 15 years ago
  86. c7122a3 simplify various code using new map index rule by Russ Cox · 15 years ago
  87. 00f9f0c single argument panic by Russ Cox · 15 years ago
  88. 325cf8e delete all uses of panicln by rewriting them using panic or, by Rob Pike · 15 years ago
  89. 0b98631 net: fix IPMask.String not to crash on all-0xff mask by Russ Cox · 15 years ago
  90. e53f7d8 net: put [ ] around IPv6 addresses for Dial by Russ Cox · 15 years ago
  91. 74b131c net: fix nil deref in testTimeout when Dial fails Pointed out by Scott Schwartz. by Russ Cox · 15 years ago
  92. 3b82f29 net: fix network timeout boundary condition. Fixes #472. by Stephen Ma · 15 years ago
  93. b73e592 net: correct DNS configuration by Stephen Ma · 15 years ago
  94. f44fa9b gofmt: experiment: align values in map composites where possible by Robert Griesemer · 15 years ago
  95. 9750adb strings: delete Runes, Bytes by Russ Cox · 15 years ago
  96. b86c0b0 Fix small typo in net package. by Stephen Weinberg · 15 years ago
  97. 5c2197a net: disable UDP server test by Russ Cox · 15 years ago
  98. c312d0e net: use slightly less predictable dns request id by Russ Cox · 15 years ago
  99. dd97923 net: fix segfault if /etc/hosts fails to open or doesn't exist by Michael Hoisie · 15 years ago
  100. 3fc41d5 net: parse aliases in /etc/hosts correctly by Andrey Mirtchovski · 15 years ago