aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/curl_multi_timeout.3
AgeCommit message (Collapse)Author
2017-08-22gnurl: Rename man3 files to avoid collisions.ng0
This is necessary so that gnURL and cURL can co-exist on the same system. However renaming most of the files is not logical. Signed-off-by: ng0 <ng0@infotropique.org>
2017-08-22gnurl: replace references in folder "doc".ng0
For reference, read bug #5122, comment part "FIX: Tune explicit paths in source files". Signed-off-by: ng0 <ng0@infotropique.org>
2016-05-02docs: unified man page references to use \fIDaniel Stenberg
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-06-02curl_multi_timeout.3: added exampleDaniel Stenberg
2013-02-22libcurl documentation: clarifications and typosAlexander 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-12source header: added to more filesDaniel Stenberg
2010-04-12refer to CURLMOPT_TIMERFUNCTION for multi_socket usersDaniel 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-24remove the CVSish $Id$ linesDaniel Stenberg
2008-08-06- mention curl_multi_socket_action() rather than the deprecatedDaniel Stenberg
curl_multi_socket() - don't claim that it has an argument named 'easy' because it doesn't!
2008-02-03it is stable now...Daniel Stenberg
2007-12-06clarify that when curl_multi_timeout() returns -1 it just means that thereDaniel 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-24corrected introduction version numberDaniel Stenberg
2006-01-03fixed the prototypeDaniel Stenberg
2006-01-02Initial description of the upcoming curl_multi_timeout() functionDaniel Stenberg