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