1. 917c592 Merge "Add support for getting binder via stable runtime ABI" by Mike Yu · 7 years ago
  2. d5e6406 Merge "Remove DNS event reporting level" by Bernie Innocenti · 7 years ago
  3. 8187f12 Merge "Copy queries synchronously in DnsTlsSocket" by Treehugger Robot · 7 years ago
  4. 2fef2b8 Remove DNS event reporting level by Bernie Innocenti · 7 years ago
  5. 39cc689 Add support for getting binder via stable runtime ABI by Mike Yu · 7 years ago
  6. 2187abe Copy queries synchronously in DnsTlsSocket by Ben Schwartz · 7 years ago
  7. ba7bef9 Implementation of control flags in asynchronous DNS query API by Luke Huang · 7 years ago
  8. 9c2c06f resolv: delete unused RES_F_* flags by Bernie Innocenti · 7 years ago
  9. 9676a3a Remove h_errno container from struct getnamaddr by Hungming Chen · 7 years ago
  10. 947aab0 Expose DNS response code to netd by Hungming Chen · 7 years ago
  11. 93d0afd Remove thread-local variable h_errno in resolver state by Hungming Chen · 7 years ago
  12. 6c84a3d Remove thread-local variable h_errno in gethostby{name, addr} related APIs by Hungming Chen · 7 years ago
  13. 598202c Unify DNS error code for android_gethostbyaddrfornetcontext by Hungming Chen · 7 years ago
  14. dd4bfb9 Remove thread-local variable h_errno in getaddrinfo related APIs by Hungming Chen · 7 years ago
  15. 0fcc280 Merge "Revert "Add TEST_MAPPING to system/netd"" by Treehugger Robot · 7 years ago
  16. 8b7adae Revert "Add TEST_MAPPING to system/netd" by Simran Basi · 7 years ago
  17. 7abfa17 Merge "Add TEST_MAPPING to system/netd" by Bernie Innocenti · 7 years ago
  18. 20581cd Add TEST_MAPPING to system/netd by Bernie Innocenti · 7 years ago
  19. 5531e30 Add control flags in asynchronous DNS query API by Luke Huang · 7 years ago
  20. b102dd2 Enable -Wsign-compare for netd and fix warnings by Bernie Innocenti · 7 years ago
  21. 16bb091 Merge "Remove another log line in DNSResponder." by Treehugger Robot · 7 years ago
  22. 8825023 Remove another log line in DNSResponder. by Lorenzo Colitti · 7 years ago
  23. c1ea74f Merge changes Ie0c919b3,I4e462e0c,I7d0d0ec3 by Lorenzo Colitti · 7 years ago
  24. 3d6402a Put verbose DNSResponder logging behind an #if 0. by Lorenzo Colitti · 7 years ago
  25. 6990632 Delete dead code for explicitly flushing the resolver cache. by Bernie Innocenti · 7 years ago
  26. e5abb94 Merge "Make resolv_unit_test hermetic." by Lorenzo Colitti · 7 years ago
  27. fc40d1b Merge changes from topic "resolv_dlopen" by Lorenzo Colitti · 7 years ago
  28. dae6667 Make resolv_unit_test hermetic. by Lorenzo Colitti · 7 years ago
  29. 3ad3cf2 Merge "Fix flaky test case, Async_EmptyAnswer" by Luke Huang · 7 years ago
  30. 8505af4 Make the resolver unit test statically link the resolver library. by Lorenzo Colitti · 7 years ago
  31. 84485a4 Use dlopen() and dlsym() for resolver functions by Lorenzo Colitti · 7 years ago
  32. 9c264bb Fix flaky test case, Async_EmptyAnswer by Luke Huang · 7 years ago
  33. 47fee4d Merge "Misc cleanups for getaddrinfo.cpp" by Treehugger Robot · 7 years ago
  34. 418cfb6 Add resolv_has_nameserver() to replace getHasDns() by cken · 7 years ago
  35. 4e374b6 Misc cleanups for getaddrinfo.cpp by Bernie Innocenti · 7 years ago
  36. a26cc2a Synthesize DNS64 prefix in netd by nuccachen · 7 years ago
  37. 727544c Merge "Fix using EDNS0 when no private DNS validated" by Mike Yu · 7 years ago
  38. 0efcc80 libnetd_resolv: Error path unit test for android_getaddrinfofornetcontext by nuccachen · 7 years ago
  39. 159bfae Assign dns cache size without checking environment variable ANDROID_DNS_MODE by nuccachen · 7 years ago
  40. 4f3747b Fix using EDNS0 when no private DNS validated by Mike Yu · 7 years ago
  41. 9e85443 Extend timeout to 120s for resolv_integration_test, resolv_unit_test by Ken Chen · 7 years ago
  42. 94b10b9 Add asynchronous DNS query API and basic tests. by Luke Huang · 7 years ago
  43. 0b0e4da Make libnetd_resolv depend on the NDK metrics AIDL. by Lorenzo Colitti · 7 years ago
  44. 79a8a1e Convert INetdEventListener to stable AIDL. by Lorenzo Colitti · 7 years ago
  45. 13b75a1 Merge "Let res_nsend return -errno directly" by Luke Huang · 7 years ago
  46. 2e0a828 Merge "Add resolv_res_nsend" by Luke Huang · 7 years ago
  47. 0ef46b5 Merge "Migrate INetd to stable aidl" by Luke Huang · 7 years ago
  48. aa6e5ed Let res_nsend return -errno directly by Luke Huang · 7 years ago
  49. 4973a0d Add resolv_res_nsend by Luke Huang · 7 years ago
  50. 70d1721 Migrate INetd to stable aidl by Luke Huang · 7 years ago
  51. bbca020 Add type cast to fix build error with "-Wsign-compare" cflag. by Sehee Park · 7 years ago
  52. 7637adb Merge "dns_responder: Remove never reached 'return'" by Treehugger Robot · 7 years ago
  53. 0a1c53d Add the tests for ResolverStats by Mike Yu · 7 years ago
  54. 9c492d8 dns_responder: Remove never reached 'return' by Greg Kaiser · 7 years ago
  55. 6f4d820 Merge "Set rcode correctly for res_tls_send" by Treehugger Robot · 7 years ago
  56. d7aa7b4 Set rcode correctly for res_tls_send by Luke Huang · 7 years ago
  57. 8f48e0c Merge "Move resolver_test.cpp from netd_integration_test to a new resolv_integration_test" by Treehugger Robot · 7 years ago
  58. b9fa206 Move resolver_test.cpp from netd_integration_test to a new resolv_integration_test by Ken Chen · 7 years ago
  59. 4c2a461 Fix stack overflow with more than 4 DNS servers & TLS by Bernie Innocenti · 7 years ago
  60. ce0a9d4 fix stack-use-after-scope in netd by Ken Chen · 7 years ago
  61. bfb1b34 Expose DNS timeout error to netd by Mike Yu · 7 years ago
  62. e0d73c9 Remove ERR() macro with goto, remove GET_CANONNAME() by Ken Chen · 7 years ago
  63. b601ff7 Merge PrivateDnsConfiguration and qhook into libnetd_resolv by Mike Yu · 7 years ago
  64. c7d5510 Unify DNS error codes reporting to the metrics by Mike Yu · 7 years ago
  65. f48c3c7 Remove libnetd_resolv dependency on Fwmark by Mike Yu · 7 years ago
  66. 545b52c Free memory when it is no more used by Ken Chen · 7 years ago
  67. bab3daa Merge libnetddns into libnetd_resolv by Mike Yu · 7 years ago
  68. c52739e Add libnetd_resolv_test for dns internal tests by Mike Yu · 7 years ago
  69. e2bc46f Remove all non-public resolver APIs by Bernie Innocenti · 7 years ago
  70. f33f978 Merge "Use a version script to hide symbols in libnetd_resolv.so" by Treehugger Robot · 7 years ago
  71. 458e13c Merge "resolv: Unify sockaddr union" by Treehugger Robot · 7 years ago
  72. 1e88674 Use a version script to hide symbols in libnetd_resolv.so by Bernie Innocenti · 7 years ago
  73. b980f2f resolv: Unify sockaddr union by nuccachen · 7 years ago
  74. 9227b7f gethtbyname: Reserve space for mapping IPv4 address to IPv6 address by nuccachen · 7 years ago
  75. c28257d gethtbyaddr: Reserve space for mapping IPv4 address to IPv6 address by nuccachen · 7 years ago
  76. a49c0ba get_ai: Allocate socket address space for struct sockaddr_union by nuccachen · 7 years ago
  77. a4b3302 delete X/Open and dead code by Ken Chen · 7 years ago
  78. e6fa86e inline __res_state_ext and get rid of EXT() by Ken Chen · 7 years ago
  79. ac18b12 Move resolver public headers to separate include path by Bernie Innocenti · 7 years ago
  80. 136af7b Move a few internal constants out of resolv_params.h by Bernie Innocenti · 7 years ago
  81. 3a4002e Turn implicit fallthrow warnings into errors by Bernie Innocenti · 7 years ago
  82. f40b3bd Fix -Wimplicit-fallthrough warnings in netd by Bernie Innocenti · 7 years ago
  83. 18a5ab5 Simplify freeaddrinfo() by Bernie Innocenti · 7 years ago
  84. 68bb7aa resolv: second pass of underscore removal by Bernie Innocenti · 7 years ago
  85. 7bf37ad Dead code removal in res_debug.cpp by Bernie Innocenti · 7 years ago
  86. 2e8540b resolv: dead code removal by Bernie Innocenti · 7 years ago
  87. 8fca66a Limit C linkage to public symbols by Bernie Innocenti · 7 years ago
  88. bd42b10 Remove non-public interfaces from resolv_netid.h by Bernie Innocenti · 7 years ago
  89. 7ef8555 Delete android_open_proxy() by Bernie Innocenti · 7 years ago
  90. a74088b Remove __LIBC_HIDDEN__ by Bernie Innocenti · 7 years ago
  91. 2a9244c Hide all symbols except those explicitly exported by libnetd_resolv by Bernie Innocenti · 7 years ago
  92. 9f05f5e resolv: Switch to android-base/logging.h by Bernie Innocenti · 7 years ago
  93. 455c623 nsdispatch removal from getaddrinfo() by Bernie Innocenti · 7 years ago
  94. 9f61dbd nsdispatch removal from gethostbyaddr() by Bernie Innocenti · 7 years ago
  95. c939de0 nsdispatch removal from gethostbyname() by Bernie Innocenti · 7 years ago
  96. 5c6e0b0 Dead code removal in res_debug.cpp by Bernie Innocenti · 7 years ago
  97. 9c57593 Minimal changes to bring the resolver into the C++ era by Bernie Innocenti · 7 years ago
  98. eb0c81a Re-indent hostent.h and res_comp.c by Bernie Innocenti · 7 years ago
  99. d1cc724 Verbatim import hostent.h and res_comp.c from bionic by Bernie Innocenti · 7 years ago
  100. c183482 resolv: Second un-ifdef pass by Bernie Innocenti · 7 years ago