curl/tests/server
Daniel Stenberg b9d25f9a6b timediff: return timediff_t from the time diff functions
... to cater for systems with unsigned time_t variables.

- Renamed the functions to curlx_timediff and Curl_timediff_us.

- Added overflow protection for both of them in either direction for
  both 32 bit and 64 bit time_ts

- Reprefixed the curlx_time functions to use Curl_*

Reported-by: Peter Piekarski
Fixes #2004
Closes #2005
2017-10-25 09:54:37 +02:00
..
.gitignore gitignore: Sort for readability 2015-08-18 01:03:05 -04:00
CMakeLists.txt CMake: set MSVC warning level to 4 2017-08-03 08:39:23 +02:00
Makefile.am includes: remove curl/curlbuild.h and curl/curlrules.h 2017-06-14 11:07:33 +02:00
Makefile.inc timediff: return timediff_t from the time diff functions 2017-10-25 09:54:37 +02:00
base64.pl utility to base encode data passed on stdin 2004-11-29 12:09:05 +00:00
fake_ntlm.c code style: use spaces around pluses 2017-09-11 09:29:50 +02:00
getpart.c server/getpart: provide dummy function to build conversion enabled 2017-09-15 16:57:59 +02:00
getpart.h URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
resolve.c code style: use spaces around equals signs 2017-09-11 09:29:50 +02:00
rtspd.c code style: use spaces around pluses 2017-09-11 09:29:50 +02:00
server_setup.h URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
server_sockaddr.h URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
sockfilt.c code style: use spaces around equals signs 2017-09-11 09:29:50 +02:00
sws.c tests: add initial gssapi test using stub implementation 2017-09-15 14:09:08 +02:00
testpart.c testpart: remove _MPRINTF_REPLACE 2017-05-02 21:09:41 +02:00
tftp.h URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
tftpd.c code style: use spaces around pluses 2017-09-11 09:29:50 +02:00
util.c timediff: return timediff_t from the time diff functions 2017-10-25 09:54:37 +02:00
util.h timediff: return timediff_t from the time diff functions 2017-10-25 09:54:37 +02:00