aboutsummaryrefslogtreecommitdiff
path: root/lib/timeval.c
AgeCommit message (Expand)Author
2020-02-19nit: Copyright year out of dateDaniel Stenberg
2020-02-18tool_util: Improve Windows version of tvnow()Jay Satiro
2019-08-01timediff: make it 64 bit (if possible) even with 32 bit time_tDaniel Stenberg
2019-04-11build: fix Codacy/CppCheck warningsMarcel Raad
2019-02-15Curl_now: figure out windows version in win32_initDaniel Stenberg
2019-01-28timeval: Disable MSVC Analyzer GetTickCount warningMichael Kujawa
2019-01-09timediff: fix math for unsigned time_tDaniel Stenberg
2018-12-23timeval: Use high resolution timestamps on WindowsPavel P
2018-10-09Windows: fixes for MinGW targeting Windows VistaMarcel Raad
2018-10-05timeval: fix use of weak symbol clock_gettime() on Apple platformsdmitrykos
2018-04-07build: add picky compiler warning flags for gcc 6 and 7Eric Gallager
2018-03-22timeval: remove compilation warning by casting (#2417)Sergei Nikulov
2017-10-30timeval: use mach time on MacOSDmitri Tikhonov
2017-10-25time: rename Curl_tvnow to Curl_nowDaniel Stenberg
2017-10-25timediff: return timediff_t from the time diff functionsDaniel Stenberg
2017-08-12bagder/Curl_tvdiff_us: fix the mathDaniel Stenberg
2017-07-28timeval: struct curltime is a struct timeval replacementDaniel Stenberg
2017-07-04timeval.c: Use long long constant type for timeval assignmentMartin Kepplinger
2017-06-14timers: store internal time stamps as time_t instead of doublesDaniel Stenberg
2017-05-24time: fix type conversions and compiler warningsMichael Kaufmann
2017-03-13Improve code readbilitySylvestre Ledru
2016-11-12timeval: prefer time_t to hold seconds instead of longDaniel Stenberg
2016-02-12curlx_tvdiff: handle 32bit time_t overflowsDaniel Stenberg
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-01-20timeval: typecast for better type (on Amiga)Chris Young
2014-11-16win32: Updated some legacy APIs to use the newer extended versionsSteve Holme
2013-01-06Revert changes relative to lib/*.[ch] recent renamingYang Tse
2013-01-03build: rename 93 lib/*.c filesYang Tse
2012-12-28build: make use of 76 lib/*.h renamed filesYang Tse
2011-11-25tvdiff_secs(): sub-zero time difference adjustmentYang Tse
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2008-07-02fallback to gettimeofday when monotonic clock is unavailable at run-timeYang Tse
2008-05-12configure script will now define HAVE_CLOCK_GETTIME_MONOTONIC symbol onlyYang Tse
2008-05-10fix syntax error: missing semicolonYang Tse
2008-05-09Internal time differences now use monotonic time source if available.Yang Tse
2007-06-30moved includes to setup.h so that the project headers also pick them up (elem...Gunter Knauf
2007-06-30minor patches to enable building for NetWare CLIB.Gunter Knauf
2006-01-09Made the copyright year match the latest modification's year.Daniel Stenberg
2005-12-18Cleanup windows header includes. Where aplicable, inclusion ofYang Tse
2004-12-17<windows.h> required for Watcom.Gisle Vanem
2004-04-09Dirk Manske increased the resolution for what the CURLINFO_*_TIME return.Daniel Stenberg
2004-04-06provide these functions as curlx_* ones as this enables the curl app toDaniel Stenberg
2004-03-30added more comments for what the functions returnDaniel Stenberg
2004-03-11Gisle Vanem's fixes to use CURL_SOCKET_BAD more instead of -1 for sockets.Daniel Stenberg
2004-01-04make our private version of gettimeofday() staticDaniel Stenberg
2003-10-14Gisle Vanem's IPv6-on-Windows patch applied!Daniel Stenberg
2003-01-29removed the local variables for emacs and vim, use the new sample.emacsDaniel Stenberg
2003-01-16copyright year update in the source headerDaniel Stenberg
2002-09-03updated source code boilerplate/headerDaniel Stenberg
2002-06-26T. Bharath fixed his mm lib timer resolution fixDaniel Stenberg