curl/tests/server
Dan Fandrich 9597b0ebcb tests: Fix portability issue with the tftpd server and timeouts
gcc spit out warning: variable 'x' might be clobbered by 'longjmp' or
'vfork' messages for a few variables.  These automatic variables were
expected to be changed between a setjmp/longjmp and hold their values,
so are now marked volatile.
2014-05-29 09:39:39 +02:00
..
.gitignore
base64.pl
CMakeLists.txt cmake: Fix for MSVC2010 project generation 2013-07-17 00:26:58 +02:00
fake_ntlm.c
getpart.c base64: Fixed compilation warnings when using Curl_base64_decode() 2013-11-03 12:25:07 +00:00
getpart.h
Makefile.am
Makefile.inc Makefile.inc: fix $(top_srcdir) not allowed in _SOURCES variables 2013-01-20 04:20:02 +01:00
resolve.c
rtspd.c test servers: handle W32/W64 SIGBREAK with exit_signal_handler 2013-01-09 22:23:50 +01:00
server_setup.h
server_sockaddr.h
sockfilt.c sockfilt.c: clean up threaded approach and add documentation 2014-04-22 17:22:42 +02:00
sws.c sws: support extracting test number from CONNECT ipv6-address! 2013-06-04 22:50:58 +02:00
testpart.c
tftp.h
tftpd.c tests: Fix portability issue with the tftpd server and timeouts 2014-05-29 09:39:39 +02:00
util.c util.c: Revert workaround eeefcdf, 6eb56e7 and e3787e8 2013-04-06 11:55:30 +02:00
util.h