summaryrefslogtreecommitdiff
path: root/lib/timeval.c
Commit message (Expand)AuthorAgeFilesLines
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* copyright: make repository REUSE compliantmax.mehl2022-06-131-1/+3
* copyright: update copyright year ranges to 2021Daniel Stenberg2021-05-261-1/+1
* hostip: fix broken macOS/CMake/GCC buildsRadek Zajic2021-05-261-2/+4
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* nit: Copyright year out of dateDaniel Stenberg2020-02-191-1/+1
* tool_util: Improve Windows version of tvnow()Jay Satiro2020-02-181-0/+1
* timediff: make it 64 bit (if possible) even with 32 bit time_tDaniel Stenberg2019-08-011-16/+8
* build: fix Codacy/CppCheck warningsMarcel Raad2019-04-111-0/+2
* Curl_now: figure out windows version in win32_initDaniel Stenberg2019-02-151-16/+8
* timeval: Disable MSVC Analyzer GetTickCount warningMichael Kujawa2019-01-281-0/+9
* timediff: fix math for unsigned time_tDaniel Stenberg2019-01-091-3/+3
* timeval: Use high resolution timestamps on WindowsPavel P2018-12-231-17/+24
* Windows: fixes for MinGW targeting Windows VistaMarcel Raad2018-10-091-1/+2
* timeval: fix use of weak symbol clock_gettime() on Apple platformsdmitrykos2018-10-051-2/+18
* build: add picky compiler warning flags for gcc 6 and 7Eric Gallager2018-04-071-1/+1
* timeval: remove compilation warning by casting (#2417)Sergei Nikulov2018-03-221-1/+1
* timeval: use mach time on MacOSDmitri Tikhonov2017-10-301-0/+31
* time: rename Curl_tvnow to Curl_nowDaniel Stenberg2017-10-251-18/+10
* timediff: return timediff_t from the time diff functionsDaniel Stenberg2017-10-251-27/+28
* bagder/Curl_tvdiff_us: fix the mathDaniel Stenberg2017-08-121-1/+1
* timeval: struct curltime is a struct timeval replacementDaniel Stenberg2017-07-281-19/+28
* timeval.c: Use long long constant type for timeval assignmentMartin Kepplinger2017-07-041-2/+2
* timers: store internal time stamps as time_t instead of doublesDaniel Stenberg2017-06-141-8/+18
* time: fix type conversions and compiler warningsMichael Kaufmann2017-05-241-6/+0
* Improve code readbilitySylvestre Ledru2017-03-131-2/+1
* timeval: prefer time_t to hold seconds instead of longDaniel Stenberg2016-11-121-3/+3
* curlx_tvdiff: handle 32bit time_t overflowsDaniel Stenberg2016-02-121-2/+10
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* timeval: typecast for better type (on Amiga)Chris Young2015-01-201-2/+2
* win32: Updated some legacy APIs to use the newer extended versionsSteve Holme2014-11-161-1/+9
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+134
* build: rename 93 lib/*.c filesYang Tse2013-01-031-134/+0
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-1/+1
* tvdiff_secs(): sub-zero time difference adjustmentYang Tse2011-11-251-2/+5
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* fallback to gettimeofday when monotonic clock is unavailable at run-timeYang Tse2008-07-021-3/+18
* configure script will now define HAVE_CLOCK_GETTIME_MONOTONIC symbol onlyYang Tse2008-05-121-1/+1
* fix syntax error: missing semicolonYang Tse2008-05-101-1/+1
* Internal time differences now use monotonic time source if available.Yang Tse2008-05-091-51/+52
* moved includes to setup.h so that the project headers also pick them up (elem...Gunter Knauf2007-06-301-3/+0
* minor patches to enable building for NetWare CLIB.Gunter Knauf2007-06-301-0/+3
* Made the copyright year match the latest modification's year.Daniel Stenberg2006-01-091-1/+1
* Cleanup windows header includes. Where aplicable, inclusion ofYang Tse2005-12-181-1/+0
* <windows.h> required for Watcom.Gisle Vanem2004-12-171-0/+1
* Dirk Manske increased the resolution for what the CURLINFO_*_TIME return.Daniel Stenberg2004-04-091-0/+11
* provide these functions as curlx_* ones as this enables the curl app toDaniel Stenberg2004-04-061-3/+3
* added more comments for what the functions returnDaniel Stenberg2004-03-301-3/+7
* Gisle Vanem's fixes to use CURL_SOCKET_BAD more instead of -1 for sockets.Daniel Stenberg2004-03-111-0/+1
* make our private version of gettimeofday() staticDaniel Stenberg2004-01-041-22/+24