1. 65dd858 Fix alignment after variable-length data. by Elliott Hughes · 10 years ago
  2. 754f669 Pass around struct android_net_context for better behaviour by Erik Kline · 10 years ago
  3. 6170693 Make ThreadLocalBuffer a class rather than a macro. by Elliott Hughes · 10 years ago
  4. 9ecb7f4 am c3307dc4: Merge "Better control of pthread keys used in bionic." by Yabin Cui · 10 years ago
  5. 4a2891d Better control of pthread keys used in bionic. by Yabin Cui · 10 years ago
  6. 8dc24ee am 3a31e697: am ee17e880: Merge "Define MAXHOSTNAMELEN explicitly in source files." by Yabin Cui · 10 years ago
  7. 2d8f9b5 Define MAXHOSTNAMELEN explicitly in source files. by Yabin Cui · 10 years ago
  8. 0772f93 am 6cf2cf8b: am 542b94d9: Merge "Remove unused CONFIG_SECONDS." by Elliott Hughes · 11 years ago
  9. 4dcfccf Remove unused CONFIG_SECONDS. by Elliott Hughes · 11 years ago
  10. dbfcf00 am e40b4eb3: am 7f17aea2: Merge "Add missing includes." by Elliott Hughes · 11 years ago
  11. 05fc1d7 Add missing includes. by Elliott Hughes · 11 years ago
  12. 5bf4a17 am dedacf10: am 5c7964c5: Merge "Clean up <stdlib.h> slightly." by Elliott Hughes · 11 years ago
  13. 5c7964c Merge "Clean up <stdlib.h> slightly." by Elliott Hughes · 11 years ago
  14. ecbeee6 am 329db346: am f2d02c38: Merge "Make bionic compile even if resolver debugging is enabled." by Lorenzo Colitti · 11 years ago
  15. 76f8916 Clean up <stdlib.h> slightly. by Elliott Hughes · 11 years ago
  16. 616344d Make bionic compile even if resolver debugging is enabled. by Lorenzo Colitti · 11 years ago
  17. 6428c62 am 7d196768: am 927d8be7: Merge "Fix build error when XLOG is enabled" by Elliott Hughes · 11 years ago
  18. a6a0949 Fix build error when XLOG is enabled by Patrick Tjin · 11 years ago
  19. 857e112 am e6594658: am 8623dc75: Merge "Fix freeaddrinfo(NULL)." by Elliott Hughes · 11 years ago
  20. c62a4b5 Fix freeaddrinfo(NULL). by Elliott Hughes · 11 years ago
  21. 598f866 am e4d3161a: am 4c30fedf: Merge "Move gethtnamaddr.c to net/ subdirectory." by Yabin Cui · 11 years ago
  22. a2177c6 Move gethtnamaddr.c to net/ subdirectory. by Yabin Cui · 11 years ago
  23. b695cb4 am be327941: am e28a1864: Merge "Support gethostbyname_r_ERANGE." by Yabin Cui · 11 years ago
  24. 7069256 Support gethostbyname_r_ERANGE. by Yabin Cui · 11 years ago
  25. 858e239 am 9a734138: am 370a3e57: Merge "Sync with upstream for gethnamaddr.c." by Yabin Cui · 11 years ago
  26. 58d33a5 Sync with upstream for gethnamaddr.c. by Yabin Cui · 11 years ago
  27. bb3579f am 96cd50f2: am 0e32e39d: Merge "Fix pthread key num calculation." by Yabin Cui · 11 years ago
  28. 6c238f2 Fix pthread key num calculation. by Yabin Cui · 11 years ago
  29. a70d547 am 1dff030e: am e7b8bc4e: Merge "Clean up DNS proxying." by Elliott Hughes · 11 years ago
  30. 9773fa3 Clean up DNS proxying. by Elliott Hughes · 11 years ago
  31. 8a94b86 am e5477f83: Fail queries fast if no DNS servers are configured. by Lorenzo Colitti · 11 years ago
  32. e5477f8 Fail queries fast if no DNS servers are configured. by Lorenzo Colitti · 11 years ago
  33. 3638a83 Add error-check when mapping socket to fd by Robert Alm · 11 years ago
  34. 55293c1 Don't receive structs containing pointers over sockets. by Elliott Hughes · 11 years ago
  35. ac5df33 am 6c5694b6: Merge "Migrate system/extra getaddrinfo test, and fix a bug in getservbyname(3)." by Elliott Hughes · 11 years ago
  36. ba81112 Migrate system/extra getaddrinfo test, and fix a bug in getservbyname(3). by Derek Xue · 11 years ago
  37. a2220ff am 72d72d91: Merge "Replace uses of sprintf(3) with snprintf(3)." by Dan Albert · 11 years ago
  38. cfd8c45 Replace uses of sprintf(3) with snprintf(3). by Dan Albert · 11 years ago
  39. d87d401 Improve <sys/cdefs.h>. by Elliott Hughes · 11 years ago
  40. 33a73bf When comparing DNS server configs, also compare number of servers by Lorenzo Colitti · 11 years ago
  41. da0ed4c am c71483c0: Merge "When comparing DNS server configs, also compare number of servers" by Lorenzo Colitti · 11 years ago
  42. c71483c Merge "When comparing DNS server configs, also compare number of servers" by Lorenzo Colitti · 11 years ago
  43. bce18c9 When comparing DNS server configs, also compare number of servers by Lorenzo Colitti · 11 years ago
  44. f975bc2 am 7b87d441: Merge "Switch to OpenBSD res_random." by Elliott Hughes · 11 years ago
  45. 06b0339 am 59de803a: Merge "libc should use O_CLOEXEC when opening files for its own use." by Elliott Hughes · 11 years ago
  46. 7b87d44 Merge "Switch to OpenBSD res_random." by Elliott Hughes · 11 years ago
  47. c674edb libc should use O_CLOEXEC when opening files for its own use. by Elliott Hughes · 11 years ago
  48. 1b6b56a am 7134fc30: Merge "Regenerate "services.h" from /etc/services." by Elliott Hughes · 11 years ago
  49. c228979 am 205cc415: Merge "Improve <sys/cdefs.h>." by Elliott Hughes · 11 years ago
  50. 2cfb4e8 Improve <sys/cdefs.h>. by Elliott Hughes · 11 years ago
  51. c4a1de1 Regenerate "services.h" from /etc/services. 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. dd9efcb am c5f1504e: am 6cdab387: Merge "Restore <nsswitch.h> which is BSD API, not private." by Elliott Hughes · 11 years ago
  61. bcf77b5 Merge "add CLOEXEC to various DNS related code" by Nick Kralevich · 11 years ago
  62. a311704 Restore <nsswitch.h> which is BSD API, not private. by Elliott Hughes · 11 years ago
  63. 71ee128 am e1047515: am f72c56d6: Merge "Switch to upstream NetBSD nsap_addr.c." by Elliott Hughes · 11 years ago
  64. a210cae Switch to upstream NetBSD nsap_addr.c. by Elliott Hughes · 11 years ago
  65. 1781ed7 add CLOEXEC to various DNS related code by Nick Kralevich · 11 years ago
  66. 1f29fd7 am 7e6f6965: am 1e7ae47d: Merge "Bring our "libresolv" stuff in line with glibc." by Elliott Hughes · 11 years ago
  67. 62e50ea am 294cae0f: am 1aaed87f: Merge "Somewhere, the declaration of _resolv_delete_cache_for_net went missing." by Elliott Hughes · 11 years ago
  68. b38018f am c189362d: am 564222e3: Merge "Use default hidden visibility to build libc_dns." by Elliott Hughes · 11 years ago
  69. 8563802 Use default hidden visibility to build libc_dns. by Elliott Hughes · 11 years ago
  70. e8e4534 Bring our "libresolv" stuff in line with glibc. by Elliott Hughes · 11 years ago
  71. 7f2d4c2 Somewhere, the declaration of _resolv_delete_cache_for_net went missing. by Elliott Hughes · 11 years ago
  72. 31ad037 Make host resolver call __connect() rather than connect() so mark isn't cleared. by Paul Jensen · 11 years ago
  73. 5240b56 Query libnetd_client for the appropriate netId for host resolution. by Paul Jensen · 11 years ago
  74. 57a2627 Fix build breakage. by Sreeram Ramachandran · 11 years ago
  75. 559c784 Query libnetd_client for the appropriate netId for host resolution. by Paul Jensen · 11 years ago
  76. 41d9a50 Add support for deleting per-network DNS resolver caches. by Paul Jensen · 11 years ago
  77. 3e5f0c9 Fix a gethnamaddr.c warning that's already fixed upstream. by Elliott Hughes · 11 years ago
  78. ea9bf67 bionic: Replace iface with opaque netid in resolver. by Szymon Jakubczak · 11 years ago
  79. c20de90 Remove ALIGNBYTES and ALIGN from <sys/param.h> by Calin Juravle · 11 years ago
  80. 205c788 Clean up reentrancy cruft. by Elliott Hughes · 11 years ago
  81. f2cea02 Clean up <stdio.h> macros. by Elliott Hughes · 11 years ago
  82. 0ad555a Update res_debug.c to take into account changes to the nameser.h by Calin Juravle · 11 years ago
  83. 85c5202 Fix broken pointer overflow check ns_name_unpack() by Calin Juravle · 11 years ago
  84. fcb502e Sync up nameser with upstream(2014.03.05) by Calin Juravle · 11 years ago
  85. 569fb98 Moved nameser.h and namser_compat.h to public include dir by Calin Juravle · 11 years ago
  86. cecc036 Moved private dns header to their own dir. by Calin Juravle · 11 years ago
  87. bd33537 Renamed the misleading libc/netbsd directory to libc/dns. by Calin Juravle · 11 years ago