AmigaOS port of c-ares https://c-ares.haxx.se/
Go to file
Daniel Stenberg 0ae8dbb22d ares_set_local_*: added in 1.7.4, not before 2010-12-08 15:17:15 +01:00
m4 configure: undo using autobuilds to temporarily verify strict aliasing warnings. 2010-12-02 19:08:46 +01:00
vc add ares_parse_mx_reply.c to VS dsp file 2010-06-11 01:56:12 +02:00
.gitignore added another pdf to ignore 2010-06-11 08:23:14 +02:00
AUTHORS added the three people from RELEASE-NOTES and sorted the list alphabetically 2008-08-29 08:29:47 +00:00
CHANGES changelogs: updated for 1.7.3 2010-06-11 16:58:28 +02:00
GIT-INFO git now, not CVS 2010-03-23 14:00:48 +01:00
Makefile.Watcom Minor Watcom makefile tweaks. 2010-10-03 22:56:12 +02:00
Makefile.am build: config.dos renamed to config-dos.h 2010-12-03 04:35:05 +01:00
Makefile.dj build: config.dos renamed to config-dos.h 2010-12-03 04:35:05 +01:00
Makefile.inc added ares_parse_mx_reply 2010-04-18 00:29:26 +02:00
Makefile.m32 remove all $Id$ lines 2010-03-27 19:42:02 +01:00
Makefile.msvc Added another VS10 version string 2010-11-16 03:33:54 +01:00
Makefile.netware build: provide SIZEOF_SIZE_T netware definition 2010-12-02 20:53:12 +01:00
NEWS - Fixed a few variable return types for some system calls. Made configure 2004-07-22 22:18:45 +00:00
README Fix a couple of typos and grammar nits. 2010-03-25 13:00:17 +01:00
README.cares made README the primary readme file 2010-03-23 14:12:50 +01:00
README.msvc remove all $Id$ lines 2010-03-27 19:42:02 +01:00
RELEASE-NOTES changelogs: updated for 1.7.3 2010-06-11 16:58:28 +02:00
TODO ares_reinit() 2010-02-17 22:15:23 +00:00
acinclude.m4 Revert following commits: 2010-11-12 18:53:58 +01:00
acountry.c Fix compiler warning: array subscript has type 'char' 2010-11-12 19:46:13 +01:00
adig.c adig: fix NAPTR parsing 2010-11-12 14:09:00 +01:00
ahost.c remove all $Id$ lines 2010-03-27 19:42:02 +01:00
ares.h Replaced uint32_t with unsigned int to fix broken builds on a couple of platforms. 2010-07-29 23:27:46 +02:00
ares__close_sockets.c remove all $Id$ lines 2010-03-27 19:42:02 +01:00
ares__get_hostent.c remove all $Id$ lines 2010-03-27 19:42:02 +01:00
ares__read_line.c remove all $Id$ lines 2010-03-27 19:42:02 +01:00
ares__timeval.c remove all $Id$ lines 2010-03-27 19:42:02 +01:00
ares_build.h.dist remove all $Id$ lines 2010-03-27 19:42:02 +01:00
ares_build.h.in remove all $Id$ lines 2010-03-27 19:42:02 +01:00
ares_cancel.3 remove all $Id$ lines 2010-03-27 19:42:02 +01:00
ares_cancel.c remove all $Id$ lines 2010-03-27 19:42:02 +01:00
ares_data.c Add missing break that caused get_ares_servers to fail. 2010-08-24 16:52:29 -07:00
ares_data.h added ares_parse_mx_reply 2010-04-18 00:29:26 +02:00
ares_destroy.3 remove all $Id$ lines 2010-03-27 19:42:02 +01:00
ares_destroy.c remove all $Id$ lines 2010-03-27 19:42:02 +01:00
ares_destroy_options.3 remove all $Id$ lines 2010-03-27 19:42:02 +01:00
ares_dns.h remove all $Id$ lines 2010-03-27 19:42:02 +01:00
ares_dup.3 remove all $Id$ lines 2010-03-27 19:42:02 +01:00
ares_expand_name.3 remove all $Id$ lines 2010-03-27 19:42:02 +01:00
ares_expand_name.c remove all $Id$ lines 2010-03-27 19:42:02 +01:00
ares_expand_string.3 remove all $Id$ lines 2010-03-27 19:42:02 +01:00
ares_expand_string.c remove all $Id$ lines 2010-03-27 19:42:02 +01:00
ares_fds.3 remove all $Id$ lines 2010-03-27 19:42:02 +01:00
ares_fds.c remove all $Id$ lines 2010-03-27 19:42:02 +01:00
ares_free_data.3 added ares_parse_mx_reply 2010-04-18 00:29:26 +02:00
ares_free_hostent.3 remove all $Id$ lines 2010-03-27 19:42:02 +01:00
ares_free_hostent.c remove all $Id$ lines 2010-03-27 19:42:02 +01:00
ares_free_string.3 remove all $Id$ lines 2010-03-27 19:42:02 +01:00
ares_free_string.c remove all $Id$ lines 2010-03-27 19:42:02 +01:00
ares_get_servers.3 remove all $Id$ lines 2010-03-27 19:42:02 +01:00
ares_gethostbyaddr.3 remove all $Id$ lines 2010-03-27 19:42:02 +01:00
ares_gethostbyaddr.c ares_gethostbyaddr: fix compiler warning: conversion may lose significant bits 2010-12-02 19:45:00 +01:00
ares_gethostbyname.3 remove all $Id$ lines 2010-03-27 19:42:02 +01:00
ares_gethostbyname.c style: make code less than 80 columns wide 2010-06-02 23:10:21 +02:00
ares_gethostbyname_file.3 remove all $Id$ lines 2010-03-27 19:42:02 +01:00
ares_getnameinfo.3 remove all $Id$ lines 2010-03-27 19:42:02 +01:00
ares_getnameinfo.c ares_getnameinfo: Partially revert commit 85520d66e0 2010-11-16 20:15:55 +01:00
ares_getopt.c remove all $Id$ lines 2010-03-27 19:42:02 +01:00
ares_getopt.h Fix macro redefinition. 2009-11-22 03:51:07 +00:00
ares_getsock.3 remove all $Id$ lines 2010-03-27 19:42:02 +01:00
ares_getsock.c remove all $Id$ lines 2010-03-27 19:42:02 +01:00
ares_init.3 ares_init: Last, not first instance of domain or search should win 2010-06-02 23:12:04 +02:00
ares_init.c fix compiler warning: rounding, sign extension, or loss of accuracy may result 2010-12-02 18:49:15 +01:00
ares_init_options.3 remove all $Id$ lines 2010-03-27 19:42:02 +01:00
ares_ipv6.h ipv6: Fix some build issues related to the local-bind feature. 2010-07-29 22:31:56 -07:00
ares_library_cleanup.3 remove all $Id$ lines 2010-03-27 19:42:02 +01:00
ares_library_init.3 remove all $Id$ lines 2010-03-27 19:42:02 +01:00
ares_library_init.c remove all $Id$ lines 2010-03-27 19:42:02 +01:00
ares_library_init.h remove all $Id$ lines 2010-03-27 19:42:02 +01:00
ares_llist.c remove all $Id$ lines 2010-03-27 19:42:02 +01:00
ares_llist.h remove all $Id$ lines 2010-03-27 19:42:02 +01:00
ares_mkquery.3 remove all $Id$ lines 2010-03-27 19:42:02 +01:00
ares_mkquery.c remove all $Id$ lines 2010-03-27 19:42:02 +01:00
ares_nowarn.c fix compiler warning: conversion may lose significant bits 2010-12-01 23:36:19 +01:00
ares_nowarn.h fix compiler warning: conversion may lose significant bits 2010-12-01 23:36:19 +01:00
ares_options.c atoi: remove atoi usage 2010-11-29 02:22:08 +01:00
ares_parse_a_reply.3 remove all $Id$ lines 2010-03-27 19:42:02 +01:00
ares_parse_a_reply.c ares_parse_a_reply: fix CNAME response parsing 2010-12-02 10:48:50 +01:00
ares_parse_aaaa_reply.3 remove all $Id$ lines 2010-03-27 19:42:02 +01:00
ares_parse_aaaa_reply.c remove all $Id$ lines 2010-03-27 19:42:02 +01:00
ares_parse_mx_reply.3 added ares_parse_mx_reply 2010-04-18 00:29:26 +02:00
ares_parse_mx_reply.c added ares_parse_mx_reply 2010-04-18 00:29:26 +02:00
ares_parse_ns_reply.3 Vlad Dinulescu added ares_parse_ns_reply() 2007-02-19 14:06:11 +00:00
ares_parse_ns_reply.c Renamed c-ares setup.h to ares_setup.h 2009-11-02 11:55:53 +00:00
ares_parse_ptr_reply.3 remove all $Id$ lines 2010-03-27 19:42:02 +01:00
ares_parse_ptr_reply.c remove all $Id$ lines 2010-03-27 19:42:02 +01:00
ares_parse_srv_reply.3 Daniel wants upcoming release to be 1.7.0 2009-11-23 12:03:32 +00:00
ares_parse_srv_reply.c remove all $Id$ lines 2010-03-27 19:42:02 +01:00
ares_parse_txt_reply.3 Daniel wants upcoming release to be 1.7.0 2009-11-23 12:03:32 +00:00
ares_parse_txt_reply.c remove all $Id$ lines 2010-03-27 19:42:02 +01:00
ares_private.h Replaced uint32_t with unsigned int to fix broken builds on a couple of platforms. 2010-07-29 23:27:46 +02:00
ares_process.3 remove all $Id$ lines 2010-03-27 19:42:02 +01:00
ares_process.c Fix GCC 4 compiler warning 'dereferencing type-punned pointer might break strict-aliasing rules'. 2010-11-14 04:42:10 +01:00
ares_query.3 remove all $Id$ lines 2010-03-27 19:42:02 +01:00
ares_query.c remove all $Id$ lines 2010-03-27 19:42:02 +01:00
ares_rules.h remove all $Id$ lines 2010-03-27 19:42:02 +01:00
ares_save_options.3 remove all $Id$ lines 2010-03-27 19:42:02 +01:00
ares_search.3 remove all $Id$ lines 2010-03-27 19:42:02 +01:00
ares_search.c Fix lookup with HOSTALIASES set. 2010-09-30 00:23:08 +02:00
ares_send.3 remove all $Id$ lines 2010-03-27 19:42:02 +01:00
ares_send.c remove all $Id$ lines 2010-03-27 19:42:02 +01:00
ares_set_local_dev.3 ares_set_local_*: added in 1.7.4, not before 2010-12-08 15:17:15 +01:00
ares_set_local_ip4.3 ares_set_local_*: added in 1.7.4, not before 2010-12-08 15:17:15 +01:00
ares_set_local_ip6.3 ares_set_local_*: added in 1.7.4, not before 2010-12-08 15:17:15 +01:00
ares_set_servers.3 local-bind: Support binding to local interface/IPs 2010-07-18 23:58:39 +02:00
ares_set_servers_csv.3 local-bind: Support binding to local interface/IPs 2010-07-18 23:58:39 +02:00
ares_set_socket_callback.3 remove all $Id$ lines 2010-03-27 19:42:02 +01:00
ares_setup.h remove all $Id$ lines 2010-03-27 19:42:02 +01:00
ares_strcasecmp.c remove all $Id$ lines 2010-03-27 19:42:02 +01:00
ares_strcasecmp.h remove all $Id$ lines 2010-03-27 19:42:02 +01:00
ares_strdup.c remove all $Id$ lines 2010-03-27 19:42:02 +01:00
ares_strdup.h remove all $Id$ lines 2010-03-27 19:42:02 +01:00
ares_strerror.3 remove all $Id$ lines 2010-03-27 19:42:02 +01:00
ares_strerror.c remove all $Id$ lines 2010-03-27 19:42:02 +01:00
ares_timeout.3 remove all $Id$ lines 2010-03-27 19:42:02 +01:00
ares_timeout.c remove all $Id$ lines 2010-03-27 19:42:02 +01:00
ares_version.3 remove all $Id$ lines 2010-03-27 19:42:02 +01:00
ares_version.c remove all $Id$ lines 2010-03-27 19:42:02 +01:00
ares_version.h Added copyright string to ares_version.h and make use of it in other files. 2010-08-08 11:18:38 +02:00
ares_writev.c remove all $Id$ lines 2010-03-27 19:42:02 +01:00
ares_writev.h remove all $Id$ lines 2010-03-27 19:42:02 +01:00
bitncmp.c remove all $Id$ lines 2010-03-27 19:42:02 +01:00
bitncmp.h remove all $Id$ lines 2010-03-27 19:42:02 +01:00
buildconf Remove files generated on previous buildconf/configure run 2009-11-15 03:47:13 +00:00
buildconf.bat remove all $Id$ lines 2010-03-27 19:42:02 +01:00
cares.rc Added copyright string to ares_version.h and make use of it in other files. 2010-08-08 11:18:38 +02:00
config-dos.h build: provide SIZEOF_SIZE_T definition for non-configure builds 2010-12-03 04:41:16 +01:00
config-win32.h build: provide SIZEOF_SIZE_T definition for non-configure builds 2010-12-03 04:41:16 +01:00
configure.ac configure: fix autoconf warning 2010-11-25 03:07:29 +01:00
get_ver.awk remove all $Id$ lines 2010-03-27 19:42:02 +01:00
inet_net_pton.c inet_pton: fix compiler warning 2010-11-25 02:19:36 +01:00
inet_net_pton.h remove all $Id$ lines 2010-03-27 19:42:02 +01:00
inet_ntop.c remove all $Id$ lines 2010-03-27 19:42:02 +01:00
inet_ntop.h remove all $Id$ lines 2010-03-27 19:42:02 +01:00
install-sh
libcares.pc.in remove all $Id$ lines 2010-03-27 19:42:02 +01:00
maketgz no longer CVS tagging 2010-03-23 14:49:52 +01:00
mkinstalldirs repair the file mode 2010-03-27 19:43:33 +01:00
nameser.h remove all $Id$ lines 2010-03-27 19:42:02 +01:00
setup_once.h Fix compiler warning: array subscript has type 'char' 2010-11-12 19:46:13 +01:00
windows_port.c remove all $Id$ lines 2010-03-27 19:42:02 +01:00

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 following notes apply to c-ares version 1.7.0 and later.

* 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 */