History log of /curl/tests/server/sws.c (Results 251 – 275 of 290)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 49ab1d91 12-Feb-2004 Daniel Stenberg

provide a source path to the servers to make them find the tests when run
outside the source dir, not needing any symlinks


# f385b197 30-Jan-2004 Daniel Stenberg

when we receive a request overflow, we still dump the incoming request to
the dump file to make it easier to understand and debug the situation


Revision tags: curl-7_11_0
# 053f6c85 07-Jan-2004 Daniel Stenberg

updated year in the copyright string


# 2f9f843e 24-Nov-2003 Daniel Stenberg

new way to trick sws to return special data on CONNECT


Revision tags: curl-7_10_8
# 41535eae 30-Oct-2003 Daniel Stenberg

only use siginterrupt() if it really exists on the platform


# c29740f0 09-Oct-2003 Daniel Stenberg

portability fix by using setup.h from the lib directory


# 20943292 15-Sep-2003 Daniel Stenberg

make the NTLM part numbers get increased instead of plainly assigned, as
this then makes redirection tests work (as the new test 89)


Revision tags: curl-7_10_7, curl-7_10_6
# 5ef6520d 19-Jul-2003 Daniel Stenberg

fixed the CONNECT thing again


# 2c192516 19-Jul-2003 Daniel Stenberg

If the data contents contains the word 'swsclose', then this server will
disconnect the client after the response have been sent. This also happens
if the respons is zero byte long.

If the data contents contains the word 'swsclose', then this server will
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.

show more ...


# 7968e3c2 01-Jul-2003 Daniel Stenberg

David Byron's patch that allows a client to make the server quit with a
magic url.


# fb6a51b8 11-Jun-2003 Daniel Stenberg

basic NTLM support


# 0102726a 22-May-2003 Daniel Stenberg

Digest support added


Revision tags: curl-7_10_5
# df7bbcfd 03-Apr-2003 Daniel Stenberg

Added log output for when the writing of the input HTTP request is successful
or unsuccessful. Used to track down the recent cygwin test suite problems.


Revision tags: curl-7_10_4
# 9b43ade1 16-Mar-2003 Daniel Stenberg

typecase getpid() to int to prevent compiler warning


# 0251563c 15-Mar-2003 Daniel Stenberg

report pid back in the WE ROOLZ message


# 72673a35 15-Mar-2003 Daniel Stenberg

removed the "banner" when the server is starting


# dcc2f164 15-Mar-2003 Daniel Stenberg

Rick Jones' minor thing to build better on HPUX 11


# 065b87e9 24-Feb-2003 Daniel Stenberg

7.10.4-pre2 commit


# f26a338a 16-Jan-2003 Daniel Stenberg

copyright year update in the source header


Revision tags: curl-7_10_3
# da5ae565 13-Dec-2002 Daniel Stenberg

added support for CONNECT, both good and bad


# ec7bccf6 10-Dec-2002 Daniel Stenberg

more logging, now logs the full response too, basic support for dealing
with chunked transfer-encoding uploads added


# 12cfb4f7 22-Nov-2002 Daniel Stenberg

this fix seems to make the '305 306' test case combination to run ok finally!


Revision tags: curl-7_10_2, curl-7_10_1, curl-7_10
# ba4e69be 03-Sep-2002 Daniel Stenberg

updated source code boilerplate/header


Revision tags: curl-7_9_8
# 3d0969d1 21-May-2002 Daniel Stenberg

Added source header and made it clear that this code was originally donated
to us by Juergen Wilke.


# 0c00eb93 17-May-2002 Daniel Stenberg

removed compiler warnings


1...<<1112