1. 9a5bddd net: bring domain name length checks into RFC compliance by Richard Gibson · 8 years ago
  2. 2f73fe7a net: use libresolv rules for ndots range and validation by Dan Peterson · 9 years ago
  3. 5fe1b35 net: ensure dnsConfig search list is rooted by Matthew Dempsky · 9 years ago
  4. 4d9bda5 net: append ":53" to DNS servers when reading resolv.conf by Matthew Dempsky · 9 years ago
  5. 9faf5cd net: change type of dnsConfig.timeout from int to time.Duration by Dan Peterson · 9 years ago
  6. cbd7231 net: search domain from hostname if no search directives by Dan Peterson · 9 years ago
  7. 5efbdd9 net: fix race in (*resolverConfig).tryUpdate by Matthew Dempsky · 9 years ago
  8. f77e10f net: simplify error messages in tests by Mikio Hara · 10 years ago
  9. f390135 net: make go DNS use localhost if resolv.conf is missing or empty by Alex A Skinner · 10 years ago
  10. 4a0ba7a net: use Go's DNS resolver when system configuration permits by Brad Fitzpatrick · 10 years ago
  11. c007ce8 build: move package sources from src/pkg to src by Russ Cox · 11 years ago[Renamed from src/pkg/net/dnsconfig_unix_test.go]
  12. f403416 net: fix parsing literal IPv6 address with zone identifier in builtin dns stub resolver by Mikio Hara · 11 years ago
  13. ced0ba5 net: fix parsing literal IP address in builtin dns stub resolver by Mikio Hara · 11 years ago
  14. ace8bc3 net: enable builtin dns resolver tests on solaris by Mikio Hara · 11 years ago
  15. efd1d05 net: rename TestReadConfig to TestDNSReadConfig by Mikio Hara · 11 years ago
  16. b3f38b4 net: test dnsconfig_unix with sample resolv.conf by Anfernee Yongkun Gui · 11 years ago