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
249fc61b8c
Ops!. Readded ares_nowarn.h.
2010-03-05 18:45:17 +00:00
53bf47a140
Added ares_nowarn.c.
2010-03-05 18:21:56 +00:00
b6ffa03a21
Added SIZEOF_INT and SIZEOF_SHORT definitions for non-configure systems
2010-02-28 02:51:35 +00:00
62f43da764
Added ares_nowarn.* to VC6 project file
2010-02-28 02:50:51 +00:00
561d3d8356
Added SIZEOF_INT definition
2010-02-26 17:48:18 +00:00
86718e2f52
fix compiler warning
2010-02-26 16:42:33 +00:00
78414c0f3a
fix compiler warning
2010-02-23 18:46:27 +00:00
157d68729f
fix compiler warning
2010-02-21 19:59:09 +00:00
d2f21d37b1
ares_reinit()
...
- To allow an app to force a re-read of /etc/resolv.conf etc, pretty much
like the res_init() resolver function offers
2010-02-17 22:15:23 +00:00
8b6f71ce95
- Tommie Gannert pointed out a silly bug in ares_process_fd() since it didn't
...
check for broken connections like ares_process() did. Based on that, I
merged the two functions into a single generic one with two front-ends.
curl-7_20_0
2010-01-28 22:03:48 +00:00
004c2e3400
VMS specific preprocessor symbol checking adjustments
2009-12-30 17:59:56 +00:00
92dcb407d6
Mention last changes
2009-12-29 02:32:12 +00:00
58d9b0c1bd
- Fix configure_socket() to use ares_socket_t instead of int data type.
2009-12-29 02:04:17 +00:00
bb3f003b83
- Where run-time error checks enabling compiler option /GZ was used it is now
...
replaced with equivalent /RTCsu for Visual Studio 2003 and newer versions.
- Compiler option /GX is now replaced with equivalent /EHsc for all versions.
2009-12-29 01:51:57 +00:00
c2d3f7986b
- Ingmar Runge noticed that Windows config-win32.h configuration file
...
did not include a definition for HAVE_CLOSESOCKET which resulted in
function close() being inappropriately used to close sockets.
2009-12-21 16:55:39 +00:00
df279b133c
start working on 1.7.1
2009-11-30 22:39:04 +00:00
103dec073e
Preserve empty line following last target
cares-1_7_0
2009-11-27 05:24:44 +00:00
57e48c4cf1
- Larry Lansing fixed ares_parse_srv_reply to properly parse replies
...
which might contain non-SRV answers, skipping over potential non-SRV
ones such as CNAMEs.
2009-11-26 01:21:21 +00:00
4bc98ca85c
When using icc, compile with -fpic and link with intel dynamic libraries.
2009-11-24 16:12:23 +00:00
85df26919c
Added 'currently' in italics to insist on transient situation.
2009-11-24 10:08:45 +00:00
6eb75a6c53
Fix language
2009-11-24 09:48:32 +00:00
612a29311a
Daniel wants upcoming release to be 1.7.0
2009-11-23 12:03:32 +00:00