summaryrefslogtreecommitdiff
path: root/lib/select.c
AgeCommit message (Expand)Author
2018-08-05Merge tag 'curl-7_61_0'Nils Gillmann
2018-06-11cppcheck: fix warningsMarian Klymov
2017-12-03Merge tag 'curl-7_57_0'ng0
2017-10-30select: update commentsDaniel Stenberg
2017-10-25time: rename Curl_tvnow to Curl_nowDaniel Stenberg
2017-10-25timediff: return timediff_t from the time diff functionsDaniel Stenberg
2017-08-22Patchset for gnURL microfork:gnurl-7_55_1-1Christian Grothoff
2017-08-22timeval: struct curltime is a struct timeval replacementDaniel Stenberg
2017-08-22select: use correct SIZEOF_ constantMarcel Raad
2017-08-22spelling fixesklemens
2017-08-22lib: fix compiler warnings after de4de4e3c7cMarcel Raad
2017-08-22select: switch to macros in uppercaseDaniel Stenberg
2017-08-22select: use more proper macro-looking namesDaniel Stenberg
2017-08-22Curl_socket_check: add extra check to avoid integer overflowDaniel Stenberg
2017-07-28timeval: struct curltime is a struct timeval replacementDaniel Stenberg
2017-03-30select: use correct SIZEOF_ constantMarcel Raad
2017-03-26spelling fixesklemens
2016-11-18lib: fix compiler warnings after de4de4e3c7cMarcel Raad
2016-10-18select: switch to macros in uppercaseDaniel Stenberg
2016-10-18select: use more proper macro-looking namesDaniel Stenberg
2016-10-18Curl_socket_check: add extra check to avoid integer overflowDaniel Stenberg
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-12-07lwip: Fix compatibility issues with later versionsGisle Vanem
2015-03-17checksrc: use space after commaDaniel Stenberg
2015-03-17checksrc: use space before paren in "return (expr);"Daniel Stenberg
2014-11-25select.c: fix compilation for VxWorksDaniel Stenberg
2014-08-11Curl_poll + Curl_wait_ms: fix timeout return valuePeter Wang
2014-05-27select: with winsock, avoid passing unsupported arguments to select()Brad Spencer
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
2013-01-03build: rename 93 lib/*.c filesYang Tse
2012-12-28build: make use of 76 lib/*.h renamed filesYang Tse
2012-08-07Curl_socket_check: fix timeout return value for select usersDaniel Stenberg
2012-08-07Curl_socket_check: fix return code for timeoutMaxime Larocque
2011-12-20Curl_socket_check: enlarge poll struct array to 3Daniel 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-09-03fix a bunch of MSVC compiler warningsYang Tse
2011-09-02MemoryTracking: fix logging of free() calls done where Curl_safefree is calledYang Tse
2011-07-28Give the NTLM SSO helper a moment to cleanly shut down if neededDan Fandrich
2011-07-25time.h and sys/time.h inclusion conditionally done in setup_once.hYang Tse
2011-06-11long/int messDaniel Stenberg
2011-06-05wait_ms: takes an int argumentDaniel Stenberg
2011-06-04Curl_socket_ready: make timeout a 'long'Daniel Stenberg
2011-05-24compiler warning: fixYang Tse
2011-04-27source cleanup: unify look, style and indent levelsDaniel Stenberg
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2009-10-27Fix spellingYang Tse
2009-09-15Some systems poll function sets POLLHUP in revents without settingYang Tse