Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-08-22 | as Jeff Pohlmeyer pointed out, first get the multi handle _then_ use it | Daniel Stenberg | |
2006-08-08 | better updating of the single timeout | Daniel Stenberg | |
2006-08-07 | Jeff Pohlmeyer pointed out this stupid variable type error | Daniel Stenberg | |
2006-08-03 | This is now a working example using libevent and curl_multi_socket() for really | Daniel Stenberg | |
fast treatment of many simultaneous transfers | |||
2006-07-30 | curl_multi_socket() and curl_multi_socket_all() got modified prototypes: they | Daniel Stenberg | |
both now provide the number of running handles back to the calling function. | |||
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-04-24 | the example that _is_ supposed to use libevent | Daniel Stenberg | |