1. fa90f9b net: there are no invalid domain names anymore by Russ Cox · 8 years ago
  2. 40d4be5 net: make all Resolver methods respect Resolver.PreferGo by Brad Fitzpatrick · 8 years ago
  3. 985d3d3 net: make proto and port lookups fall back to baked-in maps on Windows by Brad Fitzpatrick · 8 years ago
  4. 2bc5f12 net: add Resolver type, Dialer.Resolver, and DefaultResolver by Brad Fitzpatrick · 8 years ago
  5. 45bb887 net: stop using GetHostByName and GetServByName by Alex Brainman · 9 years ago
  6. f60fcca net: fix plan9 after context change, propagate contexts more by Brad Fitzpatrick · 9 years ago
  7. b6b4004 net: context plumbing, add Dialer.DialContext by Brad Fitzpatrick · 9 years ago
  8. ceeb52d net: LookupAddr("127.0.0.1") is "localhost" not "localhost." on Plan 9 and Windows by Mikio Hara · 9 years ago
  9. a1ebb376 net: fix typo in lookup_windows getprotobyname by Matt Robenolt · 9 years ago
  10. 92cc3c4 net: return rooted DNS names on windows by Alex Brainman · 10 years ago
  11. 055ecb7 net: fix inconsistent errors by Mikio Hara · 10 years ago
  12. 0fc582e8 net: fix inconsistent error values on Lookup by Mikio Hara · 10 years ago
  13. f00362b net: LookupHost and Resolve{TCP,UDP,IP}Addr should use zone from getaddrinfo by Andrew Pilloud · 10 years ago
  14. c007ce8 build: move package sources from src/pkg to src by Russ Cox · 10 years ago[Renamed from src/pkg/net/lookup_windows.go]
  15. a18a360 net: fix CNAME resolving on Windows by Egon Elbre · 11 years ago
  16. e541c86 net: fix misspelled variable name (fixes windows build) by Alex Brainman · 12 years ago
  17. fd58320 net: add minimal internet protocol number information base by Mikio Hara · 12 years ago
  18. 1d3efd6 net: limit number of concurrent cgo calls by Russ Cox · 12 years ago
  19. bc99993 net: prevent races during windows lookup calls by Alex Brainman · 12 years ago
  20. 6d175e2 net: use windows GetAddrInfoW in LookupPort when possible by Alex Brainman · 12 years ago
  21. eb2e6e5 net: implement IPv6 support for windows by Alex Brainman · 12 years ago
  22. a5b0c67 net: add LookupNS(domain string) Fixes #4224. by Stephen McQuay · 12 years ago
  23. 28397be net: replace error variable name e, errno with err by Mikio Hara · 13 years ago
  24. 994e064 pkg: add missing godoc comments to windows versions by Alex Brainman · 13 years ago
  25. ef65fed syscall: return error, not uintptr, when function returns error by Alex Brainman · 13 years ago
  26. c017a82 syscall: use error by Russ Cox · 13 years ago
  27. 965845a all: sort imports by Russ Cox · 13 years ago
  28. b43cf81 net: implement LookupTXT for windows by Alex Brainman · 13 years ago
  29. eb69292 src/pkg/[n-z]*: gofix -r error -force=error by Russ Cox · 13 years ago
  30. 48bb3e8 net: allow LookupSRV on non-standard DNS names by Russ Cox · 13 years ago
  31. 059c68b net: implement ip protocol name to number resolver for windows by Alex Brainman · 13 years ago
  32. 40d85fb net: add a LookupTXT function. by Nigel Tao · 13 years ago
  33. 5da14d1 net: implement windows LookupMX and LookupAddr by Alex Brainman · 14 years ago
  34. 9ded954 net: rearrange source files so we could run more tests on windows by Alex Brainman · 14 years ago[Renamed (66%) from src/pkg/net/resolv_windows.go]
  35. 684e065 net: disable dnsmsg_test on windows by Alex Brainman · 14 years ago
  36. 6e928e4 net: fix windows build by Russ Cox · 14 years ago
  37. 10694c8 net, syscall: fix windows build by Alexey Borzenkov · 14 years ago
  38. de2184f net: get tests working to fix windows build by Alex Brainman · 14 years ago
  39. b7bf2a3 net: fix windows build (?) by Russ Cox · 14 years ago
  40. 11ace8e net: fix windows build by Wei Guangjing · 14 years ago
  41. 0f5830b net: fix windows build by Russ Cox · 14 years ago
  42. adc13b1 net: implement windows version of LookupHost/Port/SRV by Wei Guangjing · 15 years ago