aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/curl_multi_fdset.3
AgeCommit message (Collapse)Author
2017-11-09curl_multi_fdset.3: emphasize curl_multi_timeoutDaniel Stenberg
... even when there's no socket to wait for, the timeout can still be very short.
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2014-11-25man pages: SEE ALSO curl_multi_waitDaniel Stenberg
2014-10-09curl_multi_fdset.3: improved the formatting slightlyDaniel Stenberg
2014-10-09curl_multi_fdset: explain the fd_set argumentsDaniel Stenberg
2011-10-16curl_multi_fdset: clarify the max_fd == -1 caseDaniel Stenberg
Elaborate what max_fd == -1 means Remove the reference to CURLM_CALL_MULTI_PERFORM as modern libcurl versions don't ever return that.
2011-09-25curl_multi_fdset: avoid FD_SET out of boundsDaniel Stenberg
If a socket is larger than FD_SETSIZE, avoid using FD_SET() on the platforms where this is possible. Bug: http://curl.haxx.se/bug/view.cgi?id=3413274 Reported by: Tim Starling
2011-03-12source header: added to more filesDaniel Stenberg
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2010-01-26no need to take precautiono for how things were before 7.16.0 since thatDaniel Stenberg
is now a very long time ago
2009-12-27Julien Chaffraix's clarificationsDaniel Stenberg
2008-12-28Anthony Bryan's man page cleanup in language and spellingDaniel Stenberg
2006-01-02minor editsDaniel Stenberg
2005-04-25be specific about what max_fd contains after a callDaniel Stenberg
2005-04-17somewhat clarified that this only sets the fd_sets and expects them to beDaniel Stenberg
cleared before this function is called
2005-01-11Dan Torop cleaned up a few no longer used variables from David Phillips'Daniel Stenberg
select() overhaul fix.
2004-04-15clarified that select() timeouts should always remain rather shortDaniel Stenberg
2004-04-14format fixDaniel Stenberg
2004-04-13minor format fixDaniel Stenberg
2004-04-13eh, these can't be used for poll()! ;-)Daniel Stenberg
2004-03-15random formatting updates to look better in HTML versionDaniel Stenberg
2002-10-15Andrés García's correctionsDaniel Stenberg
2002-05-02clarified that you must keep the variables that you point to!Daniel Stenberg
2002-03-04ripped out from ../ and put in its own directory nowDaniel Stenberg