Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-07-10 | updated to match current reality | Daniel Stenberg | |
2008-05-24 | Christopher Palow's multi interface docs updates | Daniel Stenberg | |
2008-03-06 | spellchecked | Daniel Stenberg | |
2008-03-06 | curl_multi_timeout() is really not recommended with curl_multi_socket()-based | Daniel Stenberg | |
usage | |||
2007-07-30 | users should use the CURLMOPT_TIMERFUNCTION rather than curl_multi_timeout | Daniel Stenberg | |
when using the socket API | |||
2007-07-30 | updated based on suggestion from Jeff Pohlmeyer | Daniel Stenberg | |
2007-04-16 | - Robert Iakobashvil added curl_multi_socket_action() to libcurl, which is a | Daniel 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-01 | updated docs with the new parameter | Daniel Stenberg | |
2006-07-26 | [Hiper-related work] Added a function called curl_multi_assign() that will | Daniel Stenberg | |
set a private pointer added to the internal libcurl hash table for the particular socket passed in to this function. | |||
2006-06-24 | corrected introduction version number | Daniel Stenberg | |
2006-01-15 | adjusted to the new concept of the callback | Daniel Stenberg | |
2006-01-04 | removed easy handle argument from proto | Daniel Stenberg | |
2006-01-02 | I removed the timeout argument from the socket callback and did some other | Daniel 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-22 | The inital early embryos to describe the curl_multi_socket() API. Committed | Daniel Stenberg | |
now to enable them to get added as web pages easier, they are not ready for anything "real" just yet. |