aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-07-25Added CURL_VERSION_CONV feature string.Gisle Vanem
2006-07-25Added note for CURLRES_ARES and CURLRES_IPV6.Gisle Vanem
2006-07-25Moved functions common to IPv4 and C-ares to hostip.c;Gisle Vanem
Curl_freeaddrinfo() and Curl_ip2addr().
2006-07-25Remove comment about c-ares not supporting IPv6.Gisle Vanem
2006-07-24Use the proper Curl_freeaddrinfo() for CURLRES_ARES.Gisle Vanem
2006-07-24Fix typo.Gisle Vanem
2006-07-24Ares needs CURLRES_ADDRINFO_COPY. Curl_hostent_relocate() is gone.Gisle Vanem
2006-07-23added splay.oDaniel Stenberg
2006-07-23Added getopt() processing.Gisle Vanem
2006-07-22Added getopt() processing of [-t {a|aaaa}].Gisle Vanem
2006-07-22Added CVS id.Gisle Vanem
2006-07-222nd try adding CVS id.Gisle Vanem
2006-07-22Added CVS id.Gisle Vanem
2006-07-22Use ares_free_string() to avoid detecting leaks.Gisle Vanem
2006-07-22If CURLDEBUG defined, call curl_memdebug() if $CARES_MEMDEBUG is set.Gisle Vanem
2006-07-21Constify some arguments in Curl_connecthost() and singleipconnect().Gisle Vanem
2006-07-21Constify arguments to Curl_he2ai() and Curl_addrinfo_copy().Gisle Vanem
2006-07-21Constify 'hostname' and 'service' to various resolver functions.Gisle Vanem
2006-07-21Changes for combination ENABLE_IPV6 and USE_ARES.Gisle Vanem
2006-07-21Use calloc() instead.Gisle Vanem
2006-07-20David McCreedy fixed a build error when building libcurl with HTTP disabled,Daniel Stenberg
problem added with the curl_formget() patch.
2006-07-20Avoid warning "comparison of unsigned expression < 0 is always false"Gisle Vanem
2006-07-20Avoid warning 'port' might be used uninitialized in this function.Gisle Vanem
2006-07-19Changes to support building for eCos 1.3.1. This has been tested withDan Fandrich
file: URLs only.
2006-07-19Fix compiler warningsYang Tse
2006-07-19Avoid variable declaration shadowing previously declared oneYang Tse
2006-07-19Avoid variable declaration shadowing previously declared oneYang Tse
2006-07-19remove variable declaration shadowing previously declared oneYang Tse
2006-07-19Remove variable declaration shadowing previously declared oneYang Tse
2006-07-19Abort if unable to write pid file, and close socket when aborting.Yang Tse
2006-07-19Abort if unable to write pid file.Yang Tse
2006-07-17-Use curl_socket_t instead of int.Yang Tse
-Log errno in message if setsockopt() fails. -Close listener socket on major errors.
2006-07-17"*connected" must be set to FALSE if trynextip() fails.Yang Tse
2006-07-17Jari Sundell did some excellent research and bug tracking, figured out thatDaniel Stenberg
we did wrong and patched it: When nodes were removed from the splay tree, and we didn't properly remove it from the splay tree when an easy handle was removed from a multi stack and thus we could wrongly leave a node in the splay tree pointing to (bad) memory.
2006-07-17tests/libtest/lib506.c version 1.11 is now also logging CURLSHOPT_LOCKFUNC, ↵Yang Tse
CURLSHOPT_UNLOCKFUNC and CURLSHOPT_USERDATA, so we now also have to check them here.
2006-07-17Return NULL if argument is NULL.Yang Tse
2006-07-17Fix compiler warning "enumerated type mixed with another type"Yang Tse
2006-07-17Fix compiler warning "enumerated type mixed with another type"Yang Tse
2006-07-17Update error buffer size used for SSL_strerror()Yang Tse
2006-07-17Minor cleanupYang Tse
2006-07-15don't use 'new' in the protoDaniel Stenberg
2006-07-14David McCreedy fixed a flaw where the CRLF counter wasn't properly clearedDaniel Stenberg
for FTP ASCII transfers.
2006-07-14Fix compiler warningYang Tse
2006-07-14Change the ai_addrlen type of struct addrinfo from size_t to socklen_t, per ↵Yang Tse
RFC 3493.
2006-07-14Null terminate string in buffer before feeding it to strtol()Yang Tse
2006-07-13Oops, missing "u"Yang Tse
2006-07-13Change to meaningful var names and take care of a compiler warning on IRIX ↵Yang Tse
6.5.22 MIPSPro C 7.3 64bit
2006-07-13Fix compiler warning.Yang Tse
2006-07-12Remove unneeded stuff.Gisle Vanem
2006-07-12Remove var not used.Yang Tse