Age | Commit message (Expand) | Author |
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-14 | headers: require GCC 2.7 or newer in order to allow attribute GCC'isms usage | Yang Tse |
2012-04-12 | configure: NATIVE_WINDOWS no longer defined in config files | Yang Tse |
2012-04-11 | build adjustments: functionally revert commits 4d3fb91f and bbfe1182 | Yang Tse |
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-31 | FTP test server: NODATACONN commands commit c761fcb0 follow-up | Yang Tse |
2011-10-30 | FTP test server: fix server unresponsiveness | Yang Tse |
2011-10-14 | sws.c: HTTP and GOPHER test server-side connection closing adjustment | Yang Tse |
2011-09-05 | fix bool variables checking and assignment | Yang Tse |
2011-09-03 | fix a bunch of MSVC compiler warnings | Yang Tse |
2011-08-24 | base64: fix Curl_base64_encode and Curl_base64_decode interfaces | Yang Tse |
2011-07-31 | NTLM single-sign on adjustments (VIII) | Yang Tse |
2011-07-29 | fix compiler warning | Yang Tse |
2011-07-28 | NTLM single-sign on adjustments (VI) | Yang Tse |
2011-07-28 | Removed an extraneous \n that violated the SSO daemon protocol | Dan Fandrich |
2011-07-28 | NTLM single-sign on adjustments (V) | Yang Tse |
2011-07-27 | NTLM single-sign on adjustments (IV) | Yang Tse |
2011-07-27 | NTLM single-sign on adjustments (II) | Yang Tse |
2011-07-26 | Fixed test 2005 to work in out-of-tree builds | Dan Fandrich |
2011-07-26 | fix compiler warning | Yang Tse |
2011-07-18 | gitignore: ignore fake_ntlm | Daniel Stenberg |
2011-07-18 | test2005: verify ntlm single-signon | Mandy Wu |
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 |