AmigaOS port of c-ares https://c-ares.haxx.se/
Go to file
Doug Kwan bc529dd0c2 ares_build.h: fix building on 64-bit powerpc
There are two issues.

1. gcc actually does not use __ppc__ and __ppc64__ but __PPC__ and
__PPC64__.  The tests of __ILP32__ and __LP64__ are sufficient for gcc.

2. clang defines __GNU__ and defines both __ppc64__ and __ppc__ when
targeting ppc64.  This makes CARES_SIZEOF_LONG to be 4 on a ppc64 system
when building with clang.

My patch is two change the order of the checks so that we check the
64-bit case first.
2014-02-16 22:54:45 +01:00
m4 xc-am-iface.m4: comments refinement 2013-07-18 16:03:21 +02:00
vc vc6cares.dsp: add ares_create_query.c and ares_parse_soa_reply.c 2012-12-18 13:54:27 +01:00
.gitignore gitignore: ignore all ares_*pdf but also CHANGES.dist 2013-05-12 16:10:47 +02:00
AUTHORS AUTHORS: synced with 83093ac450 2012-08-21 22:59:05 +02:00
CHANGES
CHANGES.0
GIT-INFO
INSTALL
Makefile.Watcom
Makefile.am Makefile.am: increment -version-info for 1.10.0 release 2013-04-23 16:44:56 +02:00
Makefile.dj
Makefile.inc build: fix build on msvc11 2013-05-02 22:46:48 +02:00
Makefile.m32 Create ares_build.h when buidling from Git. 2013-04-11 14:08:51 +02:00
Makefile.msvc build: fix build on msvc11 2013-05-02 22:46:48 +02:00
Makefile.netware
NEWS
README README: remove unnecessary comment 2013-04-23 00:33:24 +02:00
README.cares
README.msvc
RELEASE-NOTES bump: start working towards 1.10.1 2013-05-12 16:09:32 +02:00
TODO
acinclude.m4 nowarn: use <limits.h> instead of configure for size of long 2013-08-27 13:36:41 +02:00
acountry.1
acountry.c ares_inet_pton/ntop: cleanup 2013-02-17 17:44:02 +01:00
adig.1
adig.c ares_inet_pton/ntop: cleanup 2013-02-17 17:44:02 +01:00
ahost.1
ahost.c ares_inet_pton/ntop: cleanup 2013-02-17 17:44:02 +01:00
ares.h ares.h: stricter CARES_EXTERN linkage decorations logic 2013-03-10 21:28:35 +01:00
ares__close_sockets.c setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h> 2012-12-14 18:36:59 +01:00
ares__get_hostent.c ares_inet_pton/ntop: cleanup 2013-02-17 17:44:02 +01:00
ares__read_line.c Header inclusion clean-up 2012-12-14 18:25:56 +01:00
ares__timeval.c
ares_build.h.dist ares_build.h: fix building on 64-bit powerpc 2014-02-16 22:54:45 +01:00
ares_build.h.in
ares_cancel.3 Documentation: properly document ARES_ECANCELLED 2013-04-08 22:16:48 +02:00
ares_cancel.c ares_cancel(): cancel requests safely 2013-04-08 22:16:48 +02:00
ares_create_query.3 ares_create_query.3: mention when this is added 2012-08-17 23:14:24 +02:00
ares_create_query.c setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h> 2012-12-14 18:36:59 +01:00
ares_data.c ares_get_datatype: removed unused function 2013-02-13 14:58:04 +01:00
ares_data.h ares_get_datatype: removed unused function 2013-02-13 14:58:04 +01:00
ares_destroy.3 ares_destroy() documentation: no new requests 2013-04-08 22:16:48 +02:00
ares_destroy.c Header inclusion clean-up 2012-12-14 18:25:56 +01:00
ares_destroy_options.3
ares_dns.h Added new feature (rfc2671) 2012-08-17 00:54:47 +02:00
ares_dup.3
ares_expand_name.3 ares_expand_name.3: clarify how to free the data 2013-02-13 11:01:50 +01:00
ares_expand_name.c protocol parsing: check input data stricter 2013-04-15 22:28:01 +02:00
ares_expand_string.3
ares_expand_string.c setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h> 2012-12-14 18:36:59 +01:00
ares_fds.3
ares_fds.c Header inclusion clean-up 2012-12-14 18:25:56 +01:00
ares_free_data.3 SOA parser added 2012-06-15 13:32:48 +02:00
ares_free_hostent.3
ares_free_hostent.c Header inclusion clean-up 2012-12-14 18:25:56 +01:00
ares_free_string.3
ares_free_string.c Header inclusion clean-up 2012-12-14 18:25:56 +01:00
ares_get_servers.3
ares_getenv.c
ares_getenv.h
ares_gethostbyaddr.3 Documentation: properly document ARES_ECANCELLED 2013-04-08 22:16:48 +02:00
ares_gethostbyaddr.c ares_inet_pton/ntop: cleanup 2013-02-17 17:44:02 +01:00
ares_gethostbyname.3 Documentation: properly document ARES_ECANCELLED 2013-04-08 22:16:48 +02:00
ares_gethostbyname.c ares_inet_pton/ntop: cleanup 2013-02-17 17:44:02 +01:00
ares_gethostbyname_file.3
ares_getnameinfo.3 Documentation: properly document ARES_ECANCELLED 2013-04-08 22:16:48 +02:00
ares_getnameinfo.c ares_inet_pton/ntop: cleanup 2013-02-17 17:44:02 +01:00
ares_getopt.c
ares_getopt.h
ares_getsock.3
ares_getsock.c Header inclusion clean-up 2012-12-14 18:25:56 +01:00
ares_inet_net_pton.h ares_inet_pton/ntop: cleanup 2013-02-17 17:44:02 +01:00
ares_inet_ntop.3 ares_inet_ntop.3: s/socklen_t/ares_socklen_t 2013-03-08 14:13:21 +01:00
ares_inet_pton.3 spell inet correctly! 2013-02-17 17:51:37 +01:00
ares_init.3
ares_init.c ares_inet_pton/ntop: cleanup 2013-02-17 17:44:02 +01:00
ares_init_options.3
ares_iphlpapi.h
ares_ipv6.h
ares_library_cleanup.3 library init: documentation update 2013-04-22 23:26:01 +02:00
ares_library_init.3 library init: documentation update 2013-04-22 23:26:01 +02:00
ares_library_init.c library init: be recursive 2013-04-22 23:24:50 +02:00
ares_library_init.h
ares_llist.c ares__swap_lists: make private and static 2013-02-13 14:58:04 +01:00
ares_llist.h ares__swap_lists: make private and static 2013-02-13 14:58:04 +01:00
ares_mkquery.3 Added new feature (rfc2671) 2012-08-17 00:54:47 +02:00
ares_mkquery.c Added new feature (rfc2671) 2012-08-17 00:54:47 +02:00
ares_nowarn.c nowarn: use <limits.h> instead of configure for size of long 2013-08-27 13:36:41 +02:00
ares_nowarn.h
ares_options.c ares_set_servers_csv: fixed IPv6 address parsing 2013-05-12 15:23:43 +02:00
ares_parse_a_reply.3 nroff: fix two syntax mistakes 2013-05-02 23:11:13 +02:00
ares_parse_a_reply.c protocol parsing: check input data stricter 2013-04-15 22:28:01 +02:00
ares_parse_aaaa_reply.3 nroff: fix two syntax mistakes 2013-05-02 23:11:13 +02:00
ares_parse_aaaa_reply.c ares_parse_aaaa_reply: Plug memory leak 2013-04-22 23:54:40 +02:00
ares_parse_mx_reply.3
ares_parse_mx_reply.c protocol parsing: check input data stricter 2013-04-15 22:28:01 +02:00
ares_parse_naptr_reply.3
ares_parse_naptr_reply.c protocol parsing: check input data stricter 2013-04-15 22:28:01 +02:00
ares_parse_ns_reply.3
ares_parse_ns_reply.c protocol parsing: check input data stricter 2013-04-15 22:28:01 +02:00
ares_parse_ptr_reply.3
ares_parse_ptr_reply.c protocol parsing: check input data stricter 2013-04-15 22:28:01 +02:00
ares_parse_soa_reply.3 SOA parser added 2012-06-15 13:32:48 +02:00
ares_parse_soa_reply.c setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h> 2012-12-14 18:36:59 +01:00
ares_parse_srv_reply.3
ares_parse_srv_reply.c protocol parsing: check input data stricter 2013-04-15 22:28:01 +02:00
ares_parse_txt_reply.3 ares_parse_txt_reply: return a ares_txt_reply node for each sub-string 2013-04-22 23:32:02 +02:00
ares_parse_txt_reply.c ares_parse_txt_reply: return a ares_txt_reply node for each sub-string 2013-04-22 23:32:02 +02:00
ares_platform.c
ares_platform.h
ares_private.h timeoffset: made static and private 2013-08-27 13:06:57 +02:00
ares_process.3
ares_process.c Fixed warning 'type specifier missing'. 2013-08-31 22:40:22 +02:00
ares_query.3 Documentation: properly document ARES_ECANCELLED 2013-04-08 22:16:48 +02:00
ares_query.c ares__generate_new_id: moved to ares_query.c 2013-02-13 14:58:04 +01:00
ares_rules.h ares_rules.h: CARES_SIZEOF_LONG doesn't exist anymore, don't test for it 2013-08-30 23:03:07 +02:00
ares_save_options.3
ares_search.3 Documentation: properly document ARES_ECANCELLED 2013-04-08 22:16:48 +02:00
ares_search.c single_domain: Invalid memory access for empty string input 2013-11-12 17:40:42 -08:00
ares_send.3 Documentation: properly document ARES_ECANCELLED 2013-04-08 22:16:48 +02:00
ares_send.c setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h> 2012-12-14 18:36:59 +01:00
ares_set_local_dev.3
ares_set_local_ip4.3
ares_set_local_ip6.3
ares_set_servers.3
ares_set_servers_csv.3
ares_set_socket_callback.3
ares_setup.h
ares_strcasecmp.c
ares_strcasecmp.h
ares_strdup.c
ares_strdup.h
ares_strerror.3
ares_strerror.c
ares_timeout.3
ares_timeout.c timeoffset: made static and private 2013-08-27 13:06:57 +02:00
ares_version.3
ares_version.c
ares_version.h bump: start working towards 1.10.1 2013-05-12 16:09:32 +02:00
ares_writev.c
ares_writev.h
bitncmp.c ares__bitncmp: use two underscores for private functions 2013-02-13 14:58:04 +01:00
bitncmp.h ares__bitncmp: use two underscores for private functions 2013-02-13 14:58:04 +01:00
buildconf
buildconf.bat
cares.rc
config-dos.h config-dos.h: define HAVE_CLOSE_S for MSDOS/Watt-32 2013-02-15 02:36:19 +01:00
config-win32.h
configure.ac nowarn: use <limits.h> instead of configure for size of long 2013-08-27 13:36:41 +02:00
get_ver.awk Cleaned up version awk script. 2012-07-11 23:40:20 +02:00
git2changes.pl
inet_net_pton.c ares_inet_pton/ntop: cleanup 2013-02-17 17:44:02 +01:00
inet_ntop.c inet_ntop.c: s/socklen_t/ares_socklen_t 2013-02-19 13:54:28 +01:00
install-sh refresh: updated now with automake 1.14 2013-11-15 23:52:39 +01:00
libcares.pc.in
maketgz
mkinstalldirs refresh: updated now with automake 1.14 2013-11-15 23:52:39 +01:00
nameser.h c-ares/nameser.h: add some T_* defines for ns_t_* values 2012-11-23 14:23:34 +01:00
setup_once.h curl_setup_once.h: definition of HAVE_CLOSE_S defines sclose() to close_s() 2013-02-15 02:36:20 +01:00
windows_port.c

README

c-ares
======

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/bagder/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:

        http://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 of compiling 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 */