aboutsummaryrefslogtreecommitdiff
path: root/lib/select.c
AgeCommit message (Expand)Author
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
2008-05-26Andreas Faerber and Scott McCreary made (lib)curl build for the Haiku OSDaniel Stenberg
2008-05-09Internal time differences now use monotonic time source if available.Yang Tse
2008-03-06Regression fix:Yang Tse
2007-11-05removed space after if and while before the parenthesis for better source codeDaniel Stenberg
2007-10-03Cleanup no longer used macrosYang Tse
2007-10-03Fix compiler warning: local variable may be used without having been initializedYang Tse
2007-05-31When transferring 500 downloads in parallel with a c-ares enabled build onlyDaniel Stenberg
2007-05-26Primarily this fixes an off-by-one buffer overwrite (rare but still existing).Daniel Stenberg
2007-04-20initialize pending_ms to zero to avoid compiler warning:Yang Tse
2007-04-20- Save one call to curlx_tvnow(), which calls gettimeofday(), in each ofYang Tse
2007-04-19keep lines < 80 columnsDaniel Stenberg
2007-04-16- Robert Iakobashvil added curl_multi_socket_action() to libcurl, which is aDaniel Stenberg
2007-04-04move WinSock definitions of EBADF, EINTR, EINVAL and EAFNOSUPPORT to setup_o...Yang Tse
2007-04-03fix MSDOS symbol checkYang Tse