Daniel Stenberg
359936ceca
changelog: fill in the 1.7.2 changes
15 years ago
Daniel Stenberg
955038ea68
added another pdf to ignore
15 years ago
Yang Tse
5209cf03a1
add ares_parse_mx_reply.c to VS dsp file
15 years ago
Daniel Stenberg
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.
15 years ago
Daniel Stenberg
50f99d46cc
version: start working on 1.7.3
15 years ago
Daniel Stenberg
890a143722
RELEASE-NOTES: 1.7.2 details added
15 years ago
Jakub Hrozek
125b1a8619
ares_init: Last, not first instance of domain or search should win
15 years ago
Daniel Stenberg
0e8dc6f18e
style: make code less than 80 columns wide
15 years ago
Tor Arntsen
cd59ae213f
improve alternative definition of bool to use enum instead of unsigned char
15 years ago
Yang Tse
be68a8ed0d
fix VS2010 compiler warnings
15 years ago
Jérémy Lal
63918fca76
added ares_parse_mx_reply
15 years ago
Daniel Stenberg
f28874d323
repair the file mode
15 years ago
Daniel Stenberg
63627fa5ab
remove all $Id$ lines
15 years ago
Daniel Stenberg
cd6b2b8659
remove all .cvsignore files
15 years ago
Daniel Stenberg
6e0ab38229
spell fix
...
reported by Gregor Jasny on the mailing list
15 years ago
Peter Pentchev
a83d892bb2
Fix a couple of typos and grammar nits.
15 years ago
Daniel Stenberg
5e22223332
ignore the GPG signature files too
15 years ago
Daniel Stenberg
e965d83c78
start the journey towards 1.7.2
15 years ago
Daniel Stenberg
7403f443ac
no longer CVS tagging
15 years ago
Daniel Stenberg
36e2f2b54f
ignore generated PDFs
15 years ago
Daniel Stenberg
5923ba2a53
1.7.1
15 years ago
Daniel Stenberg
8c4fc9ee71
made README the primary readme file
...
... and did README.cares to contain a historic reason etc.
15 years ago
Daniel Stenberg
eb9ce5145b
s/CVS/git
15 years ago
Daniel Stenberg
941bb3aaba
git now, not CVS
15 years ago
Daniel Stenberg
f8d181ddf6
ignore lots of generated files
15 years ago
Daniel Johnson
25116bbc54
Fix warnings for clang
15 years ago
Yang Tse
7ce764fe7c
replaced intel compiler option -no-ansi-alias with -fno-strict-aliasing
15 years ago
Yang Tse
1cb7bccb6a
update outdated serial number
15 years ago
Yang Tse
907b09ccd0
fix compiler warning
15 years ago
Yang Tse
3081404dec
watt32 compilation fix
15 years ago
Yang Tse
05b07653e5
Added another VS10 version string
15 years ago
Yang Tse
c431501153
fix line break
15 years ago
Yang Tse
e51156c080
removed usage of 's6_addr', fixing compilation issue triggered with no
...
15 years ago
Daniel Stenberg
0a076df87f
Daniel Johnson provided fixes for building with the clang compiler
15 years ago
Yang Tse
8fe746fcf2
Added IPv6 name servers support
15 years ago
Gisle Vanem
249fc61b8c
Ops!. Readded ares_nowarn.h.
15 years ago
Gisle Vanem
53bf47a140
Added ares_nowarn.c.
15 years ago
Yang Tse
b6ffa03a21
Added SIZEOF_INT and SIZEOF_SHORT definitions for non-configure systems
15 years ago
Yang Tse
62f43da764
Added ares_nowarn.* to VC6 project file
15 years ago
Yang Tse
561d3d8356
Added SIZEOF_INT definition
15 years ago
Yang Tse
86718e2f52
fix compiler warning
15 years ago
Yang Tse
78414c0f3a
fix compiler warning
15 years ago
Yang Tse
157d68729f
fix compiler warning
15 years ago
Daniel Stenberg
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
15 years ago
Daniel Stenberg
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.
15 years ago
Yang Tse
004c2e3400
VMS specific preprocessor symbol checking adjustments
15 years ago
Yang Tse
92dcb407d6
Mention last changes
15 years ago
Yang Tse
58d9b0c1bd
- Fix configure_socket() to use ares_socket_t instead of int data type.
15 years ago
Yang Tse
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.
15 years ago
Yang Tse
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.
15 years ago