aboutsummaryrefslogtreecommitdiff
path: root/tests/server
AgeCommit message (Expand)Author
2009-04-10Adjust commentYang Tse
2009-04-09Cleaned up the custom definition I added (replaced by CURL_STATICLIB)Benoit Neil
2009-04-09add back most likely acciedently removed function name justtimeout to fix aut...Gunter Knauf
2009-04-08(Minor update) Added labal prefixes to tests targetsBenoit Neil
2009-04-08Added special define for tests that directly include libcurl sources.Benoit Neil
2009-04-08Avoid warnings when HAVE_ALRM and SIGALRM are not defined.Gisle Vanem
2009-04-08#ifdef around variables to squelsh warnings.Gisle Vanem
2009-04-08Fixed compile defines in CMake scriptsBenoit Neil
2009-04-07and include the .inc files in the release tarballs...Daniel Stenberg
2009-04-07Added missing tests in CMake, added Makefile.inc for tests (+ use in CMake sc...Benoit Neil
2009-04-07Fixed tests/server build (removed unnecessary link to libcurl).Benoit Neil
2009-04-06Added tests (exes) targets, refactor a few things.Benoit Neil
2008-11-25If a HTTP request is Basic and num is already >=1000, the HTTP test serverDan Fandrich
2008-10-28Changed the "resolve" test precheck program to verify that an IPv6 socketDan Fandrich
2008-10-23moved some definitions from tftp.h to tftpd.cYang Tse
2008-10-23fix compiler warningYang Tse
2008-10-14attempt to fix compiler warning:Yang Tse
2008-10-03revert change introduced in tftpd.c revision 1.44Yang Tse
2008-10-02fix compiler warning: dereferencing type-punned pointer will break strict-ali...Yang Tse
2008-10-02fix compiler warning: `variable' might be clobbered by `longjmp' or `vfork'Yang Tse
2008-10-01Fixed some compiler warnings with gccDan Fandrich
2008-09-26Avoid the use of the '? :' operator inside the call to ourYang Tse
2008-09-26attempt to avoid HTTP server startup misdetection on some systemsYang Tse
2008-09-26fix potential buffer overflow in test-server logging functionYang Tse
2008-09-21fix compiler warning: defined but not usedYang Tse
2008-09-21fix compiler warning: defined but not usedYang Tse
2008-09-20fix compiler warning: external definition with no prior declarationYang Tse
2008-09-18fix compiler warning: external declaration in primary source fileYang Tse
2008-09-06remove unnecessary typecasting of malloc()Yang Tse
2008-09-04fix print formatting string directivesYang Tse
2008-08-29- When libcurl was doing a HTTP POST and the server would respond withDaniel Stenberg
2008-08-17libcurl internal base64.h header file renamed to curl_base64.hYang Tse
2008-08-07Initial support of curlbuild.h and curlrules.h which allowsYang Tse
2008-07-30Added test case 1051 to test Location: following with PUT, as reportedDan Fandrich
2008-07-30Undo using the sreadfrom() wrapper to replace recvfrom() in our code, for rea...Yang Tse
2008-07-30Undo using the sreadfrom() wrapper to replace recvfrom() in our code.Yang Tse
2008-07-21fix compiler warning: implicit conversion from "long" to "int"Yang Tse
2008-07-21Use the sreadfrom() wrapper to replace recvfrom() in our code.Yang Tse
2008-07-15add comment for include pathsYang Tse
2008-04-23improve synchronization between test harness runtests.pl scriptYang Tse
2008-04-22fix minor memory leak triggered upon test failureYang Tse
2008-04-22Remove fflush() + fsync() previously introduced accelerated writing ofYang Tse
2008-04-20accelerate the writing of server input and response request filesYang Tse
2008-03-05fix log message used when unable to connect to destination portYang Tse
2008-02-28signal handling to properly cleanup on SIGINT and SIGTERMYang Tse
2008-02-28when terminating do it falling through cleanup codeYang Tse
2008-02-28avoid inclusion of setup.h in util.hYang Tse
2008-02-28header inclusion cleanupYang Tse
2008-02-27make comment more preciseYang Tse
2008-02-26trial to fix the HP-UX breakage...Gunter Knauf