1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2025-11-24 03:43:52 +00:00
Commit Graph

25 Commits

Author SHA1 Message Date
fed5a3f744 Update comment about "ML". Removed "-D_USE_32BIT_TIME_T" (not a requirement). 2009-06-08 12:09:15 +00:00
5b17412c1f - Provide in external interface preprocessor symbol definitions for
CARES_HAVE_ARES_LIBRARY_INIT and CARES_HAVE_ARES_LIBRARY_CLEANUP
  to ease the use of new capabilities.

- Move ares_version() prototype to ares.h
2009-05-18 00:21:02 +00:00
b7c7bab713 Introduction of ares_library_init() and ares_library_cleanup() 2009-05-17 17:11:28 +00:00
bb2935b8fb cope with ares_build.h and ares_rules.h follow-up 2009-04-30 13:50:44 +00:00
bdf809f5c5 fix EOL 2009-04-30 12:05:53 +00:00
7951433e32 cope with ares_build.h and ares_rules.h 2009-04-30 11:48:43 +00:00
f8324d41e3 ares_writev() shall not be exported when using Watt-32 (has writev).
Added _USE_32BIT_TIME_T to avoid runtime warning. Applies to
VC-2008+ only.
2008-12-08 16:09:21 +00:00
1a9795b401 rearrange to allow internal/private use of ares_writev to any system
that lacks the writev function.
2008-09-16 16:42:48 +00:00
746f3e2942 rearrange to allow internal/private use of ares_strcasecmp to any system that
lacks the strcasecmp function.
2008-09-15 15:28:26 +00:00
5e9322f450 Export 'ares_process_fd' too. 2008-08-20 23:38:36 +00:00
9db5e3476a MSVC6+ clean-up targets must also remove acountry.exe 2008-05-22 16:10:57 +00:00
0848b4fdaa Use monotonic time source if available. 2008-05-09 16:30:24 +00:00
ec5ebc218a Added build of acountry.exe. 2007-12-11 17:23:18 +00:00
343d6f221f Avoid inline C99ism, and move c-ares routines for managing doubly-linked lists. 2007-10-02 02:18:01 +00:00
bba777d6da ares_getopt() command-line parser function does not belong to actual
c-ares library. It is just a convinience source code helper function
for use in example programs adig.c and ahost.c
2007-04-16 09:01:16 +00:00
088a4d923a use ares_getopt for all platforms 2007-04-12 19:01:19 +00:00
324522a645 Added ares_parse_ns_reply.obj etc. 2007-02-19 17:44:59 +00:00
de2e08cee1 ahost.exe needs getopt.obj. 2006-12-11 15:18:52 +00:00
62e22ec3af include setup_once.h dependency and adjust to 80 char lines. 2006-07-29 08:39:20 +00:00
85510390ca Added ares_getsock.obj. 2006-01-04 14:21:57 +00:00
14a8b3f6b2 Make it compatible with vc60 and vc71 2005-12-18 00:27:12 +00:00
2bf6cf0a10 Fixed typo. Detabified. 2005-11-12 18:33:32 +00:00
9b106cf987 Defines moved to config-win32.h. 2005-11-10 16:52:43 +00:00
4e1a593929 Add cvs id. 2005-11-09 22:18:13 +00:00
9df9494e5f I hate MS-devstudio project files. 2005-11-09 22:16:58 +00:00