| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-07-03 | docs: clarify how to start with curl_multi_socket_action | Daniel Stenberg | |
| Mention the CURL_SOCKET_TIMEOUT argument in step 6 of the typical application. | |||
| 2011-03-12 | source header: added to more files | Daniel Stenberg | |
| 2010-08-10 | multi_socket_action: clarify how to kickstart it | Daniel 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-24 | remove the CVSish $Id$ lines | Daniel Stenberg | |
| 2010-02-14 | removed trailing whitespace | Yang Tse | |
| 2010-02-01 | We introduce a loop in lib/multi.c around all calls to multi_runsingle() and | Daniel 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-24 | clarify what a modern version of libcurl means | Daniel Stenberg | |
| 2009-05-11 | split off curl_multi_socket_action() into its own separate man page as this is | Daniel Stenberg | |
| the function we should use, while both curl_multi_socket() and curl_multi_socket_all() should be killed! | |||
