summaryrefslogtreecommitdiff
path: root/lib/select.h
Commit message (Expand)AuthorAgeFilesLines
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* tidy-up: delete unused HAVE_STRUCT_POLLFDViktor Szakats2022-10-121-2/+1
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
* TPF: drop supportDaniel Stenberg2022-02-041-14/+3
* curl_multi_fdset: make FD_SET() not operate on sockets out of rangeDaniel Stenberg2021-09-151-11/+13
* lib: don't compare fd to FD_SETSIZE when using pollMark Swaanenburg2021-06-111-0/+4
* select: convert Curl_select() to private static functionDaniel Stenberg2021-01-271-7/+1
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* select.h: make socket validation macros test for INVALID_SOCKETMarc Hoersken2020-08-251-2/+13
* select: use timediff_t instead of time_t and int for timeout_msMarc Hoersken2020-05-301-3/+3
* checksrc: enhance the ASTERISKSPACE and update code accordinglyDaniel Stenberg2020-05-141-1/+1
* select: make Curl_socket_check take timediff_t timeoutDaniel Stenberg2020-04-231-1/+1
* select: remove typecast from SOCKET_WRITABLE/READABLE macrosDaniel Stenberg2020-04-071-2/+2
* select: move duplicate select preparation code into Curl_selectMarc Hoersken2020-03-151-0/+6
* global_init: assume the EINTR bit by defaultDaniel Stenberg2020-01-261-9/+1
* build: Disable Visual Studio warning "conditional expression is constant"Jay Satiro2019-12-011-1/+1
* timediff: make it 64 bit (if possible) even with 32 bit time_tDaniel Stenberg2019-08-011-3/+3
* whitespace fixesViktor Szakats2018-09-231-1/+0
* select.h: avoid macro redefinition harderDaniel Stenberg2017-07-051-2/+3
* poll: prefer <poll.h> over <sys/poll.h>Marcel Raad2017-04-111-3/+3
* lib: fix compiler warnings after de4de4e3c7cMarcel Raad2016-11-181-1/+1
* select: switch to macros in uppercaseDaniel Stenberg2016-10-181-4/+5
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* curl_global_init: accept the CURL_GLOBAL_ACK_EINTR flagZdenek Pavlas2013-03-121-0/+6
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+108
* build: rename 76 lib/*.h filesYang Tse2012-12-281-108/+0
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-1/+1
* lib/*.h: use our standard naming scheme for header inclusion guardsYang Tse2012-12-281-3/+4
* WSAPoll: disabled on all windows buildsDaniel Stenberg2012-08-071-19/+1
* sockets: new Curl_socket_check() can wait for 3 socketsDaniel Stenberg2011-12-201-1/+11
* curl_multi_fdset: avoid FD_SET out of boundsDaniel Stenberg2011-09-251-0/+16
* Give the NTLM SSO helper a moment to cleanly shut down if neededDan Fandrich2011-07-281-0/+2
* Curl_socket_ready: make timeout a 'long'Daniel Stenberg2011-06-041-2/+2
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* Peter Lamberg filed bug report #2015126: "poll gives WSAEINVAL when POLLPRIYang Tse2008-07-101-8/+10
* check availability of poll.h header at configuration time, and includeYang Tse2008-01-221-2/+6
* Some versions of winsock2.h have pollfd struct and constantsYang Tse2007-11-101-1/+4
* Make our own definitions of the POLL* defiens and the pollfd struct only getDaniel Stenberg2007-06-141-1/+1
* When transferring 500 downloads in parallel with a c-ares enabled build onlyDaniel Stenberg2007-05-311-4/+0
* - Robert Iakobashvil added curl_multi_socket_action() to libcurl, which is aDaniel Stenberg2007-04-161-5/+2
* New Internal wrapper function Curl_select() around select (2), itYang Tse2007-03-271-0/+16
* Internal function Curl_select() renamed to Curl_socket_ready()Yang Tse2007-03-261-1/+1
* Code refactoring, extracting a new function wait_ms() from Curl_select andYang Tse2007-03-181-7/+24
* reverted the pselect patch => http://curl.haxx.se/mail/lib-2007-03/0100.htmlDaniel Stenberg2007-03-111-3/+0
* - Bryan Henderson introduces two things:Daniel Stenberg2007-03-101-0/+3
* Cory Nelson made libcurl use the WSAPoll() function if built for WindowsDaniel Stenberg2006-09-241-1/+5
* First commit of David McCreedy's EBCDIC and TPF changes.Daniel Stenberg2006-04-071-0/+4
* Suppress signed vs. unsigned warnings on Win32Gisle Vanem2004-11-191-1/+1
* Curl_select() now uses curl_socket_t on socket argumentsDaniel Stenberg2004-11-191-3/+1