- Mar 02, 2010
-
-
Daniel Stenberg authored
poll() function it doesn't quite work the way we want it so we must disable it, and he also provided a patch for it. http://curl.haxx.se/bug/view.cgi?id=2961796
-
Daniel Stenberg authored
the global timeout if set. Also, as was reported in the bug report #2956437 by Ryan Chan, the time stamp to use as basis for the per command timeout was not set properly in the DONE phase for FTP (and not for SMTP) so I fixed that just now. This was a regression compared to 7.19.7 due to the conversion of FTP code over to the generic pingpong concepts. http://curl.haxx.se/bug/view.cgi?id=2956437
-
Daniel Stenberg authored
-
- Mar 01, 2010
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
OpenSSL based SSL handshaking even though the multi interface was used and there was no good reason for it. http://curl.haxx.se/bug/view.cgi?id=2958179
-
- Feb 28, 2010
- Feb 26, 2010
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
chunked-encoding trailer. http://curl.haxx.se/bug/view.cgi?id=2958474
-
Dan Fandrich authored
-
Yang Tse authored
fix sizeof short
-
Yang Tse authored
Added SIZEOF_INT and SIZEOF_SHORT definitions for non-configure systems
-
Yang Tse authored
Added SIZEOF_INT definition
-
Yang Tse authored
fix compiler warning
-
Yang Tse authored
fix compiler warning
-
- Feb 25, 2010
-
-
Yang Tse authored
fix compiler warning
-
Dan Fandrich authored
-
Yang Tse authored
fix file name
-
Yang Tse authored
Fixed bug report #2958074 indicating (http://curl.haxx.se/bug/view.cgi?id=2958074) that curl on Windows with option --trace-time did not use local time when timestamping trace lines. This could also happen on other systems depending on time souurce.
-
- Feb 24, 2010
- Feb 23, 2010
- Feb 22, 2010
-
-
Yang Tse authored
fix socket data type and logging format in debug tracking socket functions
-
Yang Tse authored
convert Curl_ultous() and Curl_ultouc() functions to curlx_ultous() and curlx_ultouc(), exposing them through curlx.h to allow proper code reuse later in our test harness.
-
Yang Tse authored
updated sources
-
Patrick Monnerat authored
-
Patrick Monnerat authored
- SMTP falls back to RFC821 HELO when EHLO fails (and SSL is not required). - Use of true local host name (i.e.: via gethostname()) when available, as default argument to SMTP HELO/EHLO. - Test case 804 for HELO fallback.
-
Yang Tse authored
add header inclusion
-
Yang Tse authored
fix compiler warning
-
- Feb 21, 2010
-
-
Yang Tse authored
fix compiler warning
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Feb 20, 2010
-
-
Daniel Stenberg authored
properly in angle brackets. Recipients provided with CURLOPT_MAIL_RCPT now get angle bracket wrapping automatically by libcurl unless the recipient starts with an angle bracket as then the app is assumed to deal with that properly on its own.
-
Daniel Stenberg authored
full DATA has been sent, and I modified the test SMTP server to also send that response. As usual, the DONE operation that is made after a completed transfer is still not doable in a non-blocking way so this waiting for 250 is unfortunately made blockingly.
-
Daniel Stenberg authored
-
Yang Tse authored
fix compiler warning
-
Yang Tse authored
fix compiler warning
-