summaryrefslogtreecommitdiff
path: root/lib/select.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* David Phillips' FD_SETSIZE fixDaniel Stenberg2004-11-191-0/+57