Age | Commit message (Expand) | Author |
2007-03-21 | fix compiler warning: implicit conversion from "long" to "int" | Yang Tse |
2007-03-20 | Fixed: When a signal was caught awaiting for an event using Curl_select() | Yang Tse |
2007-03-18 | Fix compiler warning/error: ISO C90 forbids mixed declarations and code | Yang Tse |
2007-03-18 | Code refactoring, extracting a new function wait_ms() from Curl_select and | Yang Tse |
2007-03-11 | reverted the pselect patch => http://curl.haxx.se/mail/lib-2007-03/0100.html | Daniel Stenberg |
2007-03-10 | - Bryan Henderson introduces two things: | Daniel Stenberg |
2007-02-26 | Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-files | Gisle Vanem |
2007-02-16 | use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handling | Yang Tse |
2007-01-05 | Include <dos.h> for delay() on MSDOS. | Gisle Vanem |
2007-01-02 | - Victor Snezhko helped us fix bug report #1603712 | Daniel Stenberg |
2006-12-05 | Matt Witherspoon fixed a problem case when the CPU load went to 100% when a | Daniel Stenberg |
2006-10-18 | Check for USE_WINSOCK instead of WIN32 where the check was done | Yang Tse |
2006-10-09 | Cygwin 1.5.21 needs this hack to pass test 160. | Yang Tse |
2006-09-24 | Cory Nelson made libcurl use the WSAPoll() function if built for Windows | Daniel Stenberg |
2006-05-05 | additional renames of Curl_ourerrno => Curl_sockerrno | Daniel Stenberg |
2006-04-26 | Fixed signed/unsigned convertion errors in Salford-C. | Gisle Vanem |
2006-04-07 | First commit of David McCreedy's EBCDIC and TPF changes. | Daniel Stenberg |
2005-11-13 | Thanks to this nice summary of poll() implementations: | Daniel Stenberg |
2005-04-26 | Cory Nelson's work on nuking compiler warnings when building on x64 with | Daniel Stenberg |
2005-03-31 | Updated the copyright year since changes have been this year. | Daniel Stenberg |
2005-03-22 | Fixed typo. | Dan Fandrich |
2005-03-21 | Modified the VALID_SOCK() macro to become VERIFY_SOCK() instead. It is slighly | Daniel Stenberg |
2005-01-15 | errrno can by freak accident become EINTR on DOS or | Gisle Vanem |
2005-01-13 | Inspired by Martijn Koster's patch and example source at | Daniel Stenberg |
2004-12-22 | Marcin Konicki provided two configure fixes and a source fix to make curl | Daniel Stenberg |
2004-12-21 | include sys/types.h before sys/select.h | Daniel Stenberg |
2004-11-20 | Dan Fandrich fix to compile with libc5 | Daniel Stenberg |
2004-11-19 | Suppress signed vs. unsigned warnings on Win32 | Gisle Vanem |
2004-11-19 | Curl_select() now uses curl_socket_t on socket arguments | Daniel Stenberg |
2004-11-19 | Winsock sockets are not in range 0..FD_SETSIZE. | Gisle Vanem |
2004-11-19 | David Phillips' FD_SETSIZE fix | Daniel Stenberg |