aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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
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
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
2006-07-17tests/libtest/lib506.c version 1.11 is now also logging CURLSHOPT_LOCKFUNC, C...Yang Tse
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
2006-07-14Fix compiler warningYang Tse
2006-07-14Change the ai_addrlen type of struct addrinfo from size_t to socklen_t, per R...Yang Tse
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 6....Yang Tse
2006-07-13Fix compiler warning.Yang Tse
2006-07-12Remove unneeded stuff.Gisle Vanem
2006-07-12Remove var not used.Yang Tse
2006-07-12Log a message if not all data is sent.Yang Tse
2006-07-12Fix compiler warning: comparison between signed and unsignedYang Tse
2006-07-12Read the return value of the swrite() macro and 'print' a message in case of ...Yang Tse
2006-07-12Place parenthesis surrounding macro parameters so that the use of sread and s...Yang Tse
2006-07-12sread now returns ssize_tYang Tse
2006-07-12Pay attention when typecasting an operationYang Tse
2006-07-12sread now returns ssize_tYang Tse
2006-07-12DJGPP/WATT32 does not have functions named recv() send() getnameinfo().Yang Tse
2006-07-12Use platform's native types for recv() and send() arguments.Yang Tse
2006-07-11Enable --enable-hidden-symbols for SunPro CDan Fandrich
2006-07-11include <malloc.h> only if HAVE_MALLOC_H and NEED_MALLOC_H are both defined.Yang Tse
2006-07-11Define NEED_MALLOC_H if including <stdlib.h> is not enough for proper compila...Yang Tse
2006-07-11Moved strdup replacement from src/main.c into src/strdup.c so it's availableDan Fandrich
2006-07-11Added comment and CVS id.Gisle Vanem
2006-07-11Socket must be set to CURL_SOCKET_BAD after closing it.Yang Tse