History log of /curl/tests/server/sws.c (Results 226 – 250 of 299)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# b9c8de59 07-Sep-2005 Daniel Stenberg

Thanks to Scott Davis' detailed reports, I found this premature detection
of the end of a chunked-encoded POST request.


Revision tags: curl-7_14_1, c-ares-1_3_0
# e22ac39d 18-Aug-2005 Daniel Stenberg

detabify


# b749910e 19-May-2005 Daniel Stenberg

include ctype.h for isdigit()


# 4a091bbd 18-May-2005 Daniel Stenberg

Bug report #1204435 identified a problem with malformed URLs like
"http://somehost?data" as it added a slash too much in the request ("GET
/?data/"...). Added test case 260 to verify.


# 84fd4686 17-May-2005 Daniel Stenberg

Moved more generic functions to util.[ch]
Added resolve.c to simply resolve a given host name


Revision tags: curl-7_14_0
# 366b62af 01-May-2005 Daniel Stenberg

always use the libcurl-provided *printf() functions


# 23da55a9 30-Apr-2005 Daniel Stenberg

Moved common code to util.[ch] instead of having it duplicated in sws.c
and sockfilt.c. For good-to-have functions for the servers written in C.


# 3bcfe678 27-Apr-2005 Daniel Stenberg

display listening port in log


Revision tags: curl-7_13_2
# ab4086bc 31-Mar-2005 Daniel Stenberg

Updated the copyright year since changes have been this year.


# 31443724 28-Mar-2005 Daniel Stenberg

modified some log outputs, added comment about auth required as used in
test 154


Revision tags: curl-7_13_1, before_ftp_statemachine, curl-7_13_0, curl-7_12_3
# dc28a9c0 14-Dec-2004 Daniel Stenberg

make sure the ipv6 http server gets its pid stored in a separate file


# d02b2c43 13-Dec-2004 Gisle Vanem

Fixed missing braces warning.


# 22a0c577 12-Dec-2004 Gisle Vanem

Missing 'in6addr_any' in MingW's lib. ld bug?


# 9b3b7ad2 11-Dec-2004 Daniel Stenberg

HTTP IPv6 support added to the test suite


# 18f14ae2 09-Dec-2004 Daniel Stenberg

close the connection when a bad test number was requested


# d6c155ff 02-Dec-2004 Daniel Stenberg

added comment about port number in CONNECT string being used as test number


# 0eb84147 29-Nov-2004 Daniel Stenberg

Enable test cases to provide sections base64-encoded to be able to test
with binary data.


Revision tags: curl-7_12_2
# a6d4d3ee 07-Oct-2004 Daniel Stenberg

use curlx_strnequal() from the private lib sources instead of strncasecmp()
for maximum portability


Revision tags: curl-7_12_1, pre-aifix
# 2a701a1a 22-Jun-2004 Daniel Stenberg

modified some logging output


# 67341c4c 21-Jun-2004 Daniel Stenberg

when the client disconnects prematurely, dump the request as received thus
far


# 0a83fa90 15-Jun-2004 Daniel Stenberg

skip the pid from the logging


Revision tags: curl-7_12_0
# da6eea9b 28-May-2004 Daniel Stenberg

delete trailing whitespace


# 0aa7d11c 06-May-2004 Daniel Stenberg

%ld for long


# 933f7cec 06-May-2004 Daniel Stenberg

int/long fix


# 15f9a93c 30-Apr-2004 Daniel Stenberg

include the full size of the sent response in the log


12345678910>>...12