- Mar 25, 2010
-
-
Daniel Stenberg authored
-
- Mar 24, 2010
-
-
Chris Conroy authored
Test coverage included. Thanks to Massimo Callegari for the bug report
-
Daniel Stenberg authored
-
- Mar 21, 2010
-
-
Daniel Stenberg authored
-
- Mar 04, 2010
-
-
Daniel Stenberg authored
CURLOPT_HEADERFUNCTION and CURLOPT_WRITEFUNCTION more consistent
-
- Feb 26, 2010
-
-
Daniel Stenberg authored
-
- Feb 22, 2010
-
-
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.
-
- Feb 21, 2010
-
-
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.
-
- Feb 16, 2010
-
-
Yang Tse authored
replaced tabs with spaces
-
- Feb 15, 2010
-
-
Daniel Stenberg authored
-
- Feb 14, 2010
-
-
Yang Tse authored
removed trailing whitespace
- Feb 13, 2010
-
-
- Feb 03, 2010
-
-
Daniel Stenberg authored
-
- Feb 02, 2010
-
-
Kamil Dudka authored
-
- Feb 01, 2010
-
-
Daniel Stenberg authored
simply check for CURLM_CALL_MULTI_PERFORM internally. This has the added benefit that this goes in line with my long-term wishes to get rid of the CURLM_CALL_MULTI_PERFORM all together from the public API.
-
- Jan 28, 2010
- Jan 26, 2010
-
-
Daniel Stenberg authored
is now a very long time ago
-
- Jan 25, 2010
-
-
Dan Fandrich authored
-
- Jan 23, 2010
-
-
Björn Stenberg authored
-
Daniel Stenberg authored
-
- Jan 22, 2010
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
s/RTPDATA/INTERLEAVEDATA/
-
Daniel Stenberg authored
'note' in most description as it is mostly useless.
-
- Jan 21, 2010
-
-
Daniel Stenberg authored
libcurl options for controlling what to get and how to receive posssibly interleaved RTP data. Initial commit.
-
Daniel Stenberg authored
the code more curl-style
-
Daniel Stenberg authored
-
- Jan 06, 2010
-
-
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
-
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
-