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
dc4528e672
Mention last changes
2009-11-23 11:35:53 +00:00
1479db32aa
- Removed from external interface preprocessor symbol definition for
...
CARES_HAVE_ARES_FREE_DATA. Current functionality of ares_free_data()
makes it unnecessary.
2009-11-23 11:26:29 +00:00
004e6510ae
Added README.msvc
2009-11-23 11:07:16 +00:00
9084888dca
Changed c-ares naming conventions when using MSVC as described in README.msvc
2009-11-23 11:05:47 +00:00
96d3205622
- Mention other recent changes
2009-11-23 01:54:55 +00:00
36b26039ac
- Jakub Hrozek renamed addrttl and addr6ttl structs to ares_addrttl and
...
ares_addr6ttl in order to prevent name space pollution, along with
necessary changes to code base and man pages.This change does not break
ABI, there is no need to recompile existing applications. But existing
applications using these structs with the old name will need source code
adjustments when recompiled using c-ares 1.6.1.
2009-11-23 01:24:17 +00:00
497afa9acb
- Jakub Hrozek fixed more function prototypes in man pages to sync them
...
with the ones declared in ares.h
2009-11-23 00:57:50 +00:00
17e6785e05
Make configure remove the ares_build.h file included in distribution tarballs.
2009-11-22 05:31:31 +00:00