- Jun 04, 2010
-
-
Frank Meier authored
-
- Jun 02, 2010
-
-
Daniel Stenberg authored
-
- May 28, 2010
-
-
Daniel Stenberg authored
These two items are now actually implemented: 11.1 Content-Disposition 11.5 ftp wildcard download
-
- May 16, 2010
-
-
Kamil Dudka authored
-
- May 12, 2010
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Pavel Raiskup authored
-
- May 10, 2010
-
-
Daniel Stenberg authored
-
- Apr 29, 2010
-
-
Daniel Stenberg authored
... and GnuTLS connects are non-blocking, TFTP is better integrated as a "real" protocol and RTSP is supported.
-
Daniel Stenberg authored
Since commit c2888604 by Jerome Vouillon
-
Daniel Stenberg authored
It's not quite fair to list TFTP is a "crappy" member of the libcurl family so I removed its mentioning.
-
- Apr 26, 2010
-
-
Daniel Stenberg authored
-
- Apr 24, 2010
-
-
Alex Bligh authored
--proto tells curl to use the listed protocols for its initial retrieval --proto-redir tells curl to use the listed protocols after a redirect
-
Kamil Dudka authored
Also tweaked comments in certain examples using curl_multi_fdset().
-
- Apr 19, 2010
-
-
Patrick Monnerat authored
-
- Apr 14, 2010
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Apr 12, 2010
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
curl_multi_timeout(3) is simply the wrong function to use if you're using the multi_socket API and this document now states this pretty clearly to help guiding users.
-
- Apr 11, 2010
-
-
Daniel Stenberg authored
-
- Apr 02, 2010
-
-
Daniel Stenberg authored
-
- 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.
-