1. d422f54 os, net: define and use os.ErrDeadlineExceeded by Ian Lance Taylor · 4 years, 9 months ago
  2. 2e320a2 net: fix typo in dns client unix test by Isfan Azhabil · 5 years ago
  3. f0e940e net: avoid an infinite loop in LookupAddr by Michael Hendricks · 5 years ago
  4. 4ed2e19 net: fix conf.teardown call in TestGoLookupIPOrderFallbackToFile by Russ Cox · 6 years ago
  5. fac3b5d net: add IsNotFound field to DNSError by Shubham Sharma · 6 years ago
  6. 825ff1e net: use DNS over TCP when use-vc is set in resolv.conf by jfbus · 6 years ago
  7. dbc1703 net: support single-request resolv.conf option in pure Go resolver by jfbus · 6 years ago
  8. c5cf662 all: move internal/x to vendor/golang.org/x and revendor using 'go mod vendor' by Bryan C. Mills · 6 years ago
  9. 2012227 vendor/golang_org/x: move to internal/x by Bryan C. Mills · 6 years ago
  10. 9ff11b0 net: add AIX operating system by Clément Chigot · 6 years ago
  11. a6df1ce net: concatenate multiple TXT strings in single TXT record by Matthew Waters · 6 years ago
  12. 94f48dd net: fail fast for DNS rcode success with no answers of requested type by Ian Gudger · 6 years ago
  13. 5f5402b net: fix handling of Conns created by Resolver.Dial by Ian Gudger · 7 years ago
  14. 11b3ee6 net: fix DNS NXDOMAIN performance regression by Ian Gudger · 7 years ago
  15. 672729e net: use golang.org/x/net/dns/dnsmessage for DNS resolution by Ian Gudger · 7 years ago
  16. 6c877e5 net: avoid race on test hooks with DNS goroutines by Ian Lance Taylor · 7 years ago
  17. d8a7990 net: support all PacketConn and Conn returned by Resolver.Dial by Ben Burkert · 8 years ago
  18. 380aa88 net: allow Resolver to use a custom dialer by Matt Harden · 8 years ago
  19. 71e63fa all: use time.Time.Equal instead of == in some tests by Brad Fitzpatrick · 8 years ago
  20. 3928e84 net: fix tests for /etc/hosts with entries named "test" by Matthew Dempsky · 8 years ago
  21. bfc164c net: add Resolver.StrictErrors by Paul Marks · 8 years ago
  22. 3792db5 net: refactor poller into new internal/poll package by Ian Lance Taylor · 8 years ago
  23. 2f9dee9 net: make LookupCNAME's native behavior match its cgo behavior by Matthew Dempsky · 8 years ago
  24. a145890 all: don't call t.Fatal from a goroutine by Ian Lance Taylor · 8 years ago
  25. a1bf203 net: respect resolv.conf rotate option by Dan Peterson · 8 years ago
  26. 11e3955 net: restore per-query timeout logic by Matthew Dempsky · 8 years ago
  27. e3cecfd net: fix a typo by Mikio Hara · 8 years ago
  28. 289df4e net: don't avoid resolving .local addresses by Tom Wilkie · 8 years ago
  29. c1e8892 net: fix nits found by vet by Mikio Hara · 9 years ago
  30. 4d9bda5 net: append ":53" to DNS servers when reading resolv.conf by Matthew Dempsky · 9 years ago
  31. 98b99d5 net: ignore lame referral responses like libresolv by Matthew Dempsky · 9 years ago
  32. 3411d63 net: keep waiting for valid DNS response until timeout by Matthew Dempsky · 9 years ago
  33. f60fcca net: fix plan9 after context change, propagate contexts more by Brad Fitzpatrick · 9 years ago
  34. b6b4004 net: context plumbing, add Dialer.DialContext by Brad Fitzpatrick · 9 years ago
  35. ed7cd25 net: make use of internal/testenv package by Mikio Hara · 9 years ago
  36. 72c1180 net: don't do DNS for onion and local addresses by Brad Fitzpatrick · 9 years ago
  37. b48120c net: make TestGoLookupIPWithResolverConfig robust by Mikio Hara · 9 years ago
  38. fdd0179 all: fix typos and spelling by Martin Möhrmann · 9 years ago
  39. 8caf19c net: fix TestUpdateResolvConf after CL 18860 by Matthew Dempsky · 9 years ago
  40. c7754c8 net: add timeout to DNS requests sent by TestSpecialDomainName by Michael Munday · 9 years ago
  41. 3ad3d59 net: fix race in test by Brad Fitzpatrick · 9 years ago
  42. 5c0629b net: prefer error for original name on lookups by Dan Peterson · 9 years ago
  43. 723605e net: fix failing TestGoLookupIPOrderFallbackToFile by Benjamin Prosnitz · 9 years ago
  44. e614d60 net: fall back to hosts file if DNS lookup fails, despite order by Benjamin Prosnitz · 9 years ago
  45. 6aa48a9 net: don't return DNS query results including the second best records unconditionally by Mikio Hara · 10 years ago
  46. 7ef6a9f net: clean up builtin DNS stub resolver, fix tests by Mikio Hara · 10 years ago
  47. ef7e108 net: redo resolv.conf recheck implementation by Alex A Skinner · 10 years ago
  48. ef54930 net: simplify sync.Once calls in tests by Mikio Hara · 10 years ago
  49. 76d67ea net: align temporary file, directory names in tests by Mikio Hara · 10 years ago
  50. f77e10f net: simplify error messages in tests by Mikio Hara · 10 years ago
  51. f390135 net: make go DNS use localhost if resolv.conf is missing or empty by Alex A Skinner · 10 years ago
  52. 93553dd net: fix data race in benchmarks by Mikio Hara · 10 years ago
  53. 29d1f3b net: add socket system call hooks for testing by Mikio Hara · 10 years ago
  54. fdb8554 net: fix some typos in comments by Ian Lance Taylor · 10 years ago
  55. c007ce8 build: move package sources from src/pkg to src by Russ Cox · 10 years ago[Renamed from src/pkg/net/dnsclient_unix_test.go]
  56. ced0ba5 net: fix parsing literal IP address in builtin dns stub resolver by Mikio Hara · 10 years ago
  57. 39a021b net: implement query-response fast failover in builtin dns stub resolver by Alex A Skinner · 10 years ago
  58. 854dbb7 net: ensure identical queries are not sent multiple times in builtin stub resolver by Alex A Skinner · 10 years ago
  59. 48e7533 net: separate DNS transport from DNS query-response interaction by Mikio Hara · 10 years ago
  60. bf1d400 net: detect changes to /etc/resolv.conf. by Guillaume J. Charmes · 11 years ago
  61. ace8bc3 net: enable builtin dns resolver tests on solaris by Mikio Hara · 11 years ago
  62. fce0608 net: dragonfly support by Joel Sing · 11 years ago
  63. 3a93626 net: fix TestTCPLookup by Mikio Hara · 11 years ago
  64. 992374f net: fix build fix by Dmitriy Vyukov · 11 years ago
  65. d90a81c net: fix windows build by Dmitriy Vyukov · 11 years ago
  66. 0a3cb7e net: implement DNS TCP fallback query if UDP response is truncated by Alex A Skinner · 11 years ago