summaryrefslogtreecommitdiff
path: root/lib/select.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Dan Fandrich fix to compile with libc5Daniel Stenberg2004-11-201-0/+7
* Suppress signed vs. unsigned warnings on Win32Gisle Vanem2004-11-191-4/+6
* Curl_select() now uses curl_socket_t on socket argumentsDaniel Stenberg2004-11-191-2/+2
* Winsock sockets are not in range 0..FD_SETSIZE.Gisle Vanem2004-11-191-2/+8
* David Phillips' FD_SETSIZE fixDaniel Stenberg2004-11-191-0/+231