aboutsummaryrefslogtreecommitdiff
path: root/tests/server/sws.c
AgeCommit message (Collapse)Author
2004-05-06int/long fixDaniel Stenberg
2004-04-30include the full size of the sent response in the logDaniel Stenberg
2004-04-21log the WAIT commandDaniel Stenberg
2004-04-17Gisle Vanem: patches to make sws.c compile under MingW/MSVC isDaniel Stenberg
attached. And some cosmetic fixes.
2004-04-16remade the logging function to better deal with removed logfiles duringDaniel Stenberg
the execution of the tests
2004-03-31Added "swsbounce" magic: if this keyword is present in a <data> section itDaniel Stenberg
sets the "swsbounce" magic mode. If there follows a request for the SAME test number and the SAME part number, this mode will make the server bump the part number internally and thus return a different <dataNUM> section than it otherwise would. Test case 153 uses this in case you need an example. It is pretty involved and hard-to-use, but then the situation is pretty special over all. Enjoy.
2004-03-23minor variable type cleanupsDaniel Stenberg
2004-03-09Andrés García-fix to make it build with mingwDaniel Stenberg
2004-03-05Major rewrite of the test HTTP server to allow more fancy features to makeDaniel Stenberg
better tests with the issue12-patch applied. This change also includes Andrés García's win32-fixes. Made the logging look better/more readable in sws.log
2004-02-20fix protos to prevent warningsDaniel Stenberg
2004-02-13make the path constDaniel Stenberg
2004-02-12provide a source path to the servers to make them find the tests when runDaniel Stenberg
outside the source dir, not needing any symlinks
2004-01-30when we receive a request overflow, we still dump the incoming request toDaniel Stenberg
the dump file to make it easier to understand and debug the situation
2004-01-07updated year in the copyright stringDaniel Stenberg
2003-11-24new way to trick sws to return special data on CONNECTDaniel Stenberg
2003-10-30only use siginterrupt() if it really exists on the platformDaniel Stenberg
2003-10-09portability fix by using setup.h from the lib directoryDaniel Stenberg
2003-09-15make the NTLM part numbers get increased instead of plainly assigned, asDaniel Stenberg
this then makes redirection tests work (as the new test 89)
2003-07-19fixed the CONNECT thing againDaniel Stenberg
2003-07-19If the data contents contains the word 'swsclose', then this server willDaniel Stenberg
disconnect the client after the response have been sent. This also happens if the respons is zero byte long. In all other cases (unless an error happens), it will now maintain the connection to allow proper persistant connection testing. This was required for the NTLM testing to work so I finally had to fix this. Of course most of the existing HTTP tests will be adjusted to work with this new rule of test file syntax for HTTP tests. Also fixed the log function to deal with varargs for better logging.
2003-07-01David Byron's patch that allows a client to make the server quit with aDaniel Stenberg
magic url.
2003-06-11basic NTLM supportDaniel Stenberg
2003-05-22Digest support addedDaniel Stenberg
2003-04-03Added log output for when the writing of the input HTTP request is successfulDaniel Stenberg
or unsuccessful. Used to track down the recent cygwin test suite problems.
2003-03-16typecase getpid() to int to prevent compiler warningDaniel Stenberg
2003-03-15report pid back in the WE ROOLZ messageDaniel Stenberg
2003-03-15removed the "banner" when the server is startingDaniel Stenberg
2003-03-15Rick Jones' minor thing to build better on HPUX 11Daniel Stenberg
2003-02-247.10.4-pre2 commitDaniel Stenberg
2003-01-16copyright year update in the source headerDaniel Stenberg
2002-12-13added support for CONNECT, both good and badDaniel Stenberg
2002-12-10more logging, now logs the full response too, basic support for dealingDaniel Stenberg
with chunked transfer-encoding uploads added
2002-11-22this fix seems to make the '305 306' test case combination to run ok finally!Daniel Stenberg
2002-09-03updated source code boilerplate/headerDaniel Stenberg
2002-05-21Added source header and made it clear that this code was originally donatedDaniel Stenberg
to us by Juergen Wilke.
2002-05-17removed compiler warningsDaniel Stenberg
2002-04-26handles much larger POSTs, replaced snprintf() with sprintf() since thisDaniel Stenberg
needs to be more portable and in the test server we can skip the extra safety
2002-03-06Ralph Mitchell's minor #include patch to prevent some warningsDaniel Stenberg
2002-02-25use the former logfile name again since the ftp server also uses that...Daniel Stenberg
2002-02-25reply/postcmd support for "wait"Daniel Stenberg
2002-02-25create the pidfile and store the pid on invokeDaniel Stenberg
2002-02-25support HUGE requests tooDaniel Stenberg
2002-02-2216 tests OKDaniel Stenberg
2002-02-22adjusted to work on test case 11 betterDaniel Stenberg
2002-02-22hide debug output from screen, use log/ for logfilesDaniel Stenberg
2002-02-19a minor step forwardsDaniel Stenberg
2002-02-19no .. in pathDaniel Stenberg
2002-02-07added note about persistancy in the serverDaniel Stenberg
2002-02-07POSTs seems to work somewhat nowDaniel Stenberg
2002-02-07port number fix, now stores the processed request sent to the serverDaniel Stenberg