Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-09 | curl_multi_wait: no wait if no descriptors to wait for | Daniel Stenberg | |
This is a minor change in behavior after having been pointed out by Mark Tully and discussed on the list. Initially this case would internally call poll() with no sockets and a timeout which would equal a sleep for that specified time. Bug: http://curl.haxx.se/mail/lib-2012-10/0076.html Reported by: Mark Tully | |||
2012-10-09 | curl_multi_wait.3: style formatting mistake | Daniel Stenberg | |
2012-10-08 | curl_multi_wait.3: fix the name of the man page | Daniel Stenberg | |
2012-10-08 | curl_multi_wait.3: renamed the last argument variable for clarity | Daniel Stenberg | |
2012-09-16 | curl_multi_wait: Add parameter to return number of active sockets | Sara Golemon | |
Minor change to recently introduced function. BC breaking, but since curl_multi_wait() doesn't exist in any releases that should be fine. | |||
2012-09-01 | Manpage for curl_multi_wait(). | Sara Golemon | |