1. 2237fcf Revert "Use inline keyword without underscores consistently" by Dan Albert · 1 year, 3 months ago
  2. 58f06e1 Use inline keyword without underscores consistently by Nick Desaulniers · 1 year, 4 months ago
  3. e0b3a39 Free memory when it is no more used am: c466fe95dc by Ken Chen · 7 years ago
  4. c466fe9 Free memory when it is no more used by Ken Chen · 7 years ago
  5. 96c619f Clear the resolver timeout when setting default __res_params by Bernie Innocenti · 7 years ago
  6. 9864564 Lay the groundwork for enabling EDNS0 in queries. by Ben Schwartz · 8 years ago
  7. 6eed8e1 Lay the groundwork for enabling EDNS0 in queries. by Ben Schwartz · 8 years ago
  8. 7a3681e Move libc_log code into libasync_safe. by Christopher Ferris · 8 years ago
  9. 62c03a4 Cleanup ANDROID_DNS_MODE and BIONIC_DNSCACHE by Nick Kralevich · 8 years ago
  10. f8b4ff4 Merge "Remove obsolete #include and comment." by Treehugger Robot · 9 years ago
  11. 6eb8fb5 Remove obsolete #include and comment. by Elliott Hughes · 9 years ago
  12. 0e4cdff Don't flush the per-netid cache when adding nameservers. by Erik Kline · 9 years ago
  13. 06e2202 Always update search domain paths. 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. 03844d8 Fix off-by-one error in res_cache.c by Pierre Imai · 9 years ago
  18. 6b3f0d6 Ignore unreliable DNS servers. by Pierre Imai · 9 years ago
  19. 0967fc7 Copy the entire zero-separated DNS seach domain string. by Pierre Imai · 9 years ago
  20. 4dcfccf Remove unused CONFIG_SECONDS. by Elliott Hughes · 11 years ago
  21. 616344d Make bionic compile even if resolver debugging is enabled. by Lorenzo Colitti · 11 years ago
  22. a6a0949 Fix build error when XLOG is enabled by Patrick Tjin · 11 years ago
  23. a2220ff am 72d72d91: Merge "Replace uses of sprintf(3) with snprintf(3)." by Dan Albert · 11 years ago
  24. cfd8c45 Replace uses of sprintf(3) with snprintf(3). by Dan Albert · 11 years ago
  25. da0ed4c am c71483c0: Merge "When comparing DNS server configs, also compare number of servers" by Lorenzo Colitti · 11 years ago
  26. c71483c Merge "When comparing DNS server configs, also compare number of servers" by Lorenzo Colitti · 11 years ago
  27. bce18c9 When comparing DNS server configs, also compare number of servers by Lorenzo Colitti · 11 years ago
  28. 06b0339 am 59de803a: Merge "libc should use O_CLOEXEC when opening files for its own use." by Elliott Hughes · 11 years ago
  29. c674edb libc should use O_CLOEXEC when opening files for its own use. by Elliott Hughes · 11 years ago
  30. 1544eae Revert most of "Cleanup: Delete dead code." by Paul Jensen · 11 years ago
  31. 2582f02 Cleanup: Delete dead code. by Sreeram Ramachandran · 11 years ago
  32. cda4006 am 2a70aba8: am ab4fc823: Merge "Fix all resolv warnings and turn on -Werror." by Elliott Hughes · 11 years ago
  33. 37b1b5b Fix all resolv warnings and turn on -Werror. by Elliott Hughes · 11 years ago
  34. 41d9a50 Add support for deleting per-network DNS resolver caches. by Paul Jensen · 11 years ago
  35. ea9bf67 bionic: Replace iface with opaque netid in resolver. by Szymon Jakubczak · 11 years ago
  36. 569fb98 Moved nameser.h and namser_compat.h to public include dir by Calin Juravle · 11 years ago
  37. bd33537 Renamed the misleading libc/netbsd directory to libc/dns. by Calin Juravle · 11 years ago[Renamed from libc/netbsd/resolv/res_cache.c]
  38. 908e8c2 Remove a __system_property_get call from the DNS code. by Elliott Hughes · 12 years ago
  39. 1cdc9fe am 8826ba8a: am bc545e8a: Merge "Fix x86_64 build, clean up intermediate libraries." by Elliott Hughes · 12 years ago
  40. eb847bc Fix x86_64 build, clean up intermediate libraries. by Elliott Hughes · 12 years ago
  41. d67662b Change how DNS resolver handle no default iface by Robert Greenwalt · 12 years ago
  42. a31ddef Change how DNS resolver handle no default iface by Robert Greenwalt · 12 years ago
  43. 638503b Fix remove_uidiface_info failing on first entry by Chad Brubaker · 12 years ago
  44. 87594a3 Add clearing of resolv uid and pid interface maps by Chad Brubaker · 12 years ago
  45. 0c9bb49 Add per UID interface support to resolv cache by Chad Brubaker · 12 years ago
  46. 90f7546 am cf23cbb1: am 12ea8005: am 5f829205: am c1416647: Merge "Clean up internal libc logging." by Elliott Hughes · 12 years ago
  47. 12ea800 am 5f829205: am c1416647: Merge "Clean up internal libc logging." by Elliott Hughes · 12 years ago
  48. 8f2a5a0 Clean up internal libc logging. by Elliott Hughes · 12 years ago
  49. fbae9f3 Bionic: Libc: Resolv: Stricter function signatures, unitialized return bug fix. by Sasha Levitskiy · 12 years ago
  50. c63e590 dns cache per interface iteration 2 by Mattias Falk · 14 years ago
  51. b002a2f Revert "dns cache per interface iteration 2" by Robert Greenwalt · 13 years ago
  52. f1464ff dns cache per interface iteration 2 by Mattias Falk · 14 years ago
  53. 78851f1 Cache negative DNS results. by Robert Greenwalt · 13 years ago
  54. 6f3222e Add search domain to dns interface data. by Robert Greenwalt · 13 years ago
  55. c5cab34 am 028ccf5d: Merge "Avoid multiple dns lookups for the same query" by Robert Greenwalt · 13 years ago
  56. a59cfcf Avoid multiple dns lookups for the same query by Mattias Falk · 14 years ago
  57. 53daf47 am 73a6566d: Merge "Remove expired dns cache entries before removing oldest" by Elliott Hughes · 13 years ago
  58. 73a6566 Merge "Remove expired dns cache entries before removing oldest" by Elliott Hughes · 13 years ago
  59. 52764f5 Increase the size of the system-wide dns cache by Robert Greenwalt · 14 years ago
  60. 208898e libc: remove private declarations from <time.h> and <resolv.h> by David 'Digit' Turner · 14 years ago
  61. 7f84da6 Add some logging of dns cache operations by Robert Greenwalt · 14 years ago
  62. 7779014 resolved conflicts for merge of 9363d912 to honeycomb-plus-aosp by Robert Greenwalt · 14 years ago
  63. 9363d91 Add per-interface dns caches. by Robert Greenwalt · 14 years ago
  64. 23d3e6b Add support for a dns cache per interface by Mattias Falk · 14 years ago
  65. dd16182 Remove expired dns cache entries before removing oldest by Anders Fredlund · 14 years ago
  66. 3a4910c Use system property to set dns cache size by Mattias Falk · 14 years ago
  67. 3e0c510 Add time-to-live (TTL) support to resolver cache by Mattias Falk · 15 years ago
  68. 7cc5666 resolv: make internal symbols static/hidden by Jim Huang · 15 years ago
  69. d378c68 Fix spurious DNS lookups in the C library. by David 'Digit' Turner · 15 years ago
  70. 1dc9e47 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  71. 1767f90 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  72. 6f04a0f auto import from //branches/cupcake/...@132276 by The Android Open Source Project · 16 years ago
  73. a27d2ba Initial Contribution by The Android Open Source Project · 17 years ago