8c6f654b | 05-Dec-2005 |
Dan Fandrich |
Added a run-time check to warn if TFTP is going to fail due to portability issues in the code. |
1d8212e5 | 05-Dec-2005 |
Daniel Stenberg |
Yang Tse: make runtests.pl more talkative when unable to find out curl's version. |
083c5e17 | 05-Dec-2005 |
Daniel Stenberg |
Yang Tse fixed: Openssl 0.9.9 makes 'const' the SSL_METHOD parameter in SSL_CTX_new and others, and also makes functions SSLv23_client_method, TLSv1_client_method, etc return a 'const' SSL_ME
Yang Tse fixed: Openssl 0.9.9 makes 'const' the SSL_METHOD parameter in SSL_CTX_new and others, and also makes functions SSLv23_client_method, TLSv1_client_method, etc return a 'const' SSL_METHOD pointer. Previous versions do not use the 'const' qualifier.
show more ...
|
272231fb | 05-Dec-2005 |
Daniel Stenberg |
Another Yang Tse warning cleanup raid! |
67b4d9b2 | 04-Dec-2005 |
Gisle Vanem |
Recent OpenSSL returns a 'const' in '*_client_method()'. So avoid 'assignment discards qualifiers from pointer target type' warning. |
21709e15 | 02-Dec-2005 |
Daniel Stenberg |
Yang Tse adjusted the multiple header inclusion prevention definition H_MPRINTF to our more used style __CURL_MPRINTF_H |
9c312637 | 02-Dec-2005 |
Daniel Stenberg |
Yang Tse's fix to only provide the proto if there is such a function and we didn't find any proto |
feacad7f | 02-Dec-2005 |
Daniel Stenberg |
Yang Tse fixed the 4th argument in the sendto() calls |
65133034 | 01-Dec-2005 |
Daniel Stenberg |
Jamie Newton pointed out that libcurl's file:// code would close() a zero file descriptor if given a non-existing file. |
3e2a52b0 | 30-Nov-2005 |
Daniel Stenberg |
#27 is fixed |
176d4e85 | 30-Nov-2005 |
Daniel Stenberg |
cast the va_arg() assignment to ftp_filemethod properly |
84d30dff | 29-Nov-2005 |
Daniel Stenberg |
Yang Tse's fix of the inet_pton check |
0fd282b0 | 28-Nov-2005 |
Daniel Stenberg |
new experimental "ftp method" code |
cdf4afbe | 28-Nov-2005 |
Daniel Stenberg |
Bryan Henderson |
b222b230 | 28-Nov-2005 |
Daniel Stenberg |
Yang Tse's changes to provide an inet_pton() proto for the platforms who don't have one in order to fix a remaining warning on IRIX 6.2. |
fdf99001 | 28-Nov-2005 |
Daniel Stenberg |
added note about the inclusion of curl.h from within this file |
5867eb2d | 25-Nov-2005 |
Daniel Stenberg |
Bryan Henderson: added missing ignores |
61f145e3 | 25-Nov-2005 |
Daniel Stenberg |
Yang Tse fixed compiler warnings |
b97e7fc7 | 25-Nov-2005 |
Daniel Stenberg |
read_tcp_data() fix to get the proper buffer pointer and size |
01cbf080 | 25-Nov-2005 |
Daniel Stenberg |
Yang Tse: fixes the use of Curl_inet_ntop and Curl_inet_pton with no prototypes on some platforms, ie IRIX 6.2 MIPS C 6.2 |
fec632e9 | 25-Nov-2005 |
Daniel Stenberg |
Yang Tse: fixed compiler warnings |
6aab5b57 | 25-Nov-2005 |
Daniel Stenberg |
Change based on Yang Tse's excellent fix to reduce buffer overflow risk and fixing a compiler warning in the append_scopeid() function. |
d2a27e02 | 25-Nov-2005 |
Daniel Stenberg |
Doug Kaufman corrected my attempt to a generic "skip extra test for function F" |
b55506a7 | 24-Nov-2005 |
Daniel Stenberg |
avoid doing #if an a predef symbol that might not be defined |
afc2aa2b | 24-Nov-2005 |
Daniel Stenberg |
Yang Tse: use static on file-private functions |