aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/curl_multi_socket_action.3
AgeCommit message (Collapse)Author
2012-07-03docs: clarify how to start with curl_multi_socket_actionDaniel Stenberg
Mention the CURL_SOCKET_TIMEOUT argument in step 6 of the typical application.
2011-03-12source header: added to more filesDaniel Stenberg
2010-08-10multi_socket_action: clarify how to kickstart itDaniel Stenberg
The callbacks are called when curl_multi_socket_action() is called, not when handles are added. This is now mentioned in the "TYPICAL USAGE" section.
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2010-02-14removed trailing whitespaceYang Tse
2010-02-01We introduce a loop in lib/multi.c around all calls to multi_runsingle() andDaniel Stenberg
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.
2009-11-24clarify what a modern version of libcurl meansDaniel Stenberg
2009-05-11split off curl_multi_socket_action() into its own separate man page as this isDaniel Stenberg
the function we should use, while both curl_multi_socket() and curl_multi_socket_all() should be killed!