summaryrefslogtreecommitdiff
path: root/tests/server/sws.c
Commit message (Expand)AuthorAgeFilesLines
* tests/server: make string literals constMarcel Raad2017-05-041-4/+4
* code: fix typos and style in commentsDaniel Gustafsson2017-04-171-6/+6
* sws: use SOCKERRNO, not errnoDaniel Stenberg2017-01-191-1/+1
* sws: retry send() on EWOULDBLOCKDaniel Stenberg2017-01-091-1/+8
* checksrc: warn for assignments within if() expressionsDaniel Stenberg2016-12-141-6/+12
* checksrc: code style: use 'char *name' styleDaniel Stenberg2016-11-241-3/+3
* s/cURL/curlDaniel Stenberg2016-11-071-1/+1
* tests/util: get a private strncasecompare cloneDaniel Stenberg2016-10-311-3/+3
* strcasecompare: is the new name for strequal()Daniel Stenberg2016-10-311-3/+3
* tests/server: comply with our code styleDaniel Stenberg2016-04-031-49/+55
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* sws: init http2 state properlyDaniel Stenberg2015-04-271-0/+2
* Bug #149: Deletion of unnecessary checks before calls of the function "free"Markus Elfring2015-03-161-30/+14
* sws: timeout idle CONNECT connectionsDaniel Stenberg2015-02-251-3/+11
* sws: stop logging about TPC_NODELAY nonsenseDaniel Stenberg2015-02-241-6/+0
* code/docs: Use Unix rather than UNIX to avoid use of the trademarkSteve Holme2014-12-261-3/+3
* sws.c: Fixed 'rc' may be used uninitialized warningDan Fandrich2014-12-101-1/+1
* sws.c: Fixed compilation warningSteve Holme2014-12-061-1/+1
* libcurl: add UNIX domain sockets supportPeter Wu2014-12-041-1/+1
* sws: try to remove socket and retry bindPeter Wu2014-12-041-0/+42
* sws: add UNIX domain socket supportPeter Wu2014-12-041-0/+53
* sws: restrict TCP_NODELAY to IP socketsPeter Wu2014-12-041-29/+44
* sws.c: Fixed compilation warning when IPv6 is disabledSteve Holme2014-12-031-2/+2
* sws: move away from IPv4/IPv4-only assumptionPeter Wu2014-11-301-49/+39
* sws: initial tiny steps toward http2 supportDaniel Stenberg2014-11-201-1/+30
* 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