1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2026-03-19 19:53:10 +00:00
Commit Graph

1094 Commits

Author SHA1 Message Date
00b2ba7ad4 fIX *__SOCKLEN_T definitions for MVS and 370 targets 2009-05-04 17:05:25 +00:00
68458a15bb fIX *__SOCKLEN_T definitions for several Windows target tool-chains 2009-05-04 15:25:57 +00:00
64fef21f5d HP-UX's X/Open network library requirement check follow-up 2009-05-03 19:41:12 +00:00
0eeb553827 HP-UX's X/Open network library requirement check follow-up 2009-05-03 17:35:44 +00:00
3a55bbebf1 Use build-time configured ares_socklen_t instead of socklen_t 2009-05-02 02:36:47 +00:00
d9647bd70f David McCreedy's "TPF-platform specific changes to various files" patch follow-up 2009-05-01 22:41:23 +00:00
fc5873e487 s/libcurl/c-ares 2009-05-01 18:26:03 +00:00
e95d205155 version number typo fix 2009-05-01 18:24:34 +00:00
ce1ec3b87f David McCreedy's "TPF-platform specific changes to various files" patch 2009-05-01 12:39:40 +00:00
dcdabb9ebe Check definition of _XOPEN_SOURCE_EXTENDED with the compiler 2009-05-01 02:03:43 +00:00
c2ae8f0059 Check if X/Open network library is required 2009-04-30 18:35:36 +00:00
bb2935b8fb cope with ares_build.h and ares_rules.h follow-up 2009-04-30 13:50:44 +00:00
483c514458 Added some notes regarding ares_build.h 2009-04-30 12:44:17 +00:00
015399b9e7 fix EOL 2009-04-30 12:12:31 +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
128f52ec60 buildconf.bat for CVS-tree c-ares 2009-04-30 10:43:27 +00:00
f444fb7f88 Use 'unsigned int' instead of size_t attempting to avoid header inclusion 2009-04-30 01:34:04 +00:00
d19611328c NetWare LibC's getpeername() third argument data type is size_t 2009-04-30 00:11:20 +00:00
d5c58fbe7e Remove temporary debug tracing for ares_socklen_t Windows targets 2009-04-29 18:08:23 +00:00
49100d2654 ares_socklen_t follow-up 2009-04-29 15:15:14 +00:00
951aa2723c ares_build.h Windows follow-up 2009-04-29 14:05:21 +00:00
494e1eb1a6 Add temporary debug tracing for ares_socklen_t Windows targets 2009-04-29 11:11:59 +00:00
f370102fc8 ares_build.h NetWare follow-up 2009-04-29 09:39:15 +00:00
6f1b99c635 ares_build.h NetWare attempt 2009-04-29 00:17:40 +00:00
5fc305a0ba Initial step towards a configure time ares_socklen_t definition 2009-04-28 16:47:33 +00:00
488a855a4a ignore stamp-h* 2009-04-28 14:23:28 +00:00
486802e3a9 Added CARES_INCLUDES_SYS_TYPES 2009-04-28 10:40:02 +00:00
61ac74c684 Initial step towards a configure time curl_socklen_t definition 2009-04-26 18:51:03 +00:00
27aa165e9c avoid use of alloca() 2009-04-22 10:25:28 +00:00
1509409fe1 Moved potential inclusion of system's malloc.h and memory.h header files to
setup_once.h.  Inclusion of each header file is based on the definition of
NEED_MALLOC_H and NEED_MEMORY_H respectively.
2009-04-21 10:26:58 +00:00
df96c987c6 ignore 2009-04-21 06:10:23 +00:00
1c9b958700 Added '-DHAVE_LIMITS_H'. 2009-04-18 16:49:29 +00:00
51ecfc023a remove compiler options used while debugging the icc 9.1 optimizer issue 2009-04-17 07:48:37 +00:00
4ecce9f1cc moved HAVE_LIMITS_H to common defines 2009-04-15 22:58:30 +00:00
ed9f1219a5 Set HP-UX compiler warning level back to the one that exposes
the socklen_t issue on this platform.
2009-04-15 22:54:25 +00:00
2a40e2da36 HAVE_LIMITS_H definition for NetWare CLIB 2009-04-14 23:51:12 +00:00
262ff45c9d use HAVE_LIMITS_H symbol to protect limits.h inclusion 2009-04-14 13:50:32 +00:00
737707bf4b fix compiler warning: implicit conversion shortens 64-bit value into a 32-bit value 2009-04-14 12:53:53 +00:00
382dc0d719 s/u_long/unsigned long/ 2009-03-11 05:09:03 +00:00
9e0140f455 Do not halt compilation when using VS2008 to build a Windows 2000 target curl-7_19_4 2009-02-20 11:30:11 +00:00
fb7803fbd0 ignore 2009-02-13 06:34:44 +00:00
3f7fc80ab5 * February 3 2009 (Phil Blundell)
- If the server returns garbage or nothing at all in response to an AAAA query,
  go on and ask for A records anyway.
2009-02-03 14:38:09 +00:00
1ce8e6583e - ares_gethostbyname() now accepts 'AF_UNSPEC' as a family for resolving
either AF_INET6 or AF_INET. It works by accepting any of the looksups in the
  hosts file, and it resolves the AAAA field with a fallback to A.
2009-01-31 20:17:41 +00:00
054aa0e11e fopen() returns error in 'errno' even on Windows.
So don't use ERRNO (GetLastError()). Trimmed trailing
blanks.
curl-7_19_3
2009-01-18 17:03:31 +00:00
f94afa4fdc Constified some arguments in local functions. 2009-01-18 16:33:10 +00:00
28531dea2e - ares.h no longer uses the HAVE_STRUCT_IN6_ADDR define check, but instead it
now declares the private struct ares_in6_addr for all systems instead of
  relying on one possibly not present in the system.
2009-01-14 13:08:50 +00:00
977de8c778 - ares__send_query() now varies the retry timeout pseudo-randomly to avoid
packet storms when several queries were started at the same time.
2009-01-13 11:51:04 +00:00
8362245c42 - Phil Blundell added the internal function ares__expand_name_for_response()
that is now used by the ares_parse_*_reply() functions instead of the
  ares_expand_name() simply to easier return ARES_EBADRESP for the cases where
  the name expansion fails as in responses that really isn't expected.
2009-01-11 13:49:13 +00:00
bcb85d35df added HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID to ares Makefile.netware and sync'd with other Makefile.netware. 2008-12-30 08:16:24 +00:00