Age | Commit message (Expand) | Author |
2011-12-20 | Curl_socket_check: enlarge poll struct array to 3 | Daniel Stenberg |
2011-12-20 | sockets: new Curl_socket_check() can wait for 3 sockets | Daniel Stenberg |
2011-09-25 | curl_multi_fdset: avoid FD_SET out of bounds | Daniel Stenberg |
2011-09-03 | fix a bunch of MSVC compiler warnings | Yang Tse |
2011-09-02 | MemoryTracking: fix logging of free() calls done where Curl_safefree is called | Yang Tse |
2011-07-28 | Give the NTLM SSO helper a moment to cleanly shut down if needed | Dan Fandrich |
2011-07-25 | time.h and sys/time.h inclusion conditionally done in setup_once.h | Yang Tse |
2011-06-11 | long/int mess | Daniel Stenberg |
2011-06-05 | wait_ms: takes an int argument | Daniel Stenberg |
2011-06-04 | Curl_socket_ready: make timeout a 'long' | Daniel Stenberg |
2011-05-24 | compiler warning: fix | Yang Tse |
2011-04-27 | source cleanup: unify look, style and indent levels | Daniel Stenberg |
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg |
2009-10-27 | Fix spelling | Yang Tse |
2009-09-15 | Some systems poll function sets POLLHUP in revents without setting | Yang Tse |
2008-05-26 | Andreas Faerber and Scott McCreary made (lib)curl build for the Haiku OS | Daniel Stenberg |
2008-05-09 | Internal time differences now use monotonic time source if available. | Yang Tse |
2008-03-06 | Regression fix: | Yang Tse |
2007-11-05 | removed space after if and while before the parenthesis for better source code | Daniel Stenberg |
2007-10-03 | Cleanup no longer used macros | Yang Tse |
2007-10-03 | Fix compiler warning: local variable may be used without having been initialized | Yang Tse |
2007-05-31 | When transferring 500 downloads in parallel with a c-ares enabled build only | Daniel Stenberg |
2007-05-26 | Primarily this fixes an off-by-one buffer overwrite (rare but still existing). | Daniel Stenberg |
2007-04-20 | initialize pending_ms to zero to avoid compiler warning: | Yang Tse |
2007-04-20 | - Save one call to curlx_tvnow(), which calls gettimeofday(), in each of | Yang Tse |
2007-04-19 | keep lines < 80 columns | Daniel Stenberg |
2007-04-16 | - Robert Iakobashvil added curl_multi_socket_action() to libcurl, which is a | Daniel Stenberg |
2007-04-04 | move WinSock definitions of EBADF, EINTR, EINVAL and EAFNOSUPPORT to setup_o... | Yang Tse |
2007-04-03 | fix MSDOS symbol check | Yang Tse |
2007-04-02 | fix compiler warning | Yang Tse |
2007-03-29 | fix error introduced in last commit | Yang Tse |
2007-03-28 | Improve detection of socket events which allow a further recv() call | Yang Tse |
2007-03-27 | New Internal wrapper function Curl_select() around select (2), it | Yang Tse |
2007-03-27 | don't retry select() call upon unrecoverable error EBADF | Yang Tse |
2007-03-26 | Internal function Curl_select() renamed to Curl_socket_ready() | Yang Tse |
2007-03-22 | Add a couple of local macros to improve code readability. | Yang Tse |
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 |