aboutsummaryrefslogtreecommitdiff
path: root/hiper/hipev.c
AgeCommit message (Collapse)Author
2006-08-22as Jeff Pohlmeyer pointed out, first get the multi handle _then_ use itDaniel Stenberg
2006-08-08better updating of the single timeoutDaniel Stenberg
2006-08-07Jeff Pohlmeyer pointed out this stupid variable type errorDaniel Stenberg
2006-08-03This is now a working example using libevent and curl_multi_socket() for reallyDaniel Stenberg
fast treatment of many simultaneous transfers
2006-07-30curl_multi_socket() and curl_multi_socket_all() got modified prototypes: theyDaniel 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 willDaniel Stenberg
set a private pointer added to the internal libcurl hash table for the particular socket passed in to this function.
2006-04-24the example that _is_ supposed to use libeventDaniel Stenberg