1. 40e6fdb android_getaddrinfo_proxy: fix memory leak on failure. by Elliott Hughes · 6 years ago
  2. 2128202 bionic: Sort and cache hosts file data for fast lookup by Tom Marshall · 9 years ago
  3. e3ed892 Replace android_open_proxy with dns_open_proxy by Luke Huang · 7 years ago
  4. 5956847 Mark getaddrinfo functions with __BIONIC_WEAK_FOR_NATIVE_BRIDGE mark by Victor Khimenko · 7 years ago
  5. 35e620c Merge "Lay the groundwork for enabling EDNS0 in queries." by Treehugger Robot · 7 years ago
  6. 47fb0e8 Reduce max DNS response from 64K to 8K by Ben Schwartz · 8 years ago
  7. 6eed8e1 Lay the groundwork for enabling EDNS0 in queries. by Ben Schwartz · 8 years ago
  8. 90a83be Make use of the DNS query hook in the netcontext by Ben Schwartz · 8 years ago
  9. 8b114bd Check for bad packets in getaddrinfo.c's getanswer. am: 87c0dba7b1 am: dc0492ac4f am: f277bb86c6 am: 389e3e92e2 am: 0ffd7a5fb1 am: 0bf10a656b am: 2646bfc213 by Elliott Hughes · 9 years ago
  10. 6eb8fb5 Remove obsolete #include and comment. by Elliott Hughes · 9 years ago
  11. 7ec52b1 Enable libc/libdl/libm/linker for host bionic by Dan Willemsen · 9 years ago
  12. 87c0dba Check for bad packets in getaddrinfo.c's getanswer. by Elliott Hughes · 9 years ago
  13. a9209d7 Fix some easy cases of __ANDROID__ versus __BIONIC__. by Elliott Hughes · 9 years ago
  14. 7bbb181 Don't leak sockets if setsockopt() or fchown() fail. by Erik Kline · 9 years ago
  15. 754f669 Pass around struct android_net_context for better behaviour by Erik Kline · 10 years ago
  16. 01e37c9 Pass around struct android_net_context for better behaviour by Erik Kline · 10 years ago
  17. c62a4b5 Fix freeaddrinfo(NULL). by Elliott Hughes · 11 years ago
  18. 9773fa3 Clean up DNS proxying. by Elliott Hughes · 11 years ago
  19. 3638a83 Add error-check when mapping socket to fd by Robert Alm · 11 years ago
  20. 55293c1 Don't receive structs containing pointers over sockets. by Elliott Hughes · 11 years ago
  21. 06b0339 am 59de803a: Merge "libc should use O_CLOEXEC when opening files for its own use." by Elliott Hughes · 11 years ago
  22. c674edb libc should use O_CLOEXEC when opening files for its own use. by Elliott Hughes · 11 years ago
  23. b18a1c3 am e844f27a: am bcf77b5d: Merge "add CLOEXEC to various DNS related code" by Nick Kralevich · 11 years ago
  24. 1781ed7 add CLOEXEC to various DNS related code by Nick Kralevich · 11 years ago
  25. 31ad037 Make host resolver call __connect() rather than connect() so mark isn't cleared. by Paul Jensen · 11 years ago
  26. 5240b56 Query libnetd_client for the appropriate netId for host resolution. by Paul Jensen · 11 years ago
  27. 57a2627 Fix build breakage. by Sreeram Ramachandran · 11 years ago
  28. 559c784 Query libnetd_client for the appropriate netId for host resolution. by Paul Jensen · 11 years ago
  29. ea9bf67 bionic: Replace iface with opaque netid in resolver. by Szymon Jakubczak · 11 years ago
  30. 569fb98 Moved nameser.h and namser_compat.h to public include dir by Calin Juravle · 11 years ago
  31. bd33537 Renamed the misleading libc/netbsd directory to libc/dns. by Calin Juravle · 11 years ago[Renamed from libc/netbsd/net/getaddrinfo.c]
  32. e5911f3 resolved conflicts for merge of 937c3742 to klp-dev-plus-aosp by Robert Greenwalt · 12 years ago
  33. a31ddef Change how DNS resolver handle no default iface by Robert Greenwalt · 12 years ago
  34. 662bb87 am a9c5bb97: Merge "Fix the detection of alt-network in dns resolver." by Robert Greenwalt · 12 years ago
  35. 1d8d9a3 Fix the detection of alt-network in dns resolver. by Robert Greenwalt · 12 years ago
  36. 7e5d748 am e6345f1a: Merge "Tell the dns resolver about our domains." by Robert Greenwalt · 12 years ago
  37. e0805a9 Tell the dns resolver about our domains. by Robert Greenwalt · 12 years ago
  38. c39214e Add marking of DNS sockets for mark based routing by Chad Brubaker · 12 years ago
  39. 8dd195c am 7a29f404: Merge "Update getaddrinfo to RFC6724" by Elliott Hughes · 12 years ago
  40. 378b0e1 Update getaddrinfo to RFC6724 by Lorenzo Colitti · 12 years ago
  41. bfe0640 Don't pass pid to dnsproxyd by Nick Kralevich · 12 years ago
  42. c63e590 dns cache per interface iteration 2 by Mattias Falk · 14 years ago
  43. b002a2f Revert "dns cache per interface iteration 2" by Robert Greenwalt · 13 years ago
  44. f1464ff dns cache per interface iteration 2 by Mattias Falk · 14 years ago
  45. c59ba45 Use new binary code format by Robert Greenwalt · 13 years ago
  46. 06e1831 Prevent potential stall on dns proxy operations. by Selim Gurun · 13 years ago
  47. 1fb6662 Revert "Use the new NativeDaemonConnector style." by Kenny Root · 13 years ago
  48. 1625c7a Use the new NativeDaemonConnector style. by Robert Greenwalt · 13 years ago
  49. ca6fe7b Request both v4 and v6 dns when on secondary net by Robert Greenwalt · 14 years ago
  50. f432de2 Send both A and AAAA queries if all probes fail. by Lorenzo Colitti · 14 years ago
  51. b82532d Revert "Use framework hints to determine dns query type." by Lorenzo Colitti · 14 years ago
  52. 8af58f0 Use framework hints to determine dns query type. by Robert Greenwalt · 14 years ago
  53. 2cc2b2b Add some missing includes. by Carl Shapiro · 14 years ago
  54. 0ee092f Convert cname lenght before use by Mattias Falk · 14 years ago
  55. f03e2d3 am 5d45fa40: am 2081fda6: Merge "Only look up A records if the system has IPv4." into gingerbread by David Turner · 15 years ago
  56. 2081fda Merge "Only look up A records if the system has IPv4." into gingerbread by David Turner · 15 years ago
  57. 76b6f08 am 2be18508: am 2e23e292: Backport (simple cherry-pick) d33019030c1f0cddca557f9659e3c471bde0e6a9 to gingerbread. by Steinar H. Gunderson · 15 years ago
  58. ba96e30 Only look up A records if the system has IPv4. by Lorenzo Colitti · 15 years ago
  59. 2e23e29 Backport (simple cherry-pick) d33019030c1f0cddca557f9659e3c471bde0e6a9 by Steinar H. Gunderson · 15 years ago
  60. a798b9f Backport (simple cherry-pick) d1624add2b73ce8ff7826ce27b1d6d6e35bb83a6 by Steinar H. Gunderson · 15 years ago
  61. d1624ad Don't treat private IPv4 addresses as being in a non-global scope. The effect of this change is essentially to prefer NATed IPv4 over 6to4. by Steinar H. Gunderson · 15 years ago
  62. 7858564 Don't proxy getaddrinfo when net.dns1.[MYPID] is set. by Brad Fitzpatrick · 15 years ago
  63. a1dbf0b DNS proxy: the start. proxies getaddrinfo calls. by Brad Fitzpatrick · 15 years ago
  64. 50ace4f Remove compiler warnings when building Bionic. by David 'Digit' Turner · 15 years ago
  65. 7e0bfb5 Fix comparison of IPv6 prefixes by Kenny Root · 15 years ago
  66. 9ab75d4 Implement support for RFC 3484 (address selection/sorting) in bionic. (The by Steinar H. Gunderson · 15 years ago
  67. 3d8f4ad Don't request IPv6 addresses if AI_ADDRCONFIG is specified and the system has no IPv6 connectivity. by Lorenzo Colitti · 16 years ago
  68. 5e56370 change getaddrinfo() implementation to match GLibc. by David 'Digit' Turner · 16 years ago
  69. 1dc9e47 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  70. 1767f90 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  71. a27d2ba Initial Contribution by The Android Open Source Project · 17 years ago