aboutsummaryrefslogtreecommitdiff
path: root/lib/select.c
AgeCommit message (Expand)Author
2005-03-22Fixed typo.Dan Fandrich
2005-03-21Modified the VALID_SOCK() macro to become VERIFY_SOCK() instead. It is slighlyDaniel Stenberg
2005-01-15errrno can by freak accident become EINTR on DOS orGisle Vanem
2005-01-13Inspired by Martijn Koster's patch and example source atDaniel Stenberg
2004-12-22Marcin Konicki provided two configure fixes and a source fix to make curlDaniel Stenberg
2004-12-21include sys/types.h before sys/select.hDaniel Stenberg
2004-11-20Dan Fandrich fix to compile with libc5Daniel Stenberg
2004-11-19Suppress signed vs. unsigned warnings on Win32Gisle Vanem
2004-11-19Curl_select() now uses curl_socket_t on socket argumentsDaniel Stenberg
2004-11-19Winsock sockets are not in range 0..FD_SETSIZE.Gisle Vanem
2004-11-19David Phillips' FD_SETSIZE fixDaniel Stenberg