summaryrefslogtreecommitdiff
path: root/lib/timeval.c
Commit message (Expand)AuthorAgeFilesLines
* now: update 'now' as part of the easy handle instead of local variablesbagder/now-remadeDaniel Stenberg2017-07-291-4/+25
* 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
* Gisle Vanem's IPv6-on-Windows patch applied!Daniel Stenberg2003-10-141-3/+2
* removed the local variables for emacs and vim, use the new sample.emacsDaniel Stenberg2003-01-291-8/+0
* copyright year update in the source headerDaniel Stenberg2003-01-161-1/+1
* updated source code boilerplate/headerDaniel Stenberg2002-09-031-7/+7
* T. Bharath fixed his mm lib timer resolution fixDaniel Stenberg2002-06-261-3/+7
* T. Bharath fixed higher resolution time for windows buildsDaniel Stenberg2002-06-031-16/+30
* copyright string (year) updateDaniel Stenberg2002-03-191-1/+1
* made Curl_tvdiff round the diff better and make the subtraction beforeDaniel Stenberg2001-11-121-3/+3
* Curl_tvdiff() now returns a millisecond diff, no double like beforeDaniel Stenberg2001-10-121-2/+3
* looks nicer and is better compatible with older vim versionsSterling Hughes2001-10-111-2/+2
* added comment to the tvdiffDaniel Stenberg2001-10-011-0/+4
* Added formatting sections for emacs and vimSterling Hughes2001-09-071-0/+8
* Curl_tvnow is now properly declared with (void)Daniel Stenberg2001-03-131-1/+1
* Internal symbols that aren't static are now prefixed with 'Curl_'Daniel Stenberg2001-01-051-3/+3
* dual-license fixDaniel Stenberg2001-01-031-28/+11
* haxx.nu => haxx.seDaniel Stenberg2000-06-201-2/+2
* Initial revisionDaniel Stenberg1999-12-291-0/+93