| Commit message (Expand) | Author | Age | Files | Lines |
* | cppcheck: fix warnings | Marian Klymov | 2018-06-11 | 1 | -3/+5 |
* | select: update comments | Daniel Stenberg | 2017-10-30 | 1 | -2/+2 |
* | time: rename Curl_tvnow to Curl_now | Daniel Stenberg | 2017-10-25 | 1 | -4/+4 |
* | timediff: return timediff_t from the time diff functions | Daniel Stenberg | 2017-10-25 | 1 | -4/+4 |
* | timeval: struct curltime is a struct timeval replacement | Daniel Stenberg | 2017-07-28 | 1 | -5/+5 |
* | select: use correct SIZEOF_ constant | Marcel Raad | 2017-03-30 | 1 | -1/+1 |
* | spelling fixes | klemens | 2017-03-26 | 1 | -3/+3 |
* | lib: fix compiler warnings after de4de4e3c7c | Marcel Raad | 2016-11-18 | 1 | -1/+1 |
* | select: switch to macros in uppercase | Daniel Stenberg | 2016-10-18 | 1 | -1/+1 |
* | select: use more proper macro-looking names | Daniel Stenberg | 2016-10-18 | 1 | -14/+13 |
* | Curl_socket_check: add extra check to avoid integer overflow | Daniel Stenberg | 2016-10-18 | 1 | -0/+6 |
* | URLs: change all http:// URLs to https:// | Daniel Stenberg | 2016-02-03 | 1 | -1/+1 |
* | lwip: Fix compatibility issues with later versions | Gisle Vanem | 2015-12-07 | 1 | -10/+10 |
* | checksrc: use space after comma | Daniel Stenberg | 2015-03-17 | 1 | -2/+2 |
* | checksrc: use space before paren in "return (expr);" | Daniel Stenberg | 2015-03-17 | 1 | -2/+2 |
* | select.c: fix compilation for VxWorks | Daniel Stenberg | 2014-11-25 | 1 | -0/+4 |
* | Curl_poll + Curl_wait_ms: fix timeout return value | Peter Wang | 2014-08-11 | 1 | -3/+9 |
* | select: with winsock, avoid passing unsupported arguments to select() | Brad Spencer | 2014-05-27 | 1 | -3/+55 |
* | curl_global_init: accept the CURL_GLOBAL_ACK_EINTR flag | Zdenek Pavlas | 2013-03-12 | 1 | -15/+2 |
* | build: fix circular header inclusion with other packages | Yang Tse | 2013-01-09 | 1 | -1/+1 |
* | Revert changes relative to lib/*.[ch] recent renaming | Yang Tse | 2013-01-06 | 1 | -0/+529 |
* | build: rename 93 lib/*.c files | Yang Tse | 2013-01-03 | 1 | -529/+0 |
* | build: make use of 76 lib/*.h renamed files | Yang Tse | 2012-12-28 | 1 | -5/+5 |
* | Curl_socket_check: fix timeout return value for select users | Daniel Stenberg | 2012-08-07 | 1 | -2/+4 |
* | Curl_socket_check: fix return code for timeout | Maxime Larocque | 2012-08-07 | 1 | -1/+3 |
* | Curl_socket_check: enlarge poll struct array to 3 | Daniel Stenberg | 2011-12-20 | 1 | -1/+1 |
* | sockets: new Curl_socket_check() can wait for 3 sockets | Daniel Stenberg | 2011-12-20 | 1 | -20/+55 |
* | curl_multi_fdset: avoid FD_SET out of bounds | Daniel Stenberg | 2011-09-25 | 1 | -14/+0 |
* | fix a bunch of MSVC compiler warnings | Yang Tse | 2011-09-03 | 1 | -1/+1 |
* | MemoryTracking: fix logging of free() calls done where Curl_safefree is called | Yang Tse | 2011-09-02 | 1 | -2/+2 |
* | Give the NTLM SSO helper a moment to cleanly shut down if needed | Dan Fandrich | 2011-07-28 | 1 | -3/+3 |
* | time.h and sys/time.h inclusion conditionally done in setup_once.h | Yang Tse | 2011-07-25 | 1 | -3/+0 |
* | long/int mess | Daniel Stenberg | 2011-06-11 | 1 | -2/+2 |
* | wait_ms: takes an int argument | Daniel Stenberg | 2011-06-05 | 1 | -2/+2 |
* | Curl_socket_ready: make timeout a 'long' | Daniel Stenberg | 2011-06-04 | 1 | -1/+1 |
* | compiler warning: fix | Yang Tse | 2011-05-24 | 1 | -0/+1 |
* | source cleanup: unify look, style and indent levels | Daniel Stenberg | 2011-04-27 | 1 | -5/+5 |
* | remove the CVSish $Id$ lines | Daniel Stenberg | 2010-03-24 | 1 | -1/+0 |
* | Fix spelling | Yang Tse | 2009-10-27 | 1 | -2/+2 |
* | Some systems poll function sets POLLHUP in revents without setting | Yang Tse | 2009-09-15 | 1 | -0/+14 |
* | Andreas Faerber and Scott McCreary made (lib)curl build for the Haiku OS | Daniel Stenberg | 2008-05-26 | 1 | -1/+1 |
* | Internal time differences now use monotonic time source if available. | Yang Tse | 2008-05-09 | 1 | -2/+2 |
* | Regression fix: | Yang Tse | 2008-03-06 | 1 | -8/+8 |
* | removed space after if and while before the parenthesis for better source code | Daniel Stenberg | 2007-11-05 | 1 | -75/+75 |
* | Cleanup no longer used macros | Yang Tse | 2007-10-03 | 1 | -10/+0 |
* | Fix compiler warning: local variable may be used without having been initialized | Yang Tse | 2007-10-03 | 1 | -2/+2 |
* | When transferring 500 downloads in parallel with a c-ares enabled build only | Daniel Stenberg | 2007-05-31 | 1 | -221/+0 |
* | Primarily this fixes an off-by-one buffer overwrite (rare but still existing). | Daniel Stenberg | 2007-05-26 | 1 | -6/+13 |
* | initialize pending_ms to zero to avoid compiler warning: | Yang Tse | 2007-04-20 | 1 | -3/+3 |
* | - Save one call to curlx_tvnow(), which calls gettimeofday(), in each of | Yang Tse | 2007-04-20 | 1 | -33/+127 |