- Jan 12, 2010
- Jan 11, 2010
-
-
Daniel Stenberg authored
transfers: curl_multi_fdset() would return -1 and not set and file descriptors several times during a transfer of a single file. It turned out to be due to two different flaws now fixed. Gil's excellent recipe helped me nail this.
-
Daniel Stenberg authored
much as possible in one go, as long as it doesn't block and hasn't reached the end of the state machine. This avoids spurious -1 returns from curl_multi_fdset() simply because previously it would return from this function without anything in EWOUDLBLOCK and thus basically it wasn't actually waiting for anything!!
-
Daniel Stenberg authored
state, we return CURLM_CALL_MULTI_PERFORM unconditionally then so that we can act faster like in the case the protocol-specific connect doesn't block on anything and we can just persue on the next action immediately. It also then avoids a case where curl_multi_fdset() would return -1.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
interval even during very slow connects.
-
Daniel Stenberg authored
present in the tests/data/Makefile.am and outputs a notice message on the screen if not. Each test file has to be included in that Makefile.am to get included in release archives and forgetting to add files there is a common mistake. This is an attempt to make it harder to forget.
-
Yang Tse authored
-
Yang Tse authored
Start using the centralized pidfile and logfile name generation subroutines for https and ftps test suite servers.
-
- Jan 10, 2010
- Jan 09, 2010
-
-
Yang Tse authored
Start using the centralized pidfile and logfile name generation subroutines for ftp, pop3, imap and smtp test suite servers.
-
Daniel Stenberg authored
-
- Jan 08, 2010
-
-
Daniel Stenberg authored
ossl_connect_step3() increments an SSL session handle reference counter on each call. When sessions are re-used this reference counter may be incremented many times, but it will be decremented only once when done (by Curl_ossl_session_free()); and the internal OpenSSL data will not be freed if this reference count remains positive. When a session is re-used the reference counter should be corrected by explicitly calling SSL_SESSION_free() after each consecutive SSL_get1_session() to avoid introducing a memory leak. (http://curl.haxx.se/bug/view.cgi?id=2926284)
-
Yang Tse authored
subroutines for http and tftp test suite servers.
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
- Jan 07, 2010
-
-
Daniel Stenberg authored
the need for the struct forward declaration from http.h which caused problems with gcc 2.96 and quite frankly the parameter wasn't necessary anyway
-
Claes Jakobsson authored
-
Daniel Stenberg authored
function was moved to http.c and was made static and renamed
-
- Jan 06, 2010
-
-
Daniel Stenberg authored
name resolves when c-ares is used for resolving.
-
Yang Tse authored
-
Yang Tse authored
IRIX MIPSpro 7.4 C++ compiler does not tolerate inclusion of stdint.h
-
Claes Jakobsson authored
-
- Jan 04, 2010
-
-
Daniel Stenberg authored
-
- Jan 03, 2010
-
-
Kamil Dudka authored
-
- Jan 02, 2010
-
-
Daniel Stenberg authored
versions --ftp-ssl and --ftp-ssl-reqd as these options are now used to control SSL/TLS for IMAP, POP3 and SMTP as well in addition to FTP. The old option names are still working but the new ones are the prefered ones (listed and documented).
-
- Jan 01, 2010
-
-
Daniel Stenberg authored
sent afterwards
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
command is a special "hack" used by the drftpd server, but even though it is a custom extension I've deemed it fine to add to libcurl since this server seems to survive and people keep using it and want libcurl to support it. The new libcurl option is named CURLOPT_FTP_USE_PRET, and it is also usable from the curl tool with --ftp-pret. Using this option on a server that doesn't support this command will make libcurl fail.
-
- Dec 31, 2009
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
receivers, and made the command line tool thus support the option specified many times
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
- Dec 30, 2009
-
-
Daniel Stenberg authored
-