1. c5cf662 all: move internal/x to vendor/golang.org/x and revendor using 'go mod vendor' by Bryan C. Mills · 6 years ago
  2. 2012227 vendor/golang_org/x: move to internal/x by Bryan C. Mills · 6 years ago
  3. c659be4 net: make cgo resolver work more accurately with network parameter by Eugene Kalinin · 7 years ago
  4. 9ff11b0 net: add AIX operating system by Clément Chigot · 6 years ago
  5. a6df1ce net: concatenate multiple TXT strings in single TXT record by Matthew Waters · 6 years ago
  6. 39e59da net: use internal/bytealg insetad of linkname tricks by Ilya Tocar · 7 years ago
  7. b749845 net: limit concurrent threads to limit on file descriptors by Ian Lance Taylor · 7 years ago
  8. 5c3cb64 net: treat a nil *Resolver as a zero one, as documented by Brad Fitzpatrick · 7 years ago
  9. 0b20aec net: make Resolver.PreferGo work more as documented by Brad Fitzpatrick · 7 years ago
  10. 672729e net: use golang.org/x/net/dns/dnsmessage for DNS resolution by Ian Gudger · 7 years ago
  11. d8a7990 net: support all PacketConn and Conn returned by Resolver.Dial by Ben Burkert · 8 years ago
  12. 380aa88 net: allow Resolver to use a custom dialer by Matt Harden · 8 years ago
  13. c433c37 net: defer file.close() + minor style cleanup by Emmanuel Odeke · 8 years ago
  14. bfc164c net: add Resolver.StrictErrors by Paul Marks · 8 years ago
  15. 2f9dee9 net: make LookupCNAME's native behavior match its cgo behavior by Matthew Dempsky · 8 years ago
  16. 26aa742 net: use baked-in port numbers as fallback if cgo port lookup fails by Brad Fitzpatrick · 8 years ago
  17. 40d4be5 net: make all Resolver methods respect Resolver.PreferGo by Brad Fitzpatrick · 8 years ago
  18. 74190735 net: make LookupPort and lookupProtocol work on nacl by Brad Fitzpatrick · 9 years ago
  19. 00b779a net: simplify internal dtoi and xtoi funcs by Dan Peterson · 9 years ago
  20. 636670b net: use contexts for cgo-based DNS resolution by Scott Bell · 9 years ago
  21. f60fcca net: fix plan9 after context change, propagate contexts more by Brad Fitzpatrick · 9 years ago
  22. b6b4004 net: context plumbing, add Dialer.DialContext by Brad Fitzpatrick · 9 years ago
  23. 5194744 all: make copyright headers consistent with one space after period by Brad Fitzpatrick · 9 years ago
  24. 773b9b8 net: respect go vs cgo resolver selection in all lookup routines by Russ Cox · 10 years ago
  25. 99f5f79 net: allow LookupAddr to use getnameinfo when cgo is enabled by Mikio Hara · 10 years ago
  26. 4a0ba7a net: use Go's DNS resolver when system configuration permits by Brad Fitzpatrick · 10 years ago
  27. 0fc582e8 net: fix inconsistent error values on Lookup by Mikio Hara · 10 years ago
  28. f00362b net: LookupHost and Resolve{TCP,UDP,IP}Addr should use zone from getaddrinfo by Andrew Pilloud · 10 years ago
  29. 484cc67 net: separate NaCl dependent placeholders from BSD's by Mikio Hara · 10 years ago
  30. c007ce8 build: move package sources from src/pkg to src by Russ Cox · 11 years ago[Renamed from src/pkg/net/lookup_unix.go]
  31. 7c8280c all: merge NaCl branch (part 1) by Dave Cheney · 11 years ago
  32. 50df136 runtime, net: add support for GOOS=solaris by Aram Hăvărneanu · 11 years ago
  33. fce0608 net: dragonfly support by Joel Sing · 12 years ago
  34. fd58320 net: add minimal internet protocol number information base by Mikio Hara · 12 years ago
  35. a5b0c67 net: add LookupNS(domain string) Fixes #4224. by Stephen McQuay · 12 years ago
  36. 994e064 pkg: add missing godoc comments to windows versions by Alex Brainman · 13 years ago
  37. 9ca57a7 crypto/mime/net/time: add netbsd to +build tags by Joel Sing · 13 years ago
  38. eb69292 src/pkg/[n-z]*: gofix -r error -force=error by Russ Cox · 13 years ago
  39. 48bb3e8 net: allow LookupSRV on non-standard DNS names by Russ Cox · 13 years ago
  40. 059c68b net: implement ip protocol name to number resolver for windows by Alex Brainman · 13 years ago
  41. 2715956 build: add build comments to core packages by Russ Cox · 14 years ago
  42. 40d85fb net: add a LookupTXT function. by Nigel Tao · 14 years ago
  43. 5da14d1 net: implement windows LookupMX and LookupAddr by Alex Brainman · 14 years ago
  44. 9ded954 net: rearrange source files so we could run more tests on windows by Alex Brainman · 14 years ago