Age | Commit message (Expand) | Author |
2017-04-17 | code: fix typos and style in comments | Daniel Gustafsson |
2017-01-19 | sws: use SOCKERRNO, not errno | Daniel Stenberg |
2017-01-09 | sws: retry send() on EWOULDBLOCK | Daniel Stenberg |
2016-12-14 | checksrc: warn for assignments within if() expressions | Daniel Stenberg |
2016-11-24 | checksrc: code style: use 'char *name' style | Daniel Stenberg |
2016-11-07 | s/cURL/curl | Daniel Stenberg |
2016-10-31 | tests/util: get a private strncasecompare clone | Daniel Stenberg |
2016-10-31 | strcasecompare: is the new name for strequal() | Daniel Stenberg |
2016-04-03 | tests/server: comply with our code style | Daniel Stenberg |
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg |
2015-04-27 | sws: init http2 state properly | Daniel Stenberg |
2015-03-16 | Bug #149: Deletion of unnecessary checks before calls of the function "free" | Markus Elfring |
2015-02-25 | sws: timeout idle CONNECT connections | Daniel Stenberg |
2015-02-24 | sws: stop logging about TPC_NODELAY nonsense | Daniel Stenberg |
2014-12-26 | code/docs: Use Unix rather than UNIX to avoid use of the trademark | Steve Holme |
2014-12-10 | sws.c: Fixed 'rc' may be used uninitialized warning | Dan Fandrich |
2014-12-06 | sws.c: Fixed compilation warning | Steve Holme |
2014-12-04 | libcurl: add UNIX domain sockets support | Peter Wu |
2014-12-04 | sws: try to remove socket and retry bind | Peter Wu |
2014-12-04 | sws: add UNIX domain socket support | Peter Wu |
2014-12-04 | sws: restrict TCP_NODELAY to IP sockets | Peter Wu |
2014-12-03 | sws.c: Fixed compilation warning when IPv6 is disabled | Steve Holme |
2014-11-30 | sws: move away from IPv4/IPv4-only assumption | Peter Wu |
2014-11-20 | sws: initial tiny steps toward http2 support | Daniel Stenberg |
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 |