aboutsummaryrefslogtreecommitdiff
path: root/tests/server/sws.c
AgeCommit message (Expand)Author
2006-05-10removed variable declarations shadowing previously declared variablesDaniel Stenberg
2006-04-10if configure found a fork(), sws supports --fork which is *NOT* used by theDaniel Stenberg
2006-02-25Fix typo.Gisle Vanem
2006-02-18Ulf Härnhammar fixed a format string (printf style) problem in the NegotiateDaniel Stenberg
2006-01-09Made the copyright year match the latest modification's year.Daniel Stenberg
2006-01-03modified to hush compiler warningsDaniel Stenberg
2006-01-021. sws now supports two new "commands" and 2. if built withDaniel Stenberg
2005-09-15moved test2file() to util.cDaniel Stenberg
2005-09-07Thanks to Scott Davis' detailed reports, I found this premature detectionDaniel Stenberg
2005-08-18detabifyDaniel Stenberg
2005-05-19include ctype.h for isdigit()Daniel Stenberg
2005-05-18Bug report #1204435 identified a problem with malformed URLs likeDaniel Stenberg
2005-05-17Moved more generic functions to util.[ch]Daniel Stenberg
2005-05-01always use the libcurl-provided *printf() functionsDaniel Stenberg
2005-04-30Moved common code to util.[ch] instead of having it duplicated in sws.cDaniel Stenberg
2005-04-27display listening port in logDaniel Stenberg
2005-03-31Updated the copyright year since changes have been this year.Daniel Stenberg
2005-03-28modified some log outputs, added comment about auth required as used inDaniel Stenberg
2004-12-14make sure the ipv6 http server gets its pid stored in a separate fileDaniel Stenberg
2004-12-13Fixed missing braces warning.Gisle Vanem
2004-12-12Missing 'in6addr_any' in MingW's lib. ld bug?Gisle Vanem
2004-12-11HTTP IPv6 support added to the test suiteDaniel Stenberg
2004-12-09close the connection when a bad test number was requestedDaniel Stenberg
2004-12-02added comment about port number in CONNECT string being used as test numberDaniel Stenberg
2004-11-29Enable test cases to provide sections base64-encoded to be able to testDaniel Stenberg
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-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-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-09-15make the NTLM part numbers get increased instead of plainly assigned, asDaniel Stenberg
2003-07-19fixed the CONNECT thing againDaniel Stenberg