aboutsummaryrefslogtreecommitdiff
path: root/tests/server/sws.c
AgeCommit message (Expand)Author
2013-06-04sws: support extracting test number from CONNECT ipv6-address!Daniel Stenberg
2013-03-27test1509: verify proxy header response headers countDaniel Stenberg
2013-03-15HTTP proxy: insert slash in URL if missingDaniel Stenberg
2013-01-09test servers: handle W32/W64 SIGBREAK with exit_signal_handlerYang Tse
2013-01-09test servers: fix errno, ERRNO and SOCKERRNO usage for W32/W64Yang Tse
2013-01-06Revert changes relative to lib/*.[ch] recent renamingYang Tse
2012-12-28build: make use of 76 lib/*.h renamed filesYang Tse
2012-12-14setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse
2012-09-11sws.c: Fixed warning: 'err' may be used uninitialized in this functionMarc Hoersken
2012-08-08Fix some compiler warnings.Guenter Knauf
2012-08-07sws: close sockets properlyJoe Mason
2012-08-07Remove debug logs that were accidentally checked inJoe Mason
2012-08-07Use select in sws, which has better cross-platform support than pollJoe Mason
2012-08-07Use cross-platform curlx_nonblock instead of fcntl in swsJoe Mason
2012-08-02Add a polling loop in main to read from more than one socket at once. Add the...Joe Mason
2012-08-02Change return values of get_request, accept_connection and service_connection...Joe Mason
2012-08-02Hoist the loop out of get_request, and make sure that it can be reentered whe...Joe Mason
2012-08-02Move blocks of code from the sws main loop into their own functions for easie...Joe Mason
2012-08-02Remove the --fork option of sws, since it makes refactoring to use poll more ...Joe Mason
2012-07-12SWS: use of uninitialized memory fixDaniel Stenberg
2012-07-12connection-monitor: always log disconnect when enabledDaniel Stenberg
2012-07-05sws: support <servercmd> for CONNECT requestsDaniel Stenberg
2012-07-05sws: add 'connection-monitor' command supportDaniel Stenberg
2012-04-10test servers: build adjustmentYang Tse
2012-03-22SWS: refuse to serve CONNECT unless running as proxyDaniel Stenberg
2012-01-17sws.c: fix proxy mode secondary connection monitoring conditionYang Tse
2012-01-16sws.c: improve proxy mode torture testing support - followup to 18c6c8a5Yang Tse
2012-01-16sws.c: improve proxy mode torture testing support - followup to c731fc58Yang Tse
2012-01-15sws.c: improve proxy mode torture testing support - followup to d4bf87dcYang Tse
2012-01-13sws.c: improve proxy mode torture testing supportYang Tse
2012-01-09sws.c: replace sleep() usage with wait_ms()Yang Tse
2012-01-08sws.c: some compiler warning fixesYang Tse
2012-01-06sws.c: 812fa73057 follow-upYang Tse
2012-01-05sws.c: some IPv6 proxy mode peparatory adjustmentsYang Tse
2012-01-04sws.c: fix proxy mode segfaultYang Tse
2012-01-03test proxy supports CONNECTDaniel Stenberg
2011-10-14sws.c: HTTP and GOPHER test server-side connection closing adjustmentYang Tse
2011-07-17sws: don't enable pipelining for requests with content-lengthDaniel Stenberg
2011-07-03sws: allow multiple commands in <servercmd>Daniel Stenberg
2010-12-06sws: fix compier warning: external definition with no prior declarationYang Tse
2010-12-02fix compiler warning: rounding, sign extension, or loss of accuracy may resultYang Tse
2010-11-28atoi: remove atoi usageYang Tse
2010-11-19test servers: fix strict aliasing compiler warningsYang Tse
2010-10-02sws: Added writedelay HTTP server commandDan Fandrich
2010-08-25sws: added basic gopher supportDaniel Stenberg
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2010-02-22convert Curl_ultous() and Curl_ultouc() functions to curlx_ultous() andYang Tse
2010-02-19fix compiler warningYang Tse
2010-02-18fix compiler warningYang Tse
2010-02-16fix Content-Length validationYang Tse