- 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
-
Daniel Stenberg authored
-
Daniel Stenberg authored
user name
-
Daniel Stenberg authored
it in smtp.c
-
Daniel Stenberg authored
sequences in uploaded data. The test server doesn't "decode" escaped dot-lines but instead test cases must be written to take them into account. Added test case 803 to verify dot-escaping.
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
- Dec 29, 2009
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Yang Tse authored
-