Updated the copyright year since changes have been this year.
[platform/upstream/curl.git] / lib / select.c
2005-03-31 Daniel StenbergUpdated the copyright year since changes have been...
2005-03-22 Dan FandrichFixed typo.
2005-03-21 Daniel StenbergModified the VALID_SOCK() macro to become VERIFY_SOCK...
2005-01-15 Gisle Vanemerrrno can by freak accident become EINTR on DOS or
2005-01-13 Daniel StenbergInspired by Martijn Koster's patch and example source at
2004-12-22 Daniel StenbergMarcin Konicki provided two configure fixes and a sourc...
2004-12-21 Daniel Stenberginclude sys/types.h before sys/select.h
2004-11-20 Daniel StenbergDan Fandrich fix to compile with libc5
2004-11-19 Gisle VanemSuppress signed vs. unsigned warnings on Win32
2004-11-19 Daniel StenbergCurl_select() now uses curl_socket_t on socket arguments
2004-11-19 Gisle VanemWinsock sockets are not in range 0..FD_SETSIZE.
2004-11-19 Daniel StenbergDavid Phillips' FD_SETSIZE fix