aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/curl_multi_socket.3
AgeCommit message (Collapse)Author
2018-06-30docs: fix missed option name markupsDaniel Stenberg
2016-12-15curl_multi_socket.3: fix typoDaniel Stenberg
2016-05-02docs: unified man page references to use \fIDaniel Stenberg
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2011-03-12source header: added to more filesDaniel Stenberg
2010-03-24remove the CVSish $Id$ linesDaniel 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!
2008-12-28Anthony Bryan's man page cleanup in language and spellingDaniel Stenberg
2008-07-10updated to match current realityDaniel Stenberg
2008-05-24Christopher Palow's multi interface docs updatesDaniel Stenberg
2008-03-06spellcheckedDaniel Stenberg
2008-03-06curl_multi_timeout() is really not recommended with curl_multi_socket()-basedDaniel Stenberg
usage
2007-07-30users should use the CURLMOPT_TIMERFUNCTION rather than curl_multi_timeoutDaniel Stenberg
when using the socket API
2007-07-30updated based on suggestion from Jeff PohlmeyerDaniel Stenberg
2007-04-16- Robert Iakobashvil added curl_multi_socket_action() to libcurl, which is aDaniel Stenberg
function that deprecates the curl_multi_socket() function. Using the new function the application tell libcurl what action that was found in the socket that it passes in. This gives a significant performance boost as it allows libcurl to avoid a call to poll()/select() for every call to curl_multi_socket*().
2006-08-01updated docs with the new parameterDaniel Stenberg
2006-07-26[Hiper-related work] Added a function called curl_multi_assign() that willDaniel Stenberg
set a private pointer added to the internal libcurl hash table for the particular socket passed in to this function.
2006-06-24corrected introduction version numberDaniel Stenberg
2006-01-15adjusted to the new concept of the callbackDaniel Stenberg
2006-01-04removed easy handle argument from protoDaniel Stenberg
2006-01-02I removed the timeout argument from the socket callback and did some otherDaniel Stenberg
cleanups of this man page. The lengthy description has now also been removed from curl/multi.h since it immediately got tedious to maintain the info on two places when I did major updates...
2005-12-22The inital early embryos to describe the curl_multi_socket() API. CommittedDaniel Stenberg
now to enable them to get added as web pages easier, they are not ready for anything "real" just yet.