summaryrefslogtreecommitdiff
path: root/tests/server/sws.c
Commit message (Expand)AuthorAgeFilesLines
* sws: support extracting test number from CONNECT ipv6-address!Daniel Stenberg2013-06-041-2/+16
* test1509: verify proxy header response headers countDaniel Stenberg2013-03-271-102/+81
* HTTP proxy: insert slash in URL if missingDaniel Stenberg2013-03-151-8/+48
* test servers: handle W32/W64 SIGBREAK with exit_signal_handlerYang Tse2013-01-091-0/+15
* test servers: fix errno, ERRNO and SOCKERRNO usage for W32/W64Yang Tse2013-01-091-19/+28
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-3/+3
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-3/+3
* setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse2012-12-141-6/+0
* sws.c: Fixed warning: 'err' may be used uninitialized in this functionMarc Hoersken2012-09-111-1/+1
* Fix some compiler warnings.Guenter Knauf2012-08-081-3/+3
* sws: close sockets properlyJoe Mason2012-08-071-3/+3
* Remove debug logs that were accidentally checked inJoe Mason2012-08-071-2/+0
* Use select in sws, which has better cross-platform support than pollJoe Mason2012-08-071-34/+47
* Use cross-platform curlx_nonblock instead of fcntl in swsJoe Mason2012-08-071-5/+4
* Add a polling loop in main to read from more than one socket at once. Add the...Joe Mason2012-08-021-46/+147
* Change return values of get_request, accept_connection and service_connection...Joe Mason2012-08-021-25/+44
* Hoist the loop out of get_request, and make sure that it can be reentered whe...Joe Mason2012-08-021-35/+60
* Move blocks of code from the sws main loop into their own functions for easie...Joe Mason2012-08-021-103/+135
* Remove the --fork option of sws, since it makes refactoring to use poll more ...Joe Mason2012-08-021-43/+1
* SWS: use of uninitialized memory fixDaniel Stenberg2012-07-121-0/+3
* connection-monitor: always log disconnect when enabledDaniel Stenberg2012-07-121-1/+2
* sws: support <servercmd> for CONNECT requestsDaniel Stenberg2012-07-051-94/+106
* sws: add 'connection-monitor' command supportDaniel Stenberg2012-07-051-4/+17
* test servers: build adjustmentYang Tse2012-04-101-4/+1
* SWS: refuse to serve CONNECT unless running as proxyDaniel Stenberg2012-03-221-1/+5
* sws.c: fix proxy mode secondary connection monitoring conditionYang Tse2012-01-171-4/+7
* sws.c: improve proxy mode torture testing support - followup to 18c6c8a5Yang Tse2012-01-161-31/+41
* sws.c: improve proxy mode torture testing support - followup to c731fc58Yang Tse2012-01-161-13/+5
* sws.c: improve proxy mode torture testing support - followup to d4bf87dcYang Tse2012-01-151-10/+32
* sws.c: improve proxy mode torture testing supportYang Tse2012-01-131-177/+286
* sws.c: replace sleep() usage with wait_ms()Yang Tse2012-01-091-20/+38
* sws.c: some compiler warning fixesYang Tse2012-01-081-17/+17
* sws.c: 812fa73057 follow-upYang Tse2012-01-061-1/+1
* sws.c: some IPv6 proxy mode peparatory adjustmentsYang Tse2012-01-051-33/+100
* sws.c: fix proxy mode segfaultYang Tse2012-01-041-0/+1
* test proxy supports CONNECTDaniel Stenberg2012-01-031-23/+334
* sws.c: HTTP and GOPHER test server-side connection closing adjustmentYang Tse2011-10-141-0/+8
* sws: don't enable pipelining for requests with content-lengthDaniel Stenberg2011-07-171-16/+34
* sws: allow multiple commands in <servercmd>Daniel Stenberg2011-07-031-7/+26
* sws: fix compier warning: external definition with no prior declarationYang Tse2010-12-061-1/+1
* fix compiler warning: rounding, sign extension, or loss of accuracy may resultYang Tse2010-12-021-1/+1
* atoi: remove atoi usageYang Tse2010-11-281-2/+2
* test servers: fix strict aliasing compiler warningsYang Tse2010-11-191-14/+12
* sws: Added writedelay HTTP server commandDan Fandrich2010-10-021-0/+11
* sws: added basic gopher supportDaniel Stenberg2010-08-251-12/+63
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* convert Curl_ultous() and Curl_ultouc() functions to curlx_ultous() andYang Tse2010-02-221-2/+1
* fix compiler warningYang Tse2010-02-191-1/+2
* fix compiler warningYang Tse2010-02-181-4/+3
* fix Content-Length validationYang Tse2010-02-161-2/+4