Age | Commit message (Expand) | Author |
2013-06-04 | sws: support extracting test number from CONNECT ipv6-address! | Daniel Stenberg |
2013-03-27 | test1509: verify proxy header response headers count | Daniel Stenberg |
2013-03-15 | HTTP proxy: insert slash in URL if missing | Daniel Stenberg |
2013-01-09 | test servers: handle W32/W64 SIGBREAK with exit_signal_handler | Yang Tse |
2013-01-09 | test servers: fix errno, ERRNO and SOCKERRNO usage for W32/W64 | Yang Tse |
2013-01-06 | Revert changes relative to lib/*.[ch] recent renaming | Yang Tse |
2012-12-28 | build: make use of 76 lib/*.h renamed files | Yang Tse |
2012-12-14 | setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h> | Yang Tse |
2012-09-11 | sws.c: Fixed warning: 'err' may be used uninitialized in this function | Marc Hoersken |
2012-08-08 | Fix some compiler warnings. | Guenter Knauf |
2012-08-07 | sws: close sockets properly | Joe Mason |
2012-08-07 | Remove debug logs that were accidentally checked in | Joe Mason |
2012-08-07 | Use select in sws, which has better cross-platform support than poll | Joe Mason |
2012-08-07 | Use cross-platform curlx_nonblock instead of fcntl in sws | Joe Mason |
2012-08-02 | Add a polling loop in main to read from more than one socket at once. Add the... | Joe Mason |
2012-08-02 | Change return values of get_request, accept_connection and service_connection... | Joe Mason |
2012-08-02 | Hoist the loop out of get_request, and make sure that it can be reentered whe... | Joe Mason |
2012-08-02 | Move blocks of code from the sws main loop into their own functions for easie... | Joe Mason |
2012-08-02 | Remove the --fork option of sws, since it makes refactoring to use poll more ... | Joe Mason |
2012-07-12 | SWS: use of uninitialized memory fix | Daniel Stenberg |
2012-07-12 | connection-monitor: always log disconnect when enabled | Daniel Stenberg |
2012-07-05 | sws: support <servercmd> for CONNECT requests | Daniel Stenberg |
2012-07-05 | sws: add 'connection-monitor' command support | Daniel Stenberg |
2012-04-10 | test servers: build adjustment | Yang Tse |
2012-03-22 | SWS: refuse to serve CONNECT unless running as proxy | Daniel Stenberg |
2012-01-17 | sws.c: fix proxy mode secondary connection monitoring condition | Yang Tse |
2012-01-16 | sws.c: improve proxy mode torture testing support - followup to 18c6c8a5 | Yang Tse |
2012-01-16 | sws.c: improve proxy mode torture testing support - followup to c731fc58 | Yang Tse |
2012-01-15 | sws.c: improve proxy mode torture testing support - followup to d4bf87dc | Yang Tse |
2012-01-13 | sws.c: improve proxy mode torture testing support | Yang Tse |
2012-01-09 | sws.c: replace sleep() usage with wait_ms() | Yang Tse |
2012-01-08 | sws.c: some compiler warning fixes | Yang Tse |
2012-01-06 | sws.c: 812fa73057 follow-up | Yang Tse |
2012-01-05 | sws.c: some IPv6 proxy mode peparatory adjustments | Yang Tse |
2012-01-04 | sws.c: fix proxy mode segfault | Yang Tse |
2012-01-03 | test proxy supports CONNECT | Daniel Stenberg |
2011-10-14 | sws.c: HTTP and GOPHER test server-side connection closing adjustment | Yang Tse |
2011-07-17 | sws: don't enable pipelining for requests with content-length | Daniel Stenberg |
2011-07-03 | sws: allow multiple commands in <servercmd> | Daniel Stenberg |
2010-12-06 | sws: fix compier warning: external definition with no prior declaration | Yang Tse |
2010-12-02 | fix compiler warning: rounding, sign extension, or loss of accuracy may result | Yang Tse |
2010-11-28 | atoi: remove atoi usage | Yang Tse |
2010-11-19 | test servers: fix strict aliasing compiler warnings | Yang Tse |
2010-10-02 | sws: Added writedelay HTTP server command | Dan Fandrich |
2010-08-25 | sws: added basic gopher support | Daniel Stenberg |
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg |
2010-02-22 | convert Curl_ultous() and Curl_ultouc() functions to curlx_ultous() and | Yang Tse |
2010-02-19 | fix compiler warning | Yang Tse |
2010-02-18 | fix compiler warning | Yang Tse |
2010-02-16 | fix Content-Length validation | Yang Tse |