summaryrefslogtreecommitdiff
path: root/tests/server
Commit message (Expand)AuthorAgeFilesLines
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-2813-32/+33
* sockfilt.c: commit b44da5a82a follow-up 2Yang Tse2012-12-261-4/+5
* sockfilt.c: commit b44da5a82a follow-upYang Tse2012-12-261-1/+1
* sockfilt.c: fix some compiler warningsYang Tse2012-12-261-15/+25
* socklift.c: Quick fix to re-add missing codeMarc Hoersken2012-12-251-0/+2
* socklift.c: Added select_ws function to support WindowsMarc Hoersken2012-12-251-12/+144
* setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse2012-12-147-43/+1
* build: explain current role of LIBS in our Makefile.am filesYang Tse2012-12-041-2/+1
* build: prevent global LIBS from influencing test server build targetsYang Tse2012-11-291-0/+4
* build: fix Windows build targets damaged since commit 550e403f00Yang Tse2012-11-281-1/+1
* build: avoid linkage of directly unused librariesYang Tse2012-11-281-7/+7
* uniformly use AM_CPPFLAGS, avoid deprecated INCLUDESDave Reisner2012-11-061-12/+12
* 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
* headers: require GCC 2.7 or newer in order to allow attribute GCC'isms usageYang Tse2012-04-141-3/+6
* configure: NATIVE_WINDOWS no longer defined in config filesYang Tse2012-04-121-1/+5
* build adjustments: functionally revert commits 4d3fb91f and bbfe1182Yang Tse2012-04-111-2/+0
* test servers: build adjustmentYang Tse2012-04-1015-56/+67
* SWS: refuse to serve CONNECT unless running as proxyDaniel Stenberg2012-03-221-1/+5
* sws.c: fix proxy mode secondary connection monitoring conditionYang Tse2012-01-171-4/+7
* sws.c: improve proxy mode torture testing support - followup to 18c6c8a5Yang Tse2012-01-161-31/+41
* sws.c: improve proxy mode torture testing support - followup to c731fc58Yang Tse2012-01-161-13/+5
* sws.c: improve proxy mode torture testing support - followup to d4bf87dcYang Tse2012-01-151-10/+32
* sws.c: improve proxy mode torture testing supportYang Tse2012-01-131-177/+286
* sws.c: replace sleep() usage with wait_ms()Yang Tse2012-01-091-20/+38
* sws.c: some compiler warning fixesYang Tse2012-01-081-17/+17
* sws.c: 812fa73057 follow-upYang Tse2012-01-061-1/+1
* sws.c: some IPv6 proxy mode peparatory adjustmentsYang Tse2012-01-052-34/+102
* sws.c: fix proxy mode segfaultYang Tse2012-01-041-0/+1
* test proxy supports CONNECTDaniel Stenberg2012-01-033-25/+364
* FTP test server: NODATACONN commands commit c761fcb0 follow-upYang Tse2011-10-311-0/+14
* FTP test server: fix server unresponsivenessYang Tse2011-10-301-3/+9
* sws.c: HTTP and GOPHER test server-side connection closing adjustmentYang Tse2011-10-141-0/+8
* fix bool variables checking and assignmentYang Tse2011-09-051-1/+1
* fix a bunch of MSVC compiler warningsYang Tse2011-09-031-1/+1
* base64: fix Curl_base64_encode and Curl_base64_decode interfacesYang Tse2011-08-241-2/+4
* NTLM single-sign on adjustments (VIII)Yang Tse2011-07-311-4/+4