1. d0bbfa8 Make res_init() work again. by Elliott Hughes · 4 years, 4 months ago
  2. e1dc4f6 Fewer copies of ALIGN()/ALIGNBYTES. by Elliott Hughes · 4 years, 7 months ago
  3. 814f38f Make more functions weak for native bridge by Lev Rumyantsev · 4 years, 10 months ago
  4. 4aef93a android_getaddrinfo_proxy: fix memory leak on failure. by Elliott Hughes · 6 years ago
  5. f47e89f Merge "Replace android_open_proxy with dns_open_proxy" by Luke Huang · 7 years ago
  6. e3ed892 Replace android_open_proxy with dns_open_proxy by Luke Huang · 7 years ago
  7. 8d65a81 getnameinfo: Don't add flag NI_NUMERICHOST for well-known prefix address by nuccachen · 7 years ago
  8. 5956847 Mark getaddrinfo functions with __BIONIC_WEAK_FOR_NATIVE_BRIDGE mark by Victor Khimenko · 7 years ago
  9. 35e620c Merge "Lay the groundwork for enabling EDNS0 in queries." by Treehugger Robot · 7 years ago
  10. 47fb0e8 Reduce max DNS response from 64K to 8K by Ben Schwartz · 8 years ago
  11. 6eed8e1 Lay the groundwork for enabling EDNS0 in queries. by Ben Schwartz · 8 years ago
  12. bb7d9fb Improve glibc compatibility of gethostby*_r functions. by Elliott Hughes · 8 years ago
  13. 5033918 Complete <netdb.h>. by Elliott Hughes · 8 years ago
  14. 90a83be Make use of the DNS query hook in the netcontext by Ben Schwartz · 8 years ago
  15. dd878fe Add a netcontext variant of gethostbyname by Ben Schwartz · 8 years ago
  16. 5017805 Add a netcontext variant of gethostbyaddr by Ben Schwartz · 8 years ago
  17. 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
  18. 6eb8fb5 Remove obsolete #include and comment. by Elliott Hughes · 9 years ago
  19. 7ec52b1 Enable libc/libdl/libm/linker for host bionic by Dan Willemsen · 9 years ago
  20. 87c0dba Check for bad packets in getaddrinfo.c's getanswer. by Elliott Hughes · 9 years ago
  21. a9209d7 Fix some easy cases of __ANDROID__ versus __BIONIC__. by Elliott Hughes · 9 years ago
  22. bab9d79 Remove <net/if_types.h>. by Elliott Hughes · 9 years ago
  23. 82140be Remove <net/if_ieee1394.h>. by Elliott Hughes · 9 years ago
  24. 26fda77 Fix b64_pton. by Elliott Hughes · 9 years ago
  25. 7bbb181 Don't leak sockets if setsockopt() or fchown() fail. by Erik Kline · 9 years ago
  26. dbb17b2 Fix alignment after variable-length data. by Elliott Hughes · 10 years ago
  27. 65dd858 Fix alignment after variable-length data. by Elliott Hughes · 10 years ago
  28. 754f669 Pass around struct android_net_context for better behaviour by Erik Kline · 10 years ago
  29. 01e37c9 Pass around struct android_net_context for better behaviour by Erik Kline · 10 years ago
  30. 05fc1d7 Add missing includes. by Elliott Hughes · 11 years ago
  31. c62a4b5 Fix freeaddrinfo(NULL). by Elliott Hughes · 11 years ago
  32. a2177c6 Move gethtnamaddr.c to net/ subdirectory. by Yabin Cui · 11 years ago
  33. 7069256 Support gethostbyname_r_ERANGE. by Yabin Cui · 11 years ago
  34. 58d33a5 Sync with upstream for gethnamaddr.c. by Yabin Cui · 11 years ago
  35. 9773fa3 Clean up DNS proxying. by Elliott Hughes · 11 years ago
  36. 3638a83 Add error-check when mapping socket to fd by Robert Alm · 11 years ago
  37. 55293c1 Don't receive structs containing pointers over sockets. by Elliott Hughes · 11 years ago
  38. ac5df33 am 6c5694b6: Merge "Migrate system/extra getaddrinfo test, and fix a bug in getservbyname(3)." by Elliott Hughes · 11 years ago
  39. ba81112 Migrate system/extra getaddrinfo test, and fix a bug in getservbyname(3). by Derek Xue · 11 years ago
  40. 06b0339 am 59de803a: Merge "libc should use O_CLOEXEC when opening files for its own use." by Elliott Hughes · 11 years ago
  41. c674edb libc should use O_CLOEXEC when opening files for its own use. by Elliott Hughes · 11 years ago
  42. 1b6b56a am 7134fc30: Merge "Regenerate "services.h" from /etc/services." by Elliott Hughes · 11 years ago
  43. c4a1de1 Regenerate "services.h" from /etc/services. by Elliott Hughes · 11 years ago
  44. cda4006 am 2a70aba8: am ab4fc823: Merge "Fix all resolv warnings and turn on -Werror." by Elliott Hughes · 11 years ago
  45. 37b1b5b Fix all resolv warnings and turn on -Werror. by Elliott Hughes · 11 years ago
  46. b18a1c3 am e844f27a: am bcf77b5d: Merge "add CLOEXEC to various DNS related code" by Nick Kralevich · 11 years ago
  47. dd9efcb am c5f1504e: am 6cdab387: Merge "Restore <nsswitch.h> which is BSD API, not private." by Elliott Hughes · 11 years ago
  48. bcf77b5 Merge "add CLOEXEC to various DNS related code" by Nick Kralevich · 11 years ago
  49. a311704 Restore <nsswitch.h> which is BSD API, not private. by Elliott Hughes · 11 years ago
  50. 1781ed7 add CLOEXEC to various DNS related code by Nick Kralevich · 11 years ago
  51. 31ad037 Make host resolver call __connect() rather than connect() so mark isn't cleared. by Paul Jensen · 11 years ago
  52. 5240b56 Query libnetd_client for the appropriate netId for host resolution. by Paul Jensen · 11 years ago
  53. 57a2627 Fix build breakage. by Sreeram Ramachandran · 11 years ago
  54. 559c784 Query libnetd_client for the appropriate netId for host resolution. by Paul Jensen · 11 years ago
  55. ea9bf67 bionic: Replace iface with opaque netid in resolver. by Szymon Jakubczak · 11 years ago
  56. 205c788 Clean up reentrancy cruft. by Elliott Hughes · 11 years ago
  57. f2cea02 Clean up <stdio.h> macros. by Elliott Hughes · 11 years ago
  58. 569fb98 Moved nameser.h and namser_compat.h to public include dir by Calin Juravle · 11 years ago
  59. bd33537 Renamed the misleading libc/netbsd directory to libc/dns. by Calin Juravle · 11 years ago