1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2026-03-17 20:49:17 +00:00
Commit Graph

1387 Commits

Author SHA1 Message Date
1089cf6052 ares_dns.h: adjust DNS__16BIT and DNS__32BIT macro definitions
Fixing compiler warnings existing definitions triggered on these.
2011-08-21 19:18:53 +02:00
b816675c0f ares_destroy.c: fix segfault in ares_destroy_options() 2011-08-21 16:42:44 +02:00
d0c3cb6840 ares_parse_srv_reply: silence compiler warnings
... by adding ugly typecasts.
2011-08-21 15:43:36 +02:00
2d9a5acff5 CHANGES: generate from script
The CHANGES file is now generated automatically with 'git2changes.pl',
invoked by the maketgz script which is used to build release archives.

The former human edited CHANGES file was renamed to CHANGES.0 in git.
2011-08-21 15:40:14 +02:00
440b5d488a Makefile.netware: SIZEOF_SHORT definition 2011-08-21 01:59:14 +02:00
14eb79f660 warnings: fix some 'conversion may lose significant bits' compiler warnings 2011-08-20 23:05:14 +02:00
34d5d76969 configure: fix symbol hiding usability check
A more thorough test is done now in order to determine visibility attribute
usability, given that some compilers don't support visibility attribute on
all configurations.
2011-08-20 20:11:00 +02:00
f11c2c2891 1.7.6: start working... 2011-08-16 23:02:39 +02:00
622313ab3b CHANGES: synced for 1.7.5 release cares-1_7_5 2011-08-16 22:41:44 +02:00
c4d3cb8c3a RELEASE-NOTES: synced with bb4096effe 2011-08-16 22:32:41 +02:00
bb4096effe Only fall back to AF_INET searches when looking for AF_UNSPEC addresses 2011-08-15 13:34:20 +02:00
1b9c2a3ea3 ares_iphlpapi.h: Watcom C fix
Added "!defined(_WS2DEF_)" since Watcom doesn't have
  a per type guard for the typedefs 'CSADDR_INFO' (that MingW has) or
  'SOCKET_ADDRESS' (that MSVC has). But we can use the header-guard for
  <ws2def.h> instead.
2011-08-10 03:31:39 +02:00
5da497e0e8 Makefile.Watcom:
* The 'NTDDI_VERSION' needs to be raised to 0x05010000
    in order for SOCKADDR_STORAGE etc. to be typedefed.
  * Replaced '-dUSE_WATT32' with '-dWATT32'.
  * Added $(DEMOS) to the 'all' target and removed the 'demos'
    target to be consistent with e.g. Makefile.msvc etc.
  * 'ENABLE_IPV6' is no longer used. Hence removed the '%use_ipv6' construct.
  * object-file order seems to be important (Watcom v.19). Hence
    'ares_getopt.obj' must be put after the .obj that references getopt().
2011-08-10 03:29:02 +02:00
a94b4e53d1 cares-compilers.m4: CARES_CONVERT_INCLUDE_TO_ISYSTEM adjustments
Add CARES_CHECK_COMPILER as a requirement.

Ensure macro does nothing unless GNU_C or CLANG compiler is used.

This should allow usage of this macro in unforeseen placements.
2011-08-08 18:33:05 +02:00
a8f62e82bf config-win32.h: comments adjustments - followup 2011-08-06 19:25:21 +02:00
3d7af9782e config-win32.h: comments adjustments 2011-08-06 19:18:16 +02:00
bffd67f16a ares_parse_a_reply: fix memleak 2011-08-05 23:22:26 +02:00
f2ea96b1b7 cares-functions.m4 serial # bump 2011-07-29 20:31:56 +02:00
2039e81e45 Revert "configure: additional flag checks for fcntl() and socket()"
This reverts commit 5f2a3b0e48.
2011-07-29 20:20:44 +02:00
5f2a3b0e48 configure: additional flag checks for fcntl() and socket() 2011-07-29 18:25:34 +02:00
08e721e004 xc-translit.m4 fix quoting 2011-06-21 00:06:00 +02:00
88d314548e configure: avoid direct usage of AS_TR_* macros 2011-06-17 21:01:40 +02:00
4701b0c47a xc-translit.m4 provides transliteration macros with well defined behavior. 2011-06-17 20:59:58 +02:00
159b82c056 Revert "Only fall back to AF_INET searches when looking for AF_UNSPEC addresses"
This reverts commit b5823d6570.

This patch was not reviewed properly before pushing
2011-06-15 10:56:05 +02:00
ce03c818f4 Revert "Do not use sized constants in public headers"
This reverts commit 22c01e96f7.

This is a Red Hat specific patch that does not belong into upstream
2011-06-15 10:55:29 +02:00
22c527cc87 Use correct sizeof in ares_getnameinfo() 2011-06-14 19:04:23 +02:00
09f8a05573 Do not leak rr_name on failures inside ares_parse_ptr_reply 2011-06-14 16:52:32 +02:00
a1116723d4 Do not leak rr_name on failures inside ares_parse_a_reply 2011-06-14 16:48:26 +02:00
18b6d475dc Do not leak rr_name on failures inside ares_parse_aaaa_reply 2011-06-14 16:46:13 +02:00
978a929b40 Do not leak rr_name on failures inside ares_parse_ns_reply 2011-06-14 16:41:29 +02:00
8e457f2c41 Fix incorrect sizeof() in ares_save_options 2011-06-14 16:41:29 +02:00
654733a399 Fix incorrect allocation in ares_parse_ptr_reply() 2011-06-14 16:41:29 +02:00
b5823d6570 Only fall back to AF_INET searches when looking for AF_UNSPEC addresses 2011-06-14 16:41:29 +02:00
22c01e96f7 Do not use sized constants in public headers 2011-06-14 16:41:29 +02:00
adf75c56c4 ares_free_hostent(NULL) should be a noop 2011-06-13 22:47:35 +02:00
e67edcd18d configure: fix recvfrom 5th arg type qualifier detection (followup) 2011-06-08 15:55:48 +02:00
700b928544 configure: fix recvfrom 5th arg type qualifier detection
Additionally remove whitespace from EOL
2011-06-08 13:38:10 +02:00
3cb1afe054 strlen: use size_t to receive the return 2011-06-04 20:14:38 +02:00
45ec020795 xlc: avoid preprocessor definition usage when linking 2011-06-04 04:26:40 +02:00
f9b24e590c ares_nowarn: icc 9.1 workaround 2011-06-01 12:13:05 +02:00
56c77364d5 ares_nowarn: header inclusion fix 2011-05-27 06:55:50 +02:00
22a52102d6 ares_init: make ares_private.h last included header again 2011-05-26 17:32:43 +02:00
f413fce823 compiler warning: fix
Fix compiler warning: conversion may lose significant bits
2011-05-26 16:06:40 +02:00
5ef8f5ead2 compiler warning: fix
Fix compiler warning: variable was set but never used

Fix compiler warning: clobber ignored
2011-05-25 11:19:10 +02:00
e1c9539962 ares_iphlpapi: fix compiler warnings 2011-05-21 03:53:32 +02:00
ef5390e6bb winsock: compilation fixes
Provide winsock iphlpapi alternative definitions to prevent compilation
failures when using a variety of winsock header implementations.
2011-05-20 16:43:25 +02:00
6518b56a5e IPv6-on-windows: find DNS servers correctly 2011-05-17 11:53:13 +02:00
d60f07d094 man pages: docs for the c-ares utility programs 2011-05-09 11:47:43 +02:00
a268ae6a78 ares_parse_ns_reply.c: remove CVSism 2011-04-30 00:17:03 +02:00
8520a37f62 build: fix header inclusion 2011-03-27 10:37:03 +02:00