1c6ebb07 | 23-Jul-2006 |
Daniel Stenberg |
added splay.o |
7e8b84c3 | 23-Jul-2006 |
Gisle Vanem |
Added getopt() processing. |
132067b0 | 22-Jul-2006 |
Gisle Vanem |
Added getopt() processing of [-t {a|aaaa}]. |
8c36fc8f | 22-Jul-2006 |
Gisle Vanem |
Added CVS id. |
93858efe | 22-Jul-2006 |
Gisle Vanem |
2nd try adding CVS id. |
ba7f27a3 | 22-Jul-2006 |
Gisle Vanem |
Added CVS id. |
2f70fb70 | 22-Jul-2006 |
Gisle Vanem |
Use ares_free_string() to avoid detecting leaks. |
655ec6bf | 22-Jul-2006 |
Gisle Vanem |
If CURLDEBUG defined, call curl_memdebug() if $CARES_MEMDEBUG is set. |
c4ad5333 | 21-Jul-2006 |
Gisle Vanem |
Constify some arguments in Curl_connecthost() and singleipconnect(). |
5cdbd0cf | 21-Jul-2006 |
Gisle Vanem |
Constify arguments to Curl_he2ai() and Curl_addrinfo_copy(). |
a55c70d4 | 21-Jul-2006 |
Gisle Vanem |
Constify 'hostname' and 'service' to various resolver functions. |
02938a01 | 21-Jul-2006 |
Gisle Vanem |
Changes for combination ENABLE_IPV6 and USE_ARES. |
e40641bf | 21-Jul-2006 |
Gisle Vanem |
Use calloc() instead. |
27c0b438 | 20-Jul-2006 |
Daniel Stenberg |
David McCreedy fixed a build error when building libcurl with HTTP disabled, problem added with the curl_formget() patch. |
d46de5ab | 20-Jul-2006 |
Gisle Vanem |
Avoid warning "comparison of unsigned expression < 0 is always false" |
73ebb0ed | 20-Jul-2006 |
Gisle Vanem |
Avoid warning 'port' might be used uninitialized in this function. |
684245d6 | 19-Jul-2006 |
Dan Fandrich |
Changes to support building for eCos 1.3.1. This has been tested with file: URLs only. |
d157c292 | 19-Jul-2006 |
Yang Tse |
Fix compiler warnings |
4d2e8166 | 19-Jul-2006 |
Yang Tse |
Avoid variable declaration shadowing previously declared one |
483a586d | 19-Jul-2006 |
Yang Tse |
Avoid variable declaration shadowing previously declared one |
4ac54f8c | 19-Jul-2006 |
Yang Tse |
remove variable declaration shadowing previously declared one |
840aacf7 | 19-Jul-2006 |
Yang Tse |
Remove variable declaration shadowing previously declared one |
ab4256d5 | 19-Jul-2006 |
Yang Tse |
Abort if unable to write pid file, and close socket when aborting. |
46c5e562 | 19-Jul-2006 |
Yang Tse |
Abort if unable to write pid file. |
42f5a90d | 17-Jul-2006 |
Yang Tse |
-Use curl_socket_t instead of int. -Log errno in message if setsockopt() fails. -Close listener socket on major errors. |