Age | Commit message (Expand) | Author |
2006-07-25 | Remove comment about c-ares not supporting IPv6. | Gisle Vanem |
2006-07-24 | Use the proper Curl_freeaddrinfo() for CURLRES_ARES. | Gisle Vanem |
2006-07-24 | Fix typo. | Gisle Vanem |
2006-07-24 | Ares needs CURLRES_ADDRINFO_COPY. Curl_hostent_relocate() is gone. | Gisle Vanem |
2006-07-23 | added splay.o | Daniel Stenberg |
2006-07-23 | Added getopt() processing. | Gisle Vanem |
2006-07-22 | Added getopt() processing of [-t {a|aaaa}]. | Gisle Vanem |
2006-07-22 | Added CVS id. | Gisle Vanem |
2006-07-22 | 2nd try adding CVS id. | Gisle Vanem |
2006-07-22 | Added CVS id. | Gisle Vanem |
2006-07-22 | Use ares_free_string() to avoid detecting leaks. | Gisle Vanem |
2006-07-22 | If CURLDEBUG defined, call curl_memdebug() if $CARES_MEMDEBUG is set. | Gisle Vanem |
2006-07-21 | Constify some arguments in Curl_connecthost() and singleipconnect(). | Gisle Vanem |
2006-07-21 | Constify arguments to Curl_he2ai() and Curl_addrinfo_copy(). | Gisle Vanem |
2006-07-21 | Constify 'hostname' and 'service' to various resolver functions. | Gisle Vanem |
2006-07-21 | Changes for combination ENABLE_IPV6 and USE_ARES. | Gisle Vanem |
2006-07-21 | Use calloc() instead. | Gisle Vanem |
2006-07-20 | David McCreedy fixed a build error when building libcurl with HTTP disabled, | Daniel Stenberg |
2006-07-20 | Avoid warning "comparison of unsigned expression < 0 is always false" | Gisle Vanem |
2006-07-20 | Avoid warning 'port' might be used uninitialized in this function. | Gisle Vanem |
2006-07-19 | Changes to support building for eCos 1.3.1. This has been tested with | Dan Fandrich |
2006-07-19 | Fix compiler warnings | Yang Tse |
2006-07-19 | Avoid variable declaration shadowing previously declared one | Yang Tse |
2006-07-19 | Avoid variable declaration shadowing previously declared one | Yang Tse |
2006-07-19 | remove variable declaration shadowing previously declared one | Yang Tse |
2006-07-19 | Remove variable declaration shadowing previously declared one | Yang Tse |
2006-07-19 | Abort if unable to write pid file, and close socket when aborting. | Yang Tse |
2006-07-19 | Abort if unable to write pid file. | Yang Tse |
2006-07-17 | -Use curl_socket_t instead of int. | Yang Tse |
2006-07-17 | "*connected" must be set to FALSE if trynextip() fails. | Yang Tse |
2006-07-17 | Jari Sundell did some excellent research and bug tracking, figured out that | Daniel Stenberg |
2006-07-17 | tests/libtest/lib506.c version 1.11 is now also logging CURLSHOPT_LOCKFUNC, C... | Yang Tse |
2006-07-17 | Return NULL if argument is NULL. | Yang Tse |
2006-07-17 | Fix compiler warning "enumerated type mixed with another type" | Yang Tse |
2006-07-17 | Fix compiler warning "enumerated type mixed with another type" | Yang Tse |
2006-07-17 | Update error buffer size used for SSL_strerror() | Yang Tse |
2006-07-17 | Minor cleanup | Yang Tse |
2006-07-15 | don't use 'new' in the proto | Daniel Stenberg |
2006-07-14 | David McCreedy fixed a flaw where the CRLF counter wasn't properly cleared | Daniel Stenberg |
2006-07-14 | Fix compiler warning | Yang Tse |
2006-07-14 | Change the ai_addrlen type of struct addrinfo from size_t to socklen_t, per R... | Yang Tse |
2006-07-14 | Null terminate string in buffer before feeding it to strtol() | Yang Tse |
2006-07-13 | Oops, missing "u" | Yang Tse |
2006-07-13 | Change to meaningful var names and take care of a compiler warning on IRIX 6.... | Yang Tse |
2006-07-13 | Fix compiler warning. | Yang Tse |
2006-07-12 | Remove unneeded stuff. | Gisle Vanem |
2006-07-12 | Remove var not used. | Yang Tse |
2006-07-12 | Log a message if not all data is sent. | Yang Tse |
2006-07-12 | Fix compiler warning: comparison between signed and unsigned | Yang Tse |
2006-07-12 | Read the return value of the swrite() macro and 'print' a message in case of ... | Yang Tse |