1. c98fd80 Unify MAXPACKET and refactor buffer allocation of getaddrinfo by Luke Huang · 5 years ago
  2. 8ab18ba Support RDNS on cache and uid/pid tagging by Praveen Moongalam Thyagarajan · 5 years ago
  3. 0848711 Explicitly allocate ResState on the call stack by Bernie Innocenti · 5 years ago
  4. c51f121 Resolv: Replace BSD types with regular C99 types by chenbruce · 5 years ago
  5. d8cbb9b Dead code removal - remove res->options by chenbruce · 5 years ago
  6. c7649d1 Add tests for resolv_set_nameservers_for_net in res_cache_test by Mike Yu · 5 years ago
  7. 2dac438 Use std::vector to store domains of nameservers and minor change by Luke Huang · 5 years ago
  8. d8ac475 Fix error code of resolv_getaddrinfo and cleanup for libnetd_resolv_test by Luke Huang · 5 years ago
  9. 9498178 Fill in each dns stats value in message NetworkDnsEventReported by lifr · 5 years ago
  10. 69e6718 Separate resolv_getaddrinfo from android_getaddrinfofornetcontext by Luke Huang · 5 years ago
  11. 018fdb2 Dead code removal - Remove res_setoptions() by chenbruce · 5 years ago
  12. 63abf5b Remove no-op trynumeric checks and labels by Bernie Innocenti · 5 years ago
  13. e71a28a Move internal functions out of libnetd_resolv's public headers by Bernie Innocenti · 5 years ago
  14. 5b24e21 [Resolver-log]: Some modifications for debug logging by chenbruce · 6 years ago
  15. 5471dca Unify log tag of DNS resolver by Ken Chen · 5 years ago
  16. a6914a6 Remap existing EAI_SYSTEM to avoid relying on global errno variable by Hungming Chen · 6 years ago
  17. 0d47042 Modify trivial inline functions. by chenbruce · 5 years ago
  18. ffc224a Disable sensitive logs by Ken Chen · 5 years ago
  19. c50c43d Use unique_ptr in dns_getaddrinfo() by Bernie Innocenti · 6 years ago
  20. 3952ccc resolv: small improvements for debug logging by Bernie Innocenti · 6 years ago
  21. acb832c [Resolver-log] Replacing unused debuging functions by LOG(x). by chenbruce · 6 years ago
  22. 0cfe9dc Cleanup: eliminate ai0 backup/restore logic by Bernie Innocenti · 6 years ago
  23. b0b32bc Cleanup: simplify iteration over explore_options in getaddrinfo by Bernie Innocenti · 6 years ago
  24. 2b1afbe Cleanup: eliminate pointer in getaddrinfo's main loop by Bernie Innocenti · 6 years ago
  25. 0a01553 Fix potential bugs that may cause resolver to retry endlessly by Ken Chen · 6 years ago
  26. ba7bef9 Implementation of control flags in asynchronous DNS query API by Luke Huang · 6 years ago
  27. 947aab0 Expose DNS response code to netd by Hungming Chen · 6 years ago
  28. dd4bfb9 Remove thread-local variable h_errno in getaddrinfo related APIs by Hungming Chen · 6 years ago
  29. 4e374b6 Misc cleanups for getaddrinfo.cpp by Bernie Innocenti · 6 years ago
  30. bfb1b34 Expose DNS timeout error to netd by Mike Yu · 6 years ago
  31. e0d73c9 Remove ERR() macro with goto, remove GET_CANONNAME() by Ken Chen · 6 years ago
  32. c7d5510 Unify DNS error codes reporting to the metrics by Mike Yu · 6 years ago
  33. e2bc46f Remove all non-public resolver APIs by Bernie Innocenti · 6 years ago
  34. b980f2f resolv: Unify sockaddr union by nuccachen · 6 years ago
  35. a49c0ba get_ai: Allocate socket address space for struct sockaddr_union by nuccachen · 6 years ago
  36. a4b3302 delete X/Open and dead code by Ken Chen · 6 years ago
  37. ac18b12 Move resolver public headers to separate include path by Bernie Innocenti · 6 years ago
  38. f40b3bd Fix -Wimplicit-fallthrough warnings in netd by Bernie Innocenti · 6 years ago
  39. 18a5ab5 Simplify freeaddrinfo() by Bernie Innocenti · 6 years ago
  40. 2e8540b resolv: dead code removal by Bernie Innocenti · 6 years ago
  41. 8fca66a Limit C linkage to public symbols by Bernie Innocenti · 6 years ago
  42. 455c623 nsdispatch removal from getaddrinfo() by Bernie Innocenti · 6 years ago
  43. 9c57593 Minimal changes to bring the resolver into the C++ era by Bernie Innocenti · 6 years ago[Renamed (97%) from getaddrinfo.c]
  44. c183482 resolv: Second un-ifdef pass by Bernie Innocenti · 6 years ago
  45. f33a63f resolv: First pass of un-ifdef by Bernie Innocenti · 6 years ago
  46. afaacf7 Build netd with a built-in resolver library by Bernie Innocenti · 6 years ago
  47. 8ad893f Re-indent resolver code with clang-format by Bernie Innocenti · 6 years ago
  48. 318ed2d Import verbatim DNS resolver code from bionic by Bernie Innocenti · 6 years ago