index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
timeval.h
Age
Commit message (
Expand
)
Author
2017-10-26
timeval: make timediff_t also work on 32bit windows
Daniel Stenberg
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-07-28
timeval: struct curltime is a struct timeval replacement
Daniel Stenberg
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
2016-11-12
timeval: prefer time_t to hold seconds instead of long
Daniel Stenberg
2016-02-03
URLs: change all http:// URLs to https://
Daniel Stenberg
2013-01-09
build: fix circular header inclusion with other packages
Yang Tse
2013-01-06
Revert changes relative to lib/*.[ch] recent renaming
Yang Tse
2012-12-28
build: rename 76 lib/*.h files
Yang Tse
2012-12-28
build: make use of 76 lib/*.h renamed files
Yang Tse
2012-12-28
lib/*.h: use our standard naming scheme for header inclusion guards
Yang Tse
2010-03-24
remove the CVSish $Id$ lines
Daniel Stenberg
2007-04-03
update copyright year
Yang Tse
2007-02-20
Move header file inclusion logic and definition of timeval
Yang Tse
2007-02-17
Replicate the configure tests that determined that timeval was available.
Dan Fandrich
2006-10-27
Update copyright year, since the file has been modified
Yang Tse
2006-10-14
Declare our own timeval struct if HAVE_STRUCT_TIMEVAL is not defined
Yang Tse
2006-10-13
Check for struct timeval at configuration time
Yang Tse
2006-10-12
Inclusion of time header files based on header existance
Yang Tse
2006-10-11
Remove redundant __CYGWIN__ symbol check
Yang Tse
2006-09-03
Simplified #ifdef on WIN32; the statement
Gisle Vanem
2006-08-30
Removed "#ifndef__WATCOMC__". Use "#ifdef HAVE_SYS_TIME_H" instead.
Gisle Vanem
2006-08-29
Watcom lacks <sys/time.h>.
Gisle Vanem
2006-07-19
Changes to support building for eCos 1.3.1. This has been tested with
Dan Fandrich
2006-01-09
Made the copyright year match the latest modification's year.
Daniel Stenberg
2005-12-20
Changes for PellesC compiler under Win32. A bit limited, but
Gisle Vanem
2004-12-17
Watcom has 'struct timeval'.
Gisle Vanem
2004-11-04
delete trailing whitespace
Daniel Stenberg
2004-06-02
Gisle's adjustments to allow building with lcc-win32
Daniel Stenberg
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-01-13
Diego Casorran's fixes to allow native AmigaOS builds
Daniel Stenberg
2004-01-04
white space and copyright year changes
Daniel Stenberg
2003-10-14
Gisle Vanem's IPv6-on-Windows patch applied!
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-03-19
copyright string (year) update
Daniel Stenberg
2001-11-05
corrected the Curl_tvnow prototype (-Wstrict-prototypes found it)
Daniel Stenberg
2001-10-12
Curl_tvdiff() now returns a millisecond diff, no double like before
Daniel Stenberg
2001-01-05
Internal symbols that aren't static are now prefixed with 'Curl_'
Daniel Stenberg
2001-01-03
dual-license fix
Daniel Stenberg
2000-08-24
moved include setup.h
Daniel Stenberg
2000-06-20
haxx.nu => haxx.se
Daniel Stenberg
2000-02-16
Jörn Hartroth adjusted for the mingw32 compiler
Daniel Stenberg
1999-12-29
Initial revision
Daniel Stenberg