summaryrefslogtreecommitdiff
path: root/lib/select.c
Commit message (Expand)AuthorAgeFilesLines
...
* build: rename 93 lib/*.c filesYang Tse2013-01-031-529/+0
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-5/+5
* Curl_socket_check: fix timeout return value for select usersDaniel Stenberg2012-08-071-2/+4
* Curl_socket_check: fix return code for timeoutMaxime Larocque2012-08-071-1/+3
* Curl_socket_check: enlarge poll struct array to 3Daniel Stenberg2011-12-201-1/+1
* sockets: new Curl_socket_check() can wait for 3 socketsDaniel Stenberg2011-12-201-20/+55
* curl_multi_fdset: avoid FD_SET out of boundsDaniel Stenberg2011-09-251-14/+0
* fix a bunch of MSVC compiler warningsYang Tse2011-09-031-1/+1
* MemoryTracking: fix logging of free() calls done where Curl_safefree is calledYang Tse2011-09-021-2/+2
* Give the NTLM SSO helper a moment to cleanly shut down if neededDan Fandrich2011-07-281-3/+3
* time.h and sys/time.h inclusion conditionally done in setup_once.hYang Tse2011-07-251-3/+0
* long/int messDaniel Stenberg2011-06-111-2/+2
* wait_ms: takes an int argumentDaniel Stenberg2011-06-051-2/+2
* Curl_socket_ready: make timeout a 'long'Daniel Stenberg2011-06-041-1/+1
* compiler warning: fixYang Tse2011-05-241-0/+1
* source cleanup: unify look, style and indent levelsDaniel Stenberg2011-04-271-5/+5
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* Fix spellingYang Tse2009-10-271-2/+2
* Some systems poll function sets POLLHUP in revents without settingYang Tse2009-09-151-0/+14
* Andreas Faerber and Scott McCreary made (lib)curl build for the Haiku OSDaniel Stenberg2008-05-261-1/+1
* Internal time differences now use monotonic time source if available.Yang Tse2008-05-091-2/+2
* Regression fix:Yang Tse2008-03-061-8/+8
* removed space after if and while before the parenthesis for better source codeDaniel Stenberg2007-11-051-75/+75
* Cleanup no longer used macrosYang Tse2007-10-031-10/+0
* Fix compiler warning: local variable may be used without having been initializedYang Tse2007-10-031-2/+2
* When transferring 500 downloads in parallel with a c-ares enabled build onlyDaniel Stenberg2007-05-311-221/+0
* Primarily this fixes an off-by-one buffer overwrite (rare but still existing).Daniel Stenberg2007-05-261-6/+13
* initialize pending_ms to zero to avoid compiler warning:Yang Tse2007-04-201-3/+3
* - Save one call to curlx_tvnow(), which calls gettimeofday(), in each ofYang Tse2007-04-201-33/+127
* keep lines < 80 columnsDaniel Stenberg2007-04-191-2/+4
* - Robert Iakobashvil added curl_multi_socket_action() to libcurl, which is aDaniel Stenberg2007-04-161-9/+9
* move WinSock definitions of EBADF, EINTR, EINVAL and EAFNOSUPPORT to setup_o...Yang Tse2007-04-041-11/+0
* fix MSDOS symbol checkYang Tse2007-04-031-3/+3
* fix compiler warningYang Tse2007-04-021-1/+1
* fix error introduced in last commitYang Tse2007-03-291-0/+1
* Improve detection of socket events which allow a further recv() callYang Tse2007-03-281-20/+13
* New Internal wrapper function Curl_select() around select (2), itYang Tse2007-03-271-2/+195
* don't retry select() call upon unrecoverable error EBADFYang Tse2007-03-271-7/+17
* Internal function Curl_select() renamed to Curl_socket_ready()Yang Tse2007-03-261-3/+3
* Add a couple of local macros to improve code readability.Yang Tse2007-03-221-43/+66
* fix compiler warning: implicit conversion from "long" to "int"Yang Tse2007-03-211-4/+4
* Fixed: When a signal was caught awaiting for an event using Curl_select()Yang Tse2007-03-201-32/+94
* Fix compiler warning/error: ISO C90 forbids mixed declarations and codeYang Tse2007-03-181-1/+5
* Code refactoring, extracting a new function wait_ms() from Curl_select andYang Tse2007-03-181-46/+75
* reverted the pselect patch => http://curl.haxx.se/mail/lib-2007-03/0100.htmlDaniel Stenberg2007-03-111-150/+19
* - Bryan Henderson introduces two things:Daniel Stenberg2007-03-101-19/+150
* Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-filesGisle Vanem2007-02-261-3/+0
* use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handlingYang Tse2007-02-161-16/+21
* Include <dos.h> for delay() on MSDOS.Gisle Vanem2007-01-051-2/+6
* - Victor Snezhko helped us fix bug report #1603712Daniel Stenberg2007-01-021-1/+16