205dda2b | 16-May-2005 |
Dominick Meglio |
Made ares_free_hostent man page refer to ares_parse_aaaa_reply |
1c18d19d | 16-May-2005 |
Dominick Meglio |
Cleaned up some compile warnings |
645729e9 | 16-May-2005 |
Dominick Meglio |
Added ares_getnameinfo which mimics the getnameinfo API |
f425a25c | 16-May-2005 |
Daniel Stenberg |
Modified the gmtime_r check to not check for it until the "check for a working one" is made, and only if that test runs ok we define it as present. Unless crosscompiling, since then we use th
Modified the gmtime_r check to not check for it until the "check for a working one" is made, and only if that test runs ok we define it as present. Unless crosscompiling, since then we use the former AC_CHECK_FUNCS method.
show more ...
|
aaace2e8 | 16-May-2005 |
Daniel Stenberg |
define GMTIME_R to 0 if not working |
3f16d9fb | 16-May-2005 |
Daniel Stenberg |
attempt to detect a bad (as in HPUX 10.20 bad) gmtime_r function |
3afc57ba | 16-May-2005 |
Daniel Stenberg |
start working on 7.14.1 |
55225106 | 16-May-2005 |
Daniel Stenberg |
Version 7.14.0 |
1a31bff9 | 16-May-2005 |
Daniel Stenberg |
return, not exit, on several places |
4eaa3329 | 15-May-2005 |
Dominick Meglio |
Converted some macros to use NS_* so they work on non-IPv6 systems |
028d78b9 | 15-May-2005 |
Dominick Meglio |
Forgot to ares_-ize inet_ntop |
944af98b | 14-May-2005 |
Daniel Stenberg |
fix warning about redefined symbol |
2789b2b0 | 14-May-2005 |
Daniel Stenberg |
replaced the CRLF newlines with plain LF ones |
7dded571 | 14-May-2005 |
Dominick Meglio |
Added an inet_ntop function from BIND for systems that do not have it |
95fe8372 | 14-May-2005 |
Gisle Vanem |
Updated generated dependencies. |
ecdcb0ef | 14-May-2005 |
Gisle Vanem |
Some patches for (a stricter/smarter) gcc 4.0 and warnings like: 'x' may be used uninitialized in this function. |
6a04a03e | 14-May-2005 |
Gisle Vanem |
'ssize_t' seems to be a gcc 4.x built-in. |
0c96056a | 14-May-2005 |
Gisle Vanem |
Change for systems with >1 ways of setting (non-)blocking mode. (djgpp/Watt-32 has 3 ways). Should rewrite this using "#elif ..", but maybe there is still broken cpp around? |
f518a5e2 | 13-May-2005 |
Daniel Stenberg |
updated |
f581c106 | 13-May-2005 |
Daniel Stenberg |
uses select() instead of poll() even on Mac OS X 10.4 |
0b3decee | 13-May-2005 |
Daniel Stenberg |
adjusted the configure to always skip the fine-poll() test on Mac OS X (darwin) |
fa4cd886 | 12-May-2005 |
Daniel Stenberg |
remove blank lines |
8c573ca7 | 12-May-2005 |
Daniel Stenberg |
CURLOPT_SSLVERSION clarified |
5a5cf3a5 | 12-May-2005 |
Daniel Stenberg |
-z bad use warning and NTLM proxy auth in reconnect fix |
3f23e844 | 12-May-2005 |
Daniel Stenberg |
oops, found by bug reported in bug report #1200661 |