| Commit message (Expand) | Author | Age | Files | Lines |
* | timediff: make it 64 bit (if possible) even with 32 bit time_t | Daniel Stenberg | 2019-08-01 | 1 | -16/+8 |
* | build: fix Codacy/CppCheck warnings | Marcel Raad | 2019-04-11 | 1 | -0/+2 |
* | Curl_now: figure out windows version in win32_init | Daniel Stenberg | 2019-02-15 | 1 | -16/+8 |
* | timeval: Disable MSVC Analyzer GetTickCount warning | Michael Kujawa | 2019-01-28 | 1 | -0/+9 |
* | timediff: fix math for unsigned time_t | Daniel Stenberg | 2019-01-09 | 1 | -3/+3 |
* | timeval: Use high resolution timestamps on Windows | Pavel P | 2018-12-23 | 1 | -17/+24 |
* | Windows: fixes for MinGW targeting Windows Vista | Marcel Raad | 2018-10-09 | 1 | -1/+2 |
* | timeval: fix use of weak symbol clock_gettime() on Apple platforms | dmitrykos | 2018-10-05 | 1 | -2/+18 |
* | build: add picky compiler warning flags for gcc 6 and 7 | Eric Gallager | 2018-04-07 | 1 | -1/+1 |
* | timeval: remove compilation warning by casting (#2417) | Sergei Nikulov | 2018-03-22 | 1 | -1/+1 |
* | timeval: use mach time on MacOS | Dmitri Tikhonov | 2017-10-30 | 1 | -0/+31 |
* | time: rename Curl_tvnow to Curl_now | Daniel Stenberg | 2017-10-25 | 1 | -18/+10 |
* | timediff: return timediff_t from the time diff functions | Daniel Stenberg | 2017-10-25 | 1 | -27/+28 |
* | bagder/Curl_tvdiff_us: fix the math | Daniel Stenberg | 2017-08-12 | 1 | -1/+1 |
* | timeval: struct curltime is a struct timeval replacement | Daniel Stenberg | 2017-07-28 | 1 | -19/+28 |
* | timeval.c: Use long long constant type for timeval assignment | Martin Kepplinger | 2017-07-04 | 1 | -2/+2 |
* | timers: store internal time stamps as time_t instead of doubles | Daniel Stenberg | 2017-06-14 | 1 | -8/+18 |
* | time: fix type conversions and compiler warnings | Michael Kaufmann | 2017-05-24 | 1 | -6/+0 |
* | Improve code readbility | Sylvestre Ledru | 2017-03-13 | 1 | -2/+1 |
* | timeval: prefer time_t to hold seconds instead of long | Daniel Stenberg | 2016-11-12 | 1 | -3/+3 |
* | curlx_tvdiff: handle 32bit time_t overflows | Daniel Stenberg | 2016-02-12 | 1 | -2/+10 |
* | URLs: change all http:// URLs to https:// | Daniel Stenberg | 2016-02-03 | 1 | -1/+1 |
* | timeval: typecast for better type (on Amiga) | Chris Young | 2015-01-20 | 1 | -2/+2 |
* | win32: Updated some legacy APIs to use the newer extended versions | Steve Holme | 2014-11-16 | 1 | -1/+9 |
* | Revert changes relative to lib/*.[ch] recent renaming | Yang Tse | 2013-01-06 | 1 | -0/+134 |
* | build: rename 93 lib/*.c files | Yang Tse | 2013-01-03 | 1 | -134/+0 |
* | build: make use of 76 lib/*.h renamed files | Yang Tse | 2012-12-28 | 1 | -1/+1 |
* | tvdiff_secs(): sub-zero time difference adjustment | Yang Tse | 2011-11-25 | 1 | -2/+5 |
* | remove the CVSish $Id$ lines | Daniel Stenberg | 2010-03-24 | 1 | -1/+0 |
* | fallback to gettimeofday when monotonic clock is unavailable at run-time | Yang Tse | 2008-07-02 | 1 | -3/+18 |
* | configure script will now define HAVE_CLOCK_GETTIME_MONOTONIC symbol only | Yang Tse | 2008-05-12 | 1 | -1/+1 |
* | fix syntax error: missing semicolon | Yang Tse | 2008-05-10 | 1 | -1/+1 |
* | Internal time differences now use monotonic time source if available. | Yang Tse | 2008-05-09 | 1 | -51/+52 |
* | moved includes to setup.h so that the project headers also pick them up (elem... | Gunter Knauf | 2007-06-30 | 1 | -3/+0 |
* | minor patches to enable building for NetWare CLIB. | Gunter Knauf | 2007-06-30 | 1 | -0/+3 |
* | Made the copyright year match the latest modification's year. | Daniel Stenberg | 2006-01-09 | 1 | -1/+1 |
* | Cleanup windows header includes. Where aplicable, inclusion of | Yang Tse | 2005-12-18 | 1 | -1/+0 |
* | <windows.h> required for Watcom. | Gisle Vanem | 2004-12-17 | 1 | -0/+1 |
* | Dirk Manske increased the resolution for what the CURLINFO_*_TIME return. | Daniel Stenberg | 2004-04-09 | 1 | -0/+11 |
* | provide these functions as curlx_* ones as this enables the curl app to | Daniel Stenberg | 2004-04-06 | 1 | -3/+3 |
* | added more comments for what the functions return | Daniel Stenberg | 2004-03-30 | 1 | -3/+7 |
* | Gisle Vanem's fixes to use CURL_SOCKET_BAD more instead of -1 for sockets. | Daniel Stenberg | 2004-03-11 | 1 | -0/+1 |
* | make our private version of gettimeofday() static | Daniel Stenberg | 2004-01-04 | 1 | -22/+24 |
* | Gisle Vanem's IPv6-on-Windows patch applied! | Daniel Stenberg | 2003-10-14 | 1 | -3/+2 |
* | removed the local variables for emacs and vim, use the new sample.emacs | Daniel Stenberg | 2003-01-29 | 1 | -8/+0 |
* | copyright year update in the source header | Daniel Stenberg | 2003-01-16 | 1 | -1/+1 |
* | updated source code boilerplate/header | Daniel Stenberg | 2002-09-03 | 1 | -7/+7 |
* | T. Bharath fixed his mm lib timer resolution fix | Daniel Stenberg | 2002-06-26 | 1 | -3/+7 |
* | T. Bharath fixed higher resolution time for windows builds | Daniel Stenberg | 2002-06-03 | 1 | -16/+30 |
* | copyright string (year) update | Daniel Stenberg | 2002-03-19 | 1 | -1/+1 |