summaryrefslogtreecommitdiff
path: root/lib/select.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Matt Witherspoon fixed a problem case when the CPU load went to 100% when aDaniel Stenberg2006-12-051-1/+1
* Check for USE_WINSOCK instead of WIN32 where the check was doneYang Tse2006-10-181-2/+2
* Cygwin 1.5.21 needs this hack to pass test 160.Yang Tse2006-10-091-2/+9
* Cory Nelson made libcurl use the WSAPoll() function if built for WindowsDaniel Stenberg2006-09-241-2/+8
* additional renames of Curl_ourerrno => Curl_sockerrnoDaniel Stenberg2006-05-051-2/+2
* Fixed signed/unsigned convertion errors in Salford-C.Gisle Vanem2006-04-261-2/+2
* First commit of David McCreedy's EBCDIC and TPF changes.Daniel Stenberg2006-04-071-2/+22
* Thanks to this nice summary of poll() implementations:Daniel Stenberg2005-11-131-1/+1
* Cory Nelson's work on nuking compiler warnings when building on x64 withDaniel Stenberg2005-04-261-2/+2
* Updated the copyright year since changes have been this year.Daniel Stenberg2005-03-311-1/+1
* Fixed typo.Dan Fandrich2005-03-221-1/+1
* Modified the VALID_SOCK() macro to become VERIFY_SOCK() instead. It is slighlyDaniel Stenberg2005-03-211-10/+10
* errrno can by freak accident become EINTR on DOS orGisle Vanem2005-01-151-4/+8
* Inspired by Martijn Koster's patch and example source atDaniel Stenberg2005-01-131-7/+16
* Marcin Konicki provided two configure fixes and a source fix to make curlDaniel Stenberg2004-12-221-0/+5
* include sys/types.h before sys/select.hDaniel Stenberg2004-12-211-4/+3