curl/tests/server
Patrick Monnerat 77336671dc
silly web server: silent a compilation warning
Recent gcc warns when byte count of strncpy() equals the destination
buffer size. Since the destination buffer is previously cleared and
the source string is always shorter, reducing the byte count by one
silents the warning without affecting the result.

Closes #5059
2020-03-08 17:30:55 +01:00
..
.gitignore git: add tests/server/disabled to .gitignore 2019-09-30 18:01:05 +02:00
base64.pl
CMakeLists.txt build: Disable Visual Studio warning "conditional expression is constant" 2019-12-01 19:01:02 -05:00
disabled.c tests: have runtests figure out disabled features 2019-06-17 16:08:00 +02:00
fake_ntlm.c
getpart.c
getpart.h
Makefile.am tests: make sure checksrc runs on header files too 2019-12-16 22:46:48 +01:00
Makefile.inc tests: have runtests figure out disabled features 2019-06-17 16:08:00 +02:00
resolve.c curl_setup: disable IPv6 resolver without getaddrinfo 2019-12-03 21:37:33 +01:00
rtspd.c
server_setup.h
server_sockaddr.h
sockfilt.c
socksd.c build: fix Codacy warnings 2019-06-05 20:38:06 +02:00
sws.c silly web server: silent a compilation warning 2020-03-08 17:30:55 +01:00
testpart.c
tftp.h
tftpd.c
util.c strerror: Fix an error looking up some Windows error strings 2019-11-09 18:07:59 -05:00
util.h tests: align some Windows sleep defines with each other 2020-03-04 16:11:03 +01:00