Daniel Stenberg
|
bac66ec26b
|
as Jeff Pohlmeyer pointed out, first get the multi handle _then_ use it
|
2006-08-22 06:29:21 +00:00 |
|
Daniel Stenberg
|
6201dc083a
|
better updating of the single timeout
|
2006-08-08 13:39:40 +00:00 |
|
Daniel Stenberg
|
7ba5e098a3
|
Jeff Pohlmeyer pointed out this stupid variable type error
|
2006-08-07 16:54:50 +00:00 |
|
Daniel Stenberg
|
b9b06b00bf
|
This is now a working example using libevent and curl_multi_socket() for really
fast treatment of many simultaneous transfers
|
2006-08-03 22:57:04 +00:00 |
|
Daniel Stenberg
|
01b2cf82ec
|
curl_multi_socket() and curl_multi_socket_all() got modified prototypes: they
both now provide the number of running handles back to the calling function.
|
2006-07-30 22:44:07 +00:00 |
|
Daniel Stenberg
|
6f6b93da02
|
[Hiper-related work] Added a function called curl_multi_assign() that will
set a private pointer added to the internal libcurl hash table for the
particular socket passed in to this function.
|
2006-07-26 22:19:42 +00:00 |
|
Daniel Stenberg
|
a8dddeab61
|
the example that _is_ supposed to use libevent
|
2006-04-24 22:40:04 +00:00 |
|