aboutsummaryrefslogtreecommitdiff
path: root/lib/select.h
AgeCommit message (Expand)Author
2020-05-30select: use timediff_t instead of time_t and int for timeout_msMarc Hoersken
2020-05-14checksrc: enhance the ASTERISKSPACE and update code accordinglyDaniel Stenberg
2020-04-23select: make Curl_socket_check take timediff_t timeoutDaniel Stenberg
2020-04-07select: remove typecast from SOCKET_WRITABLE/READABLE macrosDaniel Stenberg
2020-03-15select: move duplicate select preparation code into Curl_selectMarc Hoersken
2020-01-26global_init: assume the EINTR bit by defaultDaniel Stenberg
2019-12-01build: Disable Visual Studio warning "conditional expression is constant"Jay Satiro
2019-08-01timediff: make it 64 bit (if possible) even with 32 bit time_tDaniel Stenberg
2018-09-23whitespace fixesViktor Szakats
2017-07-05select.h: avoid macro redefinition harderDaniel Stenberg
2017-04-11poll: prefer <poll.h> over <sys/poll.h>Marcel Raad
2016-11-18lib: fix compiler warnings after de4de4e3c7cMarcel Raad
2016-10-18select: switch to macros in uppercaseDaniel Stenberg
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2013-03-12curl_global_init: accept the CURL_GLOBAL_ACK_EINTR flagZdenek Pavlas
2013-01-09build: fix circular header inclusion with other packagesYang Tse
2013-01-06Revert changes relative to lib/*.[ch] recent renamingYang Tse
2012-12-28build: rename 76 lib/*.h filesYang Tse
2012-12-28build: make use of 76 lib/*.h renamed filesYang Tse
2012-12-28lib/*.h: use our standard naming scheme for header inclusion guardsYang Tse
2012-08-07WSAPoll: disabled on all windows buildsDaniel Stenberg
2011-12-20sockets: new Curl_socket_check() can wait for 3 socketsDaniel Stenberg
2011-09-25curl_multi_fdset: avoid FD_SET out of boundsDaniel Stenberg
2011-07-28Give the NTLM SSO helper a moment to cleanly shut down if neededDan Fandrich
2011-06-04Curl_socket_ready: make timeout a 'long'Daniel Stenberg
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2008-07-10Peter Lamberg filed bug report #2015126: "poll gives WSAEINVAL when POLLPRIYang Tse
2008-01-22check availability of poll.h header at configuration time, and includeYang Tse
2007-11-10Some versions of winsock2.h have pollfd struct and constantsYang Tse
2007-06-14Make our own definitions of the POLL* defiens and the pollfd struct only getDaniel Stenberg
2007-05-31When transferring 500 downloads in parallel with a c-ares enabled build onlyDaniel Stenberg
2007-04-16- Robert Iakobashvil added curl_multi_socket_action() to libcurl, which is aDaniel Stenberg
2007-03-27New Internal wrapper function Curl_select() around select (2), itYang Tse
2007-03-26Internal function Curl_select() renamed to Curl_socket_ready()Yang Tse
2007-03-18Code refactoring, extracting a new function wait_ms() from Curl_select andYang Tse
2007-03-11reverted the pselect patch => http://curl.haxx.se/mail/lib-2007-03/0100.htmlDaniel Stenberg
2007-03-10- Bryan Henderson introduces two things:Daniel Stenberg
2006-09-24Cory Nelson made libcurl use the WSAPoll() function if built for WindowsDaniel Stenberg
2006-04-07First commit of David McCreedy's EBCDIC and TPF changes.Daniel Stenberg
2004-11-19Suppress signed vs. unsigned warnings on Win32Gisle Vanem
2004-11-19Curl_select() now uses curl_socket_t on socket argumentsDaniel Stenberg
2004-11-19David Phillips' FD_SETSIZE fixDaniel Stenberg