- Feb 21, 2010
-
-
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
-
Yang Tse authored
fix compiler warning
-
- Feb 19, 2010
-
-
Yang Tse authored
fix compiler warning
-
- Feb 18, 2010
-
-
Yang Tse authored
fix compiler warning
-
- Feb 17, 2010
-
-
Daniel Stenberg authored
- To allow an app to force a re-read of /etc/resolv.conf etc, pretty much like the res_init() resolver function offers
-
Daniel Stenberg authored
-
- Feb 16, 2010
- Feb 15, 2010
-
-
Daniel Stenberg authored
-
Yang Tse authored
fix compiler warning: conversion from "long" to "size_t" may lose sign
-
Yang Tse authored
fix compiler warning: conversion from "long" to "size_t" may lose sign
-
Daniel Stenberg authored
-
- Feb 14, 2010
- Feb 13, 2010
-
-
-
Guenter Knauf authored
moved gethostbyname_thread() to #else case to avoid 'not used' compiler warning.
-
Guenter Knauf authored
-
Daniel Stenberg 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.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Feb 11, 2010
-
-
Patrick Monnerat authored
_ Upgrade OS400 EBCDIC wrappers for new options. _ Upgrade ILE/RPG bindings to current state.
-
Yang Tse authored
mention last changes
-
Yang Tse authored
Steven M. Schweda updated VMS readme file
-
Yang Tse authored
Steven M. Schweda removed batch_compile.com and defines.com
-
Yang Tse authored
Steven M. Schweda fixed: VMS builder bad behavior when used in a batch job. Various ".LIS" and ".MAP" files created without being requested by a "LIST" command-line option, and in the wrong place, too. Some minor typographical changes.
-
- Feb 10, 2010
-
-
Dan Fandrich authored
-
Yang Tse authored
- remove extra "\r\n" from doc404_RTSP - avoid memory alignment issue when setting RTSP packet length
-
- Feb 09, 2010
-
-
Dan Fandrich authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
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
-