summaryrefslogtreecommitdiff
path: root/docs/libcurl/curl_multi_fdset.3
Commit message (Collapse)AuthorAgeFilesLines
* man pages: SEE ALSO curl_multi_waitDaniel Stenberg2014-11-251-4/+5
|
* curl_multi_fdset.3: improved the formatting slightlyDaniel Stenberg2014-10-091-7/+7
|
* curl_multi_fdset: explain the fd_set argumentsDaniel Stenberg2014-10-091-6/+18
|
* curl_multi_fdset: clarify the max_fd == -1 caseDaniel Stenberg2011-10-161-6/+7
| | | | | | | Elaborate what max_fd == -1 means Remove the reference to CURLM_CALL_MULTI_PERFORM as modern libcurl versions don't ever return that.
* curl_multi_fdset: avoid FD_SET out of boundsDaniel Stenberg2011-09-251-0/+8
| | | | | | | | 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
* source header: added to more filesDaniel Stenberg2011-03-121-1/+21
|
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
|
* no need to take precautiono for how things were before 7.16.0 since thatDaniel Stenberg2010-01-261-8/+4
| | | | is now a very long time ago
* Julien Chaffraix's clarificationsDaniel Stenberg2009-12-271-2/+7
|
* Anthony Bryan's man page cleanup in language and spellingDaniel Stenberg2008-12-281-3/+3
|
* minor editsDaniel Stenberg2006-01-021-2/+6
|
* be specific about what max_fd contains after a callDaniel Stenberg2005-04-251-1/+5
|
* somewhat clarified that this only sets the fd_sets and expects them to beDaniel Stenberg2005-04-171-5/+7
| | | | cleared before this function is called
* Dan Torop cleaned up a few no longer used variables from David Phillips'Daniel Stenberg2005-01-111-5/+1
| | | | select() overhaul fix.
* clarified that select() timeouts should always remain rather shortDaniel Stenberg2004-04-151-1/+7
|
* format fixDaniel Stenberg2004-04-141-2/+2
|
* minor format fixDaniel Stenberg2004-04-131-1/+2
|
* eh, these can't be used for poll()! ;-)Daniel Stenberg2004-04-131-3/+3
|
* random formatting updates to look better in HTML versionDaniel Stenberg2004-03-151-1/+2
|
* Andrés García's correctionsDaniel Stenberg2002-10-151-1/+1
|
* clarified that you must keep the variables that you point to!Daniel Stenberg2002-05-021-1/+5
|
* ripped out from ../ and put in its own directory nowDaniel Stenberg2002-03-041-0/+23