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