aboutsummaryrefslogtreecommitdiff
path: root/tests/server
AgeCommit message (Expand)Author
2004-10-07use curlx_strnequal() from the private lib sources instead of strncasecmp()Daniel Stenberg
2004-06-22modified some logging outputDaniel Stenberg
2004-06-21when the client disconnects prematurely, dump the request as received thusDaniel Stenberg
2004-06-15skip the pid from the loggingDaniel Stenberg
2004-05-28delete trailing whitespaceDaniel Stenberg
2004-05-06%ld for longDaniel Stenberg
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
2004-04-16remade the logging function to better deal with removed logfiles duringDaniel Stenberg
2004-03-31Added "swsbounce" magic: if this keyword is present in a <data> section itDaniel Stenberg
2004-03-23minor variable type cleanupsDaniel Stenberg
2004-03-10use size_t for string lengthsDaniel Stenberg
2004-03-09Added -I$(top_srcdir)/include, since lib/setup.h might include files fromDaniel 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
2004-02-20fix protos to prevent warningsDaniel Stenberg
2004-02-20added getpart.h for the spitout() protoDaniel 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
2004-01-30when we receive a request overflow, we still dump the incoming request toDaniel Stenberg
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-10-09not used anymoreDaniel Stenberg
2003-09-15make the NTLM part numbers get increased instead of plainly assigned, asDaniel Stenberg
2003-09-03Peter Pentchev found two problems. One realloc problem that could allocateDaniel Stenberg
2003-08-08Gisle Vanem fixed a single-byte overflowDaniel Stenberg
2003-07-19fixed the CONNECT thing againDaniel Stenberg
2003-07-19If the data contents contains the word 'swsclose', then this server willDaniel Stenberg
2003-07-01David Byron's patch that allows a client to make the server quit with aDaniel Stenberg
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
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-23added a default to the switch() in order to prevent a compiler warningDaniel Stenberg
2003-01-16copyright year update in the source headerDaniel Stenberg
2003-01-07better ignoreDaniel 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
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-08-26ignore theseDaniel Stenberg
2002-05-21Added source header and made it clear that this code was originally donatedDaniel Stenberg