Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-09 | curl_multi_fdset.3: emphasize curl_multi_timeout | Daniel Stenberg | |
... even when there's no socket to wait for, the timeout can still be very short. | |||
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg | |
2014-11-25 | man pages: SEE ALSO curl_multi_wait | Daniel Stenberg | |
2014-10-09 | curl_multi_fdset.3: improved the formatting slightly | Daniel Stenberg | |
2014-10-09 | curl_multi_fdset: explain the fd_set arguments | Daniel Stenberg | |
2011-10-16 | curl_multi_fdset: clarify the max_fd == -1 case | Daniel 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-25 | curl_multi_fdset: avoid FD_SET out of bounds | Daniel 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-12 | source header: added to more files | Daniel Stenberg | |
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg | |
2010-01-26 | no need to take precautiono for how things were before 7.16.0 since that | Daniel Stenberg | |
is now a very long time ago | |||
2009-12-27 | Julien Chaffraix's clarifications | Daniel Stenberg | |
2008-12-28 | Anthony Bryan's man page cleanup in language and spelling | Daniel Stenberg | |
2006-01-02 | minor edits | Daniel Stenberg | |
2005-04-25 | be specific about what max_fd contains after a call | Daniel Stenberg | |
2005-04-17 | somewhat clarified that this only sets the fd_sets and expects them to be | Daniel Stenberg | |
cleared before this function is called | |||
2005-01-11 | Dan Torop cleaned up a few no longer used variables from David Phillips' | Daniel Stenberg | |
select() overhaul fix. | |||
2004-04-15 | clarified that select() timeouts should always remain rather short | Daniel Stenberg | |
2004-04-14 | format fix | Daniel Stenberg | |
2004-04-13 | minor format fix | Daniel Stenberg | |
2004-04-13 | eh, these can't be used for poll()! ;-) | Daniel Stenberg | |
2004-03-15 | random formatting updates to look better in HTML version | Daniel Stenberg | |
2002-10-15 | Andrés García's corrections | Daniel Stenberg | |
2002-05-02 | clarified that you must keep the variables that you point to! | Daniel Stenberg | |
2002-03-04 | ripped out from ../ and put in its own directory now | Daniel Stenberg | |