Expand XCode clock_gettime fix to include MacOS 10.12, not just iOS10
1 file changed
tree: 8e58591ff062cd112b01257d85e986b95633665f
  1. m4/
  2. test/
  3. vc/
  4. .gitignore
  5. .travis.yml
  6. acinclude.m4
  7. acountry.1
  8. acountry.c
  9. adig.1
  10. adig.c
  11. ahost.1
  12. ahost.c
  13. appveyor.yml
  14. ares.h
  15. ares__close_sockets.c
  16. ares__get_hostent.c
  17. ares__read_line.c
  18. ares__timeval.c
  19. ares_build.h.cmake
  20. ares_build.h.dist
  21. ares_build.h.in
  22. ares_cancel.3
  23. ares_cancel.c
  24. ares_config.h.cmake
  25. ares_create_query.3
  26. ares_create_query.c
  27. ares_data.c
  28. ares_data.h
  29. ares_destroy.3
  30. ares_destroy.c
  31. ares_destroy_options.3
  32. ares_dns.h
  33. ares_dup.3
  34. ares_expand_name.3
  35. ares_expand_name.c
  36. ares_expand_string.3
  37. ares_expand_string.c
  38. ares_fds.3
  39. ares_fds.c
  40. ares_free_data.3
  41. ares_free_hostent.3
  42. ares_free_hostent.c
  43. ares_free_string.3
  44. ares_free_string.c
  45. ares_get_servers.3
  46. ares_get_servers_ports.3
  47. ares_getenv.c
  48. ares_getenv.h
  49. ares_gethostbyaddr.3
  50. ares_gethostbyaddr.c
  51. ares_gethostbyname.3
  52. ares_gethostbyname.c
  53. ares_gethostbyname_file.3
  54. ares_getnameinfo.3
  55. ares_getnameinfo.c
  56. ares_getopt.c
  57. ares_getopt.h
  58. ares_getsock.3
  59. ares_getsock.c
  60. ares_inet_net_pton.h
  61. ares_inet_ntop.3
  62. ares_inet_pton.3
  63. ares_init.3
  64. ares_init.c
  65. ares_init_options.3
  66. ares_iphlpapi.h
  67. ares_ipv6.h
  68. ares_library_cleanup.3
  69. ares_library_init.3
  70. ares_library_init.c
  71. ares_library_init.h
  72. ares_llist.c
  73. ares_llist.h
  74. ares_mkquery.3
  75. ares_mkquery.c
  76. ares_nowarn.c
  77. ares_nowarn.h
  78. ares_options.c
  79. ares_parse_a_reply.3
  80. ares_parse_a_reply.c
  81. ares_parse_aaaa_reply.3
  82. ares_parse_aaaa_reply.c
  83. ares_parse_mx_reply.3
  84. ares_parse_mx_reply.c
  85. ares_parse_naptr_reply.3
  86. ares_parse_naptr_reply.c
  87. ares_parse_ns_reply.3
  88. ares_parse_ns_reply.c
  89. ares_parse_ptr_reply.3
  90. ares_parse_ptr_reply.c
  91. ares_parse_soa_reply.3
  92. ares_parse_soa_reply.c
  93. ares_parse_srv_reply.3
  94. ares_parse_srv_reply.c
  95. ares_parse_txt_reply.3
  96. ares_parse_txt_reply.c
  97. ares_platform.c
  98. ares_platform.h
  99. ares_private.h
  100. ares_process.3
  101. ares_process.c
  102. ares_query.3
  103. ares_query.c
  104. ares_rules.h
  105. ares_save_options.3
  106. ares_search.3
  107. ares_search.c
  108. ares_send.3
  109. ares_send.c
  110. ares_set_local_dev.3
  111. ares_set_local_ip4.3
  112. ares_set_local_ip6.3
  113. ares_set_servers.3
  114. ares_set_servers_csv.3
  115. ares_set_servers_ports.3
  116. ares_set_servers_ports_csv.3
  117. ares_set_socket_callback.3
  118. ares_set_socket_configure_callback.3
  119. ares_set_sortlist.3
  120. ares_setup.h
  121. ares_strcasecmp.c
  122. ares_strcasecmp.h
  123. ares_strdup.c
  124. ares_strdup.h
  125. ares_strerror.3
  126. ares_strerror.c
  127. ares_timeout.3
  128. ares_timeout.c
  129. ares_version.3
  130. ares_version.c
  131. ares_version.h
  132. ares_writev.c
  133. ares_writev.h
  134. AUTHORS
  135. bitncmp.c
  136. bitncmp.h
  137. buildconf
  138. buildconf.bat
  139. cares.rc
  140. CHANGES
  141. CHANGES.0
  142. CMakeLists.txt
  143. config-dos.h
  144. config-win32.h
  145. configure.ac
  146. CONTRIBUTING.md
  147. get_ver.awk
  148. GIT-INFO
  149. git2changes.pl
  150. inet_net_pton.c
  151. inet_ntop.c
  152. INSTALL
  153. install-sh
  154. libcares.pc.in
  155. LICENSE.md
  156. Makefile.am
  157. Makefile.dj
  158. Makefile.inc
  159. Makefile.m32
  160. Makefile.msvc
  161. Makefile.netware
  162. Makefile.Watcom
  163. maketgz
  164. mkinstalldirs
  165. msvc_ver.inc
  166. nameser.h
  167. NEWS
  168. README.cares
  169. README.md
  170. README.msvc
  171. RELEASE-NOTES
  172. SECURITY.md
  173. setup_once.h
  174. TODO
  175. windows_port.c
README.md

c-ares

Build Status Windows Build Status Coverage Status CII Best Practices

This is c-ares, an asynchronous resolver library. It is intended for applications which need to perform DNS queries without blocking, or need to perform multiple DNS queries in parallel. The primary examples of such applications are servers which communicate with multiple clients and programs with graphical user interfaces.

The full source code is available in the ‘c-ares’ release archives, and in a git repository: http://github.com/c-ares/c-ares

If you find bugs, correct flaws, have questions or have comments in general in regard to c-ares (or by all means the original ares too), get in touch with us on the c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares

c-ares is of course distributed under the same MIT-style license as the original ares.

You'll find all c-ares details and news here: https://c-ares.haxx.se/

Notes for c-ares hackers

  • The distributed ares_build.h file is only intended to be used on systems which can not run the also distributed configure script.

  • The distributed ares_build.h file is generated as a copy of ares_build.h.dist when the c-ares source code distribution archive file is originally created.

  • If you check out from git on a non-configure platform, you must run the appropriate buildconf* script to set up ares_build.h and other local files before being able to compile the library.

  • On systems capable of running the configure script, the configure process will overwrite the distributed ares_build.h file with one that is suitable and specific to the library being configured and built, this new file is generated from the ares_build.h.in template file.

  • If you intend to distribute an already compiled c-ares library you MUST also distribute along with it the generated ares_build.h which has been used to compile it. Otherwise the library will be of no use for the users of the library that you have built. It is your responsibility to provide this file. No one at the c-ares project can know how you have built the library.

  • File ares_build.h includes platform and configuration dependent info, and must not be modified by anyone. Configure script generates it for you.

  • We cannot assume anything else but very basic compiler features being present. While c-ares requires an ANSI C compiler to build, some of the earlier ANSI compilers clearly can't deal with some preprocessor operators.

  • Newlines must remain unix-style for older compilers' sake.

  • Comments must be written in the old-style /* unnested C-fashion */

  • Try to keep line lengths below 80 columns.