curl/tests/server
Marcel Raad c90e48c005
util: silence conversion warnings
timeval::tv_usec might be a 32-bit integer and timespec::tv_nsec might
be a 64-bit integer. This is the case when building for recent macOS
versions, for example. Just treat tv_usec as an int, which should
hopefully always be sufficient on systems with
`HAVE_CLOCK_GETTIME_MONOTONIC`.

Closes https://github.com/curl/curl/pull/5695
2020-07-19 10:34:58 +02:00
..
.gitignore tests/git: ignore mqttd and port files 2020-04-24 13:48:58 +02:00
base64.pl
CMakeLists.txt CMake: do not build test programs by default 2020-05-12 08:50:07 +02:00
disabled.c
fake_ntlm.c
getpart.c
getpart.h
Makefile.am
Makefile.inc curl_multibyte: add to curlx 2020-05-14 18:13:27 +02:00
mqttd.c mqtt: improve the state machine 2020-04-20 08:09:33 +02:00
resolve.c
rtspd.c tests: run the RTSP test server on a dynamic port number 2020-04-20 22:48:57 +02:00
server_setup.h
server_sockaddr.h
sockfilt.c all: fix codespell errors 2020-05-25 19:44:04 +00:00
socksd.c tests: run the SOCKS test server on a dynamic port number 2020-04-20 10:00:30 +02:00
sws.c server/sws: fix asan warning on use of uninitialized variable 2020-05-29 13:05:09 +02:00
testpart.c
tftp.h
tftpd.c tests/server/tftpd.c: fix include and enhance debug logging 2020-05-10 17:58:29 +02:00
util.c util: silence conversion warnings 2020-07-19 10:34:58 +02:00
util.h tests/server/util.h: add extern to silence compiler warning 2020-05-20 15:37:09 +02:00