3392a50ea3
typo: Fix compile bug for platforms that don't have sockaddr_storage.
...
Bug was introduced by me in previous commit.
Signed-off-by: Ben Greear <greearb@candelatech.com >
2010-07-31 12:21:08 -07:00
07bc7ea795
Fix aliasing warning in gcc 4.4.4 (at least).
...
Should be no functional change, though the code gets a bit
ugglier.
Signed-off-by: Ben Greear <greearb@candelatech.com >
2010-07-31 07:11:27 -07:00
cef3a4c7aa
ares_set_servers_csv: use ISDIGIT
...
The IS*() set of macros are preferred to the regular is*() functions as
they help us avoid the most common pitfalls.
2010-07-31 00:16:39 +02:00
8d33804971
cast arg to isdigit to int
...
Looks like it might silence a warning on Netware build.
Signed-off-by: Ben Greear <greearb@candelatech.com >
2010-07-30 15:11:54 -07:00
f575aea364
remove all uses of uint32_t
...
Previous fix forgot a few.
Signed-off-by: Ben Greear <greearb@candelatech.com >
2010-07-30 10:09:57 -07:00
03c1378e84
fix signed v/s unsigned casts warning in ares_gethostbyaddr.c
...
Signed-off-by: Ben Greear <greearb@candelatech.com >
2010-07-30 09:30:49 -07:00
1ac83339e3
local-bind-fixup: Fix inet_pton warning.
...
Conditionally include <arpa/inet.h> for inet_pton
headers.
Signed-off-by: Ben Greear <greearb@candelatech.com >
2010-07-30 00:10:16 -07:00
45557a138e
build: Enable compiling with -Werror.
...
This helps find compile warnings because they simply break
the build.
To use:
./configure --enable-warnings --enable-werror
Signed-off-by: Ben Greear <greearb@candelatech.com >
2010-07-29 23:43:02 -07:00
3e33e2c2ba
ipv6: Fix some build issues related to the local-bind feature.
...
Signed-off-by: Ben Greear <greearb@candelatech.com >
2010-07-29 22:31:56 -07:00
28ff9336d5
Replaced uint32_t with unsigned int to fix broken builds on a couple of platforms.
2010-07-29 23:27:46 +02:00
e3b04e5a47
local-bind: Support binding to local interface/IPs
...
Add 3 new functions to set the local binding for the out-going
socket connection, and add ares_set_servers_csv() to set a
list of servers at once as a comma-separated string.
Signed-off-by: Ben Greear <greearb@candelatech.com >
2010-07-18 23:58:39 +02:00
45a09b7efb
version: now start on 1.7.4
2010-07-18 23:54:22 +02:00
d6b8698941
fix memory leak in ares_getnameinfo
2010-06-16 15:44:19 +08:00
954ec10e5a
changelogs: updated for 1.7.3
cares-1_7_3
2010-06-11 16:58:28 +02:00
b13c6552f8
init: allow c-ares to work on Android OS
2010-06-11 10:47:00 +02:00
359936ceca
changelog: fill in the 1.7.2 changes
2010-06-11 10:37:37 +02:00
955038ea68
added another pdf to ignore
2010-06-11 08:23:14 +02:00
5209cf03a1
add ares_parse_mx_reply.c to VS dsp file
2010-06-11 01:56:12 +02:00
9cb25ea5f7
tarball: add $(CSOURCES) $(HHEADERS) to EXTRA_DIST
...
It's not clear to me why we need this, but we apparently may
otherwise not get all files bundled in the dist tarball.
2010-06-10 23:22:59 +02:00
50f99d46cc
version: start working on 1.7.3
2010-06-10 11:47:23 +02:00
890a143722
RELEASE-NOTES: 1.7.2 details added
cares-1_7_2
2010-06-10 11:43:57 +02:00
125b1a8619
ares_init: Last, not first instance of domain or search should win
2010-06-02 23:12:04 +02:00
0e8dc6f18e
style: make code less than 80 columns wide
2010-06-02 23:10:21 +02:00
cd59ae213f
improve alternative definition of bool to use enum instead of unsigned char
2010-05-31 14:08:35 +02:00
be68a8ed0d
fix VS2010 compiler warnings
2010-05-31 13:53:37 +02:00
63918fca76
added ares_parse_mx_reply
2010-04-18 00:29:26 +02:00
f28874d323
repair the file mode
2010-03-27 19:43:33 +01:00
63627fa5ab
remove all $Id$ lines
2010-03-27 19:42:02 +01:00
cd6b2b8659
remove all .cvsignore files
2010-03-27 19:36:38 +01:00
6e0ab38229
spell fix
...
reported by Gregor Jasny on the mailing list
2010-03-25 14:06:26 +01:00
a83d892bb2
Fix a couple of typos and grammar nits.
2010-03-25 13:00:17 +01:00
5e22223332
ignore the GPG signature files too
2010-03-23 14:56:21 +01:00
e965d83c78
start the journey towards 1.7.2
2010-03-23 14:56:04 +01:00
7403f443ac
no longer CVS tagging
2010-03-23 14:49:52 +01:00
36e2f2b54f
ignore generated PDFs
2010-03-23 14:49:41 +01:00
5923ba2a53
1.7.1
cares-1_7_1
2010-03-23 14:47:56 +01:00
8c4fc9ee71
made README the primary readme file
...
... and did README.cares to contain a historic reason etc.
2010-03-23 14:12:50 +01:00
eb9ce5145b
s/CVS/git
2010-03-23 14:04:26 +01:00
941bb3aaba
git now, not CVS
2010-03-23 14:00:48 +01:00
f8d181ddf6
ignore lots of generated files
2010-03-23 13:51:47 +01:00
25116bbc54
Fix warnings for clang
2010-03-23 13:43:34 +01:00
7ce764fe7c
replaced intel compiler option -no-ansi-alias with -fno-strict-aliasing
2010-03-17 10:44:28 +00:00
1cb7bccb6a
update outdated serial number
2010-03-17 10:39:07 +00:00
907b09ccd0
fix compiler warning
2010-03-11 18:53:42 +00:00
3081404dec
watt32 compilation fix
2010-03-09 17:59:35 +00:00
05b07653e5
Added another VS10 version string
2010-03-06 10:52:56 +00:00
c431501153
fix line break
2010-03-06 02:33:25 +00:00
e51156c080
removed usage of 's6_addr', fixing compilation issue triggered with no
...
longer using 'in6_addr' but only our 'ares_in6_addr' struct
2010-03-06 01:23:09 +00:00
0a076df87f
Daniel Johnson provided fixes for building with the clang compiler
2010-03-05 22:53:31 +00:00
8fe746fcf2
Added IPv6 name servers support
2010-03-05 20:01:47 +00:00