- Feb 26, 2010
-
-
Daniel Stenberg authored
chunked-encoding trailer. http://curl.haxx.se/bug/view.cgi?id=2958474
-
Dan Fandrich authored
-
Yang Tse authored
Added SIZEOF_INT and SIZEOF_SHORT definitions for non-configure systems
-
Yang Tse authored
fix compiler warning
-
Yang Tse authored
fix compiler warning
-
- Feb 25, 2010
-
-
Yang Tse authored
fix compiler warning
-
Dan Fandrich authored
-
- Feb 24, 2010
-
-
Yang Tse authored
fix compiler warning
-
- Feb 23, 2010
-
-
Yang Tse authored
fix compiler warning
-
- 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.
-
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
-
- 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
-
Yang Tse authored
fix compiler warning
-
- Feb 19, 2010
-
-
Yang Tse authored
fix compiler warning
-
- Feb 17, 2010
-
-
Daniel Stenberg authored
-
- Feb 16, 2010
-
-
Yang Tse authored
replaced tabs with spaces
-
- Feb 15, 2010
-
-
Yang Tse authored
fix compiler warning: conversion from "long" to "size_t" may lose sign
-
- Feb 14, 2010
-
-
Yang Tse authored
removed trailing whitespace
-
- Feb 13, 2010
-
-
Guenter Knauf authored
moved gethostbyname_thread() to #else case to avoid 'not used' compiler warning.
-
Guenter Knauf authored
-
- Feb 12, 2010
-
-
Daniel Stenberg authored
in the same RCPT TO line, when they should be sent in separate single commands. I updated test case 802 to verify this. - I also fixed a bad use of my_setopt_str() of CURLOPT_MAIL_RCPT in the curl tool which made it try to output it as string for the --libcurl feature which could lead to crashes.
-
- Feb 11, 2010
-
-
Patrick Monnerat authored
_ Upgrade OS400 EBCDIC wrappers for new options. _ Upgrade ILE/RPG bindings to current state.
-
- Feb 09, 2010
-
-
Daniel Stenberg authored
to automatically uncompress it with the CURLOPT_ENCODING option, libcurl could wrongly provide the callback with more data than what the maximum documented amount. An application could thus get tricked into badness if the maximum limit was trusted to be enforced by libcurl itself (as it is documented). This is further detailed and explained in the libcurl security advisory 20100209 at http://curl.haxx.se/docs/adv_20100209.html
-
Daniel Stenberg authored
-
- Feb 06, 2010
- Feb 05, 2010
- Feb 04, 2010
- Feb 03, 2010
-
-
Dan Fandrich authored
Makefile.inc since that can't be included directly.
-