1. 90a83be Make use of the DNS query hook in the netcontext by Ben Schwartz · 8 years ago
  2. 761bb2b Merge "Add the DNS query hook to net context" by Treehugger Robot · 8 years ago
  3. f0305dc Add the DNS query hook to net context by Ben Schwartz · 8 years ago
  4. 7a3681e Move libc_log code into libasync_safe. by Christopher Ferris · 8 years ago
  5. 62c03a4 Cleanup ANDROID_DNS_MODE and BIONIC_DNSCACHE by Nick Kralevich · 8 years ago
  6. 40d51f0 Remove all system properties references by Erik Kline · 9 years ago
  7. f8b4ff4 Merge "Remove obsolete #include and comment." by Treehugger Robot · 9 years ago
  8. 6eb8fb5 Remove obsolete #include and comment. by Elliott Hughes · 9 years ago
  9. 0e4cdff Don't flush the per-netid cache when adding nameservers. by Erik Kline · 9 years ago
  10. dfb74c5 Minor copyright header unification. by Elliott Hughes · 9 years ago
  11. a9209d7 Fix some easy cases of __ANDROID__ versus __BIONIC__. by Elliott Hughes · 9 years ago
  12. 06e2202 Always update search domain paths. by Pierre Imai · 9 years ago
  13. 8b8611a Record the resolution start time on errors. by Pierre Imai · 9 years ago
  14. 1b069a9 Fix DNS search path info. by Pierre Imai · 9 years ago
  15. 97c9d73 Add new info functions to resolver for use by Netd. by Pierre Imai · 9 years ago
  16. fff3567 Store DNS server count in resolv_cache. by Pierre Imai · 9 years ago
  17. 360800d Reduce the amount of logging in Bionic's resolver. by Pierre Imai · 9 years ago
  18. 03844d8 Fix off-by-one error in res_cache.c by Pierre Imai · 9 years ago
  19. 6b3f0d6 Ignore unreliable DNS servers. by Pierre Imai · 9 years ago
  20. 0967fc7 Copy the entire zero-separated DNS seach domain string. by Pierre Imai · 9 years ago
  21. b83d674 Improve FORTIFY failure diagnostics. by Elliott Hughes · 9 years ago
  22. 6170693 Make ThreadLocalBuffer a class rather than a macro. by Elliott Hughes · 10 years ago
  23. 9ecb7f4 am c3307dc4: Merge "Better control of pthread keys used in bionic." by Yabin Cui · 10 years ago
  24. 4a2891d Better control of pthread keys used in bionic. by Yabin Cui · 10 years ago
  25. 0772f93 am 6cf2cf8b: am 542b94d9: Merge "Remove unused CONFIG_SECONDS." by Elliott Hughes · 11 years ago
  26. 4dcfccf Remove unused CONFIG_SECONDS. by Elliott Hughes · 11 years ago
  27. 5bf4a17 am dedacf10: am 5c7964c5: Merge "Clean up <stdlib.h> slightly." by Elliott Hughes · 11 years ago
  28. 5c7964c Merge "Clean up <stdlib.h> slightly." by Elliott Hughes · 11 years ago
  29. ecbeee6 am 329db346: am f2d02c38: Merge "Make bionic compile even if resolver debugging is enabled." by Lorenzo Colitti · 11 years ago
  30. 76f8916 Clean up <stdlib.h> slightly. by Elliott Hughes · 11 years ago
  31. 616344d Make bionic compile even if resolver debugging is enabled. by Lorenzo Colitti · 11 years ago
  32. 6428c62 am 7d196768: am 927d8be7: Merge "Fix build error when XLOG is enabled" by Elliott Hughes · 11 years ago
  33. a6a0949 Fix build error when XLOG is enabled by Patrick Tjin · 11 years ago
  34. bb3579f am 96cd50f2: am 0e32e39d: Merge "Fix pthread key num calculation." by Yabin Cui · 11 years ago
  35. 6c238f2 Fix pthread key num calculation. by Yabin Cui · 11 years ago
  36. 8a94b86 am e5477f83: Fail queries fast if no DNS servers are configured. by Lorenzo Colitti · 11 years ago
  37. e5477f8 Fail queries fast if no DNS servers are configured. by Lorenzo Colitti · 11 years ago
  38. a2220ff am 72d72d91: Merge "Replace uses of sprintf(3) with snprintf(3)." by Dan Albert · 11 years ago
  39. 8b3b4fa am 72d72d91: Merge "Replace uses of sprintf(3) with snprintf(3)." by Dan Albert · 11 years ago
  40. cfd8c45 Replace uses of sprintf(3) with snprintf(3). by Dan Albert · 11 years ago
  41. d87d401 Improve <sys/cdefs.h>. by Elliott Hughes · 11 years ago
  42. 33a73bf When comparing DNS server configs, also compare number of servers by Lorenzo Colitti · 11 years ago
  43. da0ed4c am c71483c0: Merge "When comparing DNS server configs, also compare number of servers" by Lorenzo Colitti · 11 years ago
  44. c71483c Merge "When comparing DNS server configs, also compare number of servers" by Lorenzo Colitti · 11 years ago
  45. bce18c9 When comparing DNS server configs, also compare number of servers by Lorenzo Colitti · 11 years ago
  46. f975bc2 am 7b87d441: Merge "Switch to OpenBSD res_random." by Elliott Hughes · 11 years ago
  47. 06b0339 am 59de803a: Merge "libc should use O_CLOEXEC when opening files for its own use." by Elliott Hughes · 11 years ago
  48. 7b87d44 Merge "Switch to OpenBSD res_random." by Elliott Hughes · 11 years ago
  49. c674edb libc should use O_CLOEXEC when opening files for its own use. by Elliott Hughes · 11 years ago
  50. c228979 am 205cc415: Merge "Improve <sys/cdefs.h>." by Elliott Hughes · 11 years ago
  51. 2cfb4e8 Improve <sys/cdefs.h>. by Elliott Hughes · 11 years ago
  52. 1544eae Revert most of "Cleanup: Delete dead code." by Paul Jensen · 11 years ago
  53. 2582f02 Cleanup: Delete dead code. by Sreeram Ramachandran · 11 years ago
  54. 0f7d882 Switch to OpenBSD res_random. by Elliott Hughes · 11 years ago
  55. 88ed7d2 am d5a6a5e1: am db42a9f5: Merge "Fix three clang complaints about the DNS code." by Elliott Hughes · 11 years ago
  56. cda4006 am 2a70aba8: am ab4fc823: Merge "Fix all resolv warnings and turn on -Werror." by Elliott Hughes · 11 years ago
  57. 37b1b5b Fix all resolv warnings and turn on -Werror. by Elliott Hughes · 11 years ago
  58. 68c2755 Fix three clang complaints about the DNS code. by Elliott Hughes · 11 years ago
  59. b18a1c3 am e844f27a: am bcf77b5d: Merge "add CLOEXEC to various DNS related code" by Nick Kralevich · 11 years ago
  60. 1781ed7 add CLOEXEC to various DNS related code by Nick Kralevich · 11 years ago
  61. 31ad037 Make host resolver call __connect() rather than connect() so mark isn't cleared. by Paul Jensen · 11 years ago
  62. 41d9a50 Add support for deleting per-network DNS resolver caches. by Paul Jensen · 11 years ago
  63. ea9bf67 bionic: Replace iface with opaque netid in resolver. by Szymon Jakubczak · 11 years ago
  64. 0ad555a Update res_debug.c to take into account changes to the nameser.h by Calin Juravle · 11 years ago
  65. 569fb98 Moved nameser.h and namser_compat.h to public include dir by Calin Juravle · 11 years ago
  66. bd33537 Renamed the misleading libc/netbsd directory to libc/dns. by Calin Juravle · 11 years ago