Age | Commit message (Expand) | Author |
2013-01-09 | build: fix circular header inclusion with other packages | Yang Tse |
2013-01-08 | sockfilt.c: fix some compiler warnings | Yang Tse |
2013-01-07 | tests/server/sockfilt.c: Fixed integer comparison warning | Marc Hoersken |
2013-01-07 | tests/server/sockfilt.c: Include required Win32 headers | Marc Hoersken |
2013-01-06 | tests/server/sockfilt.c: Fixed support for listening sockets | Marc Hoersken |
2013-01-06 | tests/server/sockfilt.c: Set Windows Console to binary mode | Marc Hoersken |
2013-01-06 | tests/server/sockfilt.c: Improved log error messages | Marc Hoersken |
2013-01-06 | Revert changes relative to lib/*.[ch] recent renaming | Yang Tse |
2013-01-03 | build: make use of 93 lib/*.c renamed files | Yang Tse |
2012-12-28 | build: make use of 76 lib/*.h renamed files | Yang Tse |
2012-12-26 | sockfilt.c: commit b44da5a82a follow-up 2 | Yang Tse |
2012-12-26 | sockfilt.c: commit b44da5a82a follow-up | Yang Tse |
2012-12-26 | sockfilt.c: fix some compiler warnings | Yang Tse |
2012-12-25 | socklift.c: Quick fix to re-add missing code | Marc Hoersken |
2012-12-25 | socklift.c: Added select_ws function to support Windows | Marc Hoersken |
2012-12-14 | setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h> | Yang Tse |
2012-12-04 | build: explain current role of LIBS in our Makefile.am files | Yang Tse |
2012-11-29 | build: prevent global LIBS from influencing test server build targets | Yang Tse |
2012-11-28 | build: fix Windows build targets damaged since commit 550e403f00 | Yang Tse |
2012-11-28 | build: avoid linkage of directly unused libraries | Yang Tse |
2012-11-06 | uniformly use AM_CPPFLAGS, avoid deprecated INCLUDES | Dave Reisner |
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 |