summaryrefslogtreecommitdiff
path: root/lib/timeval.h
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-0/+2
* misc: update copyright year rangesDaniel Stenberg2022-04-251-1/+1
* timediff.[ch]: add curlx helper functions for timeval conversionsMarc Hoersken2022-04-171-7/+1
* copyright: fix year rangesDaniel Stenberg2020-11-051-1/+1
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* timediff: make it 64 bit (if possible) even with 32 bit time_tDaniel Stenberg2019-08-011-5/+5
* printf: introduce CURL_FORMAT_TIMEDIFF_TRikard Falkeborn2019-01-041-1/+3
* timeval: make timediff_t also work on 32bit windowsDaniel Stenberg2017-10-261-1/+1
* time: rename Curl_tvnow to Curl_nowDaniel Stenberg2017-10-251-3/+1
* timediff: return timediff_t from the time diff functionsDaniel Stenberg2017-10-251-15/+12
* timeval: struct curltime is a struct timeval replacementDaniel Stenberg2017-07-281-3/+8
* timers: store internal time stamps as time_t instead of doublesDaniel Stenberg2017-06-141-5/+5
* time: fix type conversions and compiler warningsMichael Kaufmann2017-05-241-2/+0
* timeval: prefer time_t to hold seconds instead of longDaniel Stenberg2016-11-121-3/+3
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+58
* build: rename 76 lib/*.h filesYang Tse2012-12-281-58/+0
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-1/+1
* lib/*.h: use our standard naming scheme for header inclusion guardsYang Tse2012-12-281-3/+4
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* update copyright yearYang Tse2007-04-031-1/+1
* Move header file inclusion logic and definition of timevalYang Tse2007-02-201-21/+0
* Replicate the configure tests that determined that timeval was available.Dan Fandrich2007-02-171-0/+3
* Update copyright year, since the file has been modifiedYang Tse2006-10-271-1/+1
* Declare our own timeval struct if HAVE_STRUCT_TIMEVAL is not definedYang Tse2006-10-141-11/+0
* Check for struct timeval at configuration timeYang Tse2006-10-131-0/+7
* Inclusion of time header files based on header existanceYang Tse2006-10-121-3/+6
* Remove redundant __CYGWIN__ symbol checkYang Tse2006-10-111-1/+1
* Simplified #ifdef on WIN32; the statementGisle Vanem2006-09-031-1/+1
* Removed "#ifndef__WATCOMC__". Use "#ifdef HAVE_SYS_TIME_H" instead.Gisle Vanem2006-08-301-1/+1
* Watcom lacks <sys/time.h>.Gisle Vanem2006-08-291-0/+2
* Changes to support building for eCos 1.3.1. This has been tested withDan Fandrich2006-07-191-1/+2
* Made the copyright year match the latest modification's year.Daniel Stenberg2006-01-091-1/+1
* Changes for PellesC compiler under Win32. A bit limited, butGisle Vanem2005-12-201-1/+1
* Watcom has 'struct timeval'.Gisle Vanem2004-12-171-1/+1
* delete trailing whitespaceDaniel Stenberg2004-11-041-5/+5
* Gisle's adjustments to allow building with lcc-win32Daniel Stenberg2004-06-021-1/+2
* Dirk Manske increased the resolution for what the CURLINFO_*_TIME return.Daniel Stenberg2004-04-091-0/+9
* provide these functions as curlx_* ones as this enables the curl app toDaniel Stenberg2004-04-061-3/+18
* Diego Casorran's fixes to allow native AmigaOS buildsDaniel Stenberg2004-01-131-1/+1
* white space and copyright year changesDaniel Stenberg2004-01-041-6/+4
* Gisle Vanem's IPv6-on-Windows patch applied!Daniel Stenberg2003-10-141-1/+0
* copyright year update in the source headerDaniel Stenberg2003-01-161-1/+1
* updated source code boilerplate/headerDaniel Stenberg2002-09-031-7/+7
* copyright string (year) updateDaniel Stenberg2002-03-191-1/+1
* corrected the Curl_tvnow prototype (-Wstrict-prototypes found it)Daniel Stenberg2001-11-051-1/+1
* Curl_tvdiff() now returns a millisecond diff, no double like beforeDaniel Stenberg2001-10-121-1/+4
* Internal symbols that aren't static are now prefixed with 'Curl_'Daniel Stenberg2001-01-051-3/+3