Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-02 | docs: unified man page references to use \fI | Daniel Stenberg | |
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg | |
2015-06-02 | curl_multi_timeout.3: added example | Daniel Stenberg | |
2013-02-22 | libcurl documentation: clarifications and typos | Alexander Klauer | |
* Elaborates on default values of some curl_easy_setopt() options. * Reminds the user to cast variadic arguments to curl_easy_setopt() to 'void *' where curl internally interprets them as such. * Clarifies the working of the CURLOPT_SEEKFUNCTION option for curl_easy_setopt(). * Fixes typo 'forth' → 'fourth'. * Elaborates on CURL_SOCKET_TIMEOUT. * Adds some missing periods. * Notes that the return value of curl_version() must not be passed to free(). | |||
2011-03-12 | source header: added to more files | Daniel Stenberg | |
2010-04-12 | refer to CURLMOPT_TIMERFUNCTION for multi_socket users | Daniel Stenberg | |
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. | |||
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg | |
2008-08-06 | - mention curl_multi_socket_action() rather than the deprecated | Daniel Stenberg | |
curl_multi_socket() - don't claim that it has an argument named 'easy' because it doesn't! | |||
2008-02-03 | it is stable now... | Daniel Stenberg | |
2007-12-06 | clarify that when curl_multi_timeout() returns -1 it just means that there | Daniel Stenberg | |
is no current timeout. It does not mean wait forever and it does not mean do not wait at all. It means there is no timeout value known at this point in time. | |||
2006-06-24 | corrected introduction version number | Daniel Stenberg | |
2006-01-03 | fixed the prototype | Daniel Stenberg | |
2006-01-02 | Initial description of the upcoming curl_multi_timeout() function | Daniel Stenberg | |