]> granicus.if.org Git - curl/commit
timeval: struct curltime is a struct timeval replacement
authorDaniel Stenberg <daniel@haxx.se>
Fri, 28 Jul 2017 13:49:36 +0000 (15:49 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 28 Jul 2017 13:51:25 +0000 (15:51 +0200)
commit4dee50b9c80f9b18d2eb9a1c20bd879abb342302
tree7a9c5ddd299e23ad27c7efa6a8759ae3122f31c9
parent7551e55d6614cddb039602e08f3d7aa302299617
timeval: struct curltime is a struct timeval replacement

... to make all libcurl internals able to use the same data types for
the struct members. The timeval struct differs subtly on several
platforms so it makes it cumbersome to use everywhere.

Ref: #1652
Closes #1693
29 files changed:
lib/asyn-ares.c
lib/conncache.h
lib/connect.c
lib/connect.h
lib/easy.c
lib/ftp.c
lib/multi.c
lib/multihandle.h
lib/pingpong.h
lib/progress.c
lib/progress.h
lib/rand.c
lib/select.c
lib/speedcheck.c
lib/speedcheck.h
lib/splay.c
lib/splay.h
lib/ssh.c
lib/telnet.c
lib/timeval.c
lib/timeval.h
lib/url.c
lib/urldata.h
lib/vtls/openssl.c
tests/server/util.c
tests/unit/unit1303.c
tests/unit/unit1309.c
tests/unit/unit1399.c
tests/unit/unit1606.c