Daniel Stenberg
|
05b1b35085
nit: Copyright year out of date
|
4 years ago |
Jay Satiro
|
1fc0617dcc
tool_util: Improve Windows version of tvnow()
|
4 years ago |
Daniel Stenberg
|
b1616dad8f
timediff: make it 64 bit (if possible) even with 32 bit time_t
|
5 years ago |
Marcel Raad
|
d1b5cf830b
build: fix Codacy/CppCheck warnings
|
5 years ago |
Daniel Stenberg
|
ca597ad34a
Curl_now: figure out windows version in win32_init
|
5 years ago |
Michael Kujawa
|
b0a43aade1
timeval: Disable MSVC Analyzer GetTickCount warning
|
5 years ago |
Daniel Stenberg
|
1a93153783
timediff: fix math for unsigned time_t
|
5 years ago |
Pavel P
|
e9ababd4f5
timeval: Use high resolution timestamps on Windows
|
6 years ago |
Marcel Raad
|
940e1c1e74
Windows: fixes for MinGW targeting Windows Vista
|
6 years ago |
dmitrykos
|
0b19ef13b4
timeval: fix use of weak symbol clock_gettime() on Apple platforms
|
6 years ago |
Eric Gallager
|
a19fefb070
build: add picky compiler warning flags for gcc 6 and 7
|
6 years ago |
Sergei Nikulov
|
6231a89aa3
timeval: remove compilation warning by casting (#2417)
|
6 years ago |
Dmitri Tikhonov
|
d531f33ba2
timeval: use mach time on MacOS
|
7 years ago |
Daniel Stenberg
|
5d543fe906
time: rename Curl_tvnow to Curl_now
|
7 years ago |
Daniel Stenberg
|
b9d25f9a6b
timediff: return timediff_t from the time diff functions
|
7 years ago |
Daniel Stenberg
|
7973baacea
bagder/Curl_tvdiff_us: fix the math
|
7 years ago |
Daniel Stenberg
|
4dee50b9c8
timeval: struct curltime is a struct timeval replacement
|
7 years ago |
Martin Kepplinger
|
f50124f566
timeval.c: Use long long constant type for timeval assignment
|
7 years ago |
Daniel Stenberg
|
adef394ac5
timers: store internal time stamps as time_t instead of doubles
|
7 years ago |
Michael Kaufmann
|
8ab22a7453
time: fix type conversions and compiler warnings
|
7 years ago |
Sylvestre Ledru
|
66de563482
Improve code readbility
|
7 years ago |
Daniel Stenberg
|
de4de4e3c7
timeval: prefer time_t to hold seconds instead of long
|
8 years ago |
Daniel Stenberg
|
d6b37d83f9
curlx_tvdiff: handle 32bit time_t overflows
|
8 years ago |
Daniel Stenberg
|
4af40b3646
URLs: change all http:// URLs to https://
|
8 years ago |
Chris Young
|
089783c838
timeval: typecast for better type (on Amiga)
|
9 years ago |
Steve Holme
|
4be80d5109
win32: Updated some legacy APIs to use the newer extended versions
|
10 years ago |
Yang Tse
|
4a5aa6682d
Revert changes relative to lib/*.[ch] recent renaming
|
12 years ago |
Yang Tse
|
5b6e7927c6
build: rename 93 lib/*.c files
|
12 years ago |
Yang Tse
|
f871de0064
build: make use of 76 lib/*.h renamed files
|
12 years ago |
Yang Tse
|
97d7a9260e
tvdiff_secs(): sub-zero time difference adjustment
|
13 years ago |