tests: document more test identifiers and variables
[platform/upstream/curl.git] / tests / server /
2014-05-29 Dan Fandrichtests: Fix portability issue with the tftpd server...
2014-04-22 Marc Hoerskensockfilt.c: clean up threaded approach and add document...
2014-04-22 Marc Hoerskensockfilt.c: zero initialize variable
2014-04-22 Marc Hoerskensockfilt.c: fixed getting stuck waiting for MinGW stdin...
2014-04-20 Marc Hoerskensockfilt.c: properly handle disk files, pipes and chara...
2014-04-20 Marc Hoerskensockfilt.c: ignore non-key-events and continue waiting...
2014-04-20 Marc Hoerskensockfilt.c: free memory in case of memory allocation...
2014-02-16 Marc Hoerskensockfilt.c: add undefs which are required after 6239146e
2014-01-26 Marc Hoerskensockfilt.c: follow up cleanup commit on 49b63cf3
2014-01-25 Marc Hoerskensockfilt.c: fixed and simplified Windows select function
2013-11-03 Steve Holmebase64: Fixed compilation warnings when using Curl_base...
2013-11-02 Steve Holmegetpart: Fixed base64 encoded parts following commit...
2013-08-22 Daniel Stenbergtftpd: support "writedelay" within <servercmd>
2013-08-22 Daniel Stenbergtftpd: convert 6 global variables into local ones
2013-07-19 Yang TseWIN32 MemoryTracking: require UNICODE for wide strdup...
2013-07-18 Yang TseReinstate "WIN32 MemoryTracking: track wcsdup() _wcsdup...
2013-07-16 Sergei Nikulovcmake: Fix for MSVC2010 project generation
2013-06-04 Daniel Stenbergsws: support extracting test number from CONNECT ipv6...
2013-05-12 Daniel StenbergRevert "WIN32 MemoryTracking: track wcsdup() _wcsdup...
2013-04-06 Marc Hoerskensockfilt.c: Fixed detection of client-side connection...
2013-04-06 Marc Hoerskensockfilt.c: Reduce CPU load while running under a Windo...
2013-04-06 Marc Hoerskentftpd.c: Apply sread timeout to the whole data transfer...
2013-04-06 Marc Hoerskentftpd.c: Follow up cleanup and restore of previous...
2013-04-06 Marc Hoerskentftpd.c: Fixed sread timeout on Windows by setting...
2013-04-06 Marc Hoerskenutil.c: Revert workaround eeefcdf, 6eb56e7 and e3787e8
2013-04-06 Marc Hoerskenutil.c: Follow up cleanup on eeefcdf
2013-04-05 Daniel Stenbergcpp: use #ifdef __MINGW32__ to avoid compiler complaints
2013-04-05 Marc Hoerskenutil.c: Made write_pidfile write the correct PID on...
2013-04-05 Marc Hoerskensockfilt.c: Fixed handling of multiple fds being signaled
2013-04-04 Marc Hoerskensockfilt.c: Added wrapper functions to fix Windows...
2013-03-27 Daniel Stenbergtest1509: verify proxy header response headers count
2013-03-25 Yang TseWIN32 MemoryTracking: track wcsdup() _wcsdup() and...
2013-03-15 Daniel StenbergHTTP proxy: insert slash in URL if missing
2013-02-04 Matt Arsenaultcmake: Fix mingw build
2013-01-20 Yang TseMakefile.inc: fix $(top_srcdir) not allowed in _SOURCES...
2013-01-10 Yang Tsesockfilt.c: log file descriptor number on read/write...
2013-01-09 Yang Tsetest servers: handle W32/W64 SIGBREAK with exit_signal_...
2013-01-09 Yang Tsetest servers: fix errno, ERRNO and SOCKERRNO usage...
2013-01-09 Yang Tsesockfilt.c: fix some W64 compiler warnings
2013-01-08 Yang Tsebuild: fix circular header inclusion with other packages
2013-01-08 Yang Tsesockfilt.c: fix some compiler warnings
2013-01-07 Marc Hoerskentests/server/sockfilt.c: Fixed integer comparison warning
2013-01-07 Marc Hoerskentests/server/sockfilt.c: Include required Win32 headers
2013-01-06 Marc Hoerskentests/server/sockfilt.c: Fixed support for listening...
2013-01-06 Marc Hoerskentests/server/sockfilt.c: Set Windows Console to binary...
2013-01-06 Marc Hoerskentests/server/sockfilt.c: Improved log error messages
2013-01-06 Yang TseRevert changes relative to lib/*.[ch] recent renaming
2013-01-03 Yang Tsebuild: make use of 93 lib/*.c renamed files
2012-12-28 Yang Tsebuild: make use of 76 lib/*.h renamed files
2012-12-26 Yang Tsesockfilt.c: commit b44da5a82a follow-up 2
2012-12-26 Yang Tsesockfilt.c: commit b44da5a82a follow-up
2012-12-26 Yang Tsesockfilt.c: fix some compiler warnings
2012-12-25 Marc Hoerskensocklift.c: Quick fix to re-add missing code
2012-12-25 Marc Hoerskensocklift.c: Added select_ws function to support Windows
2012-12-14 Yang Tsesetup_once.h: refactor inclusion of <unistd.h> and...
2012-12-04 Yang Tsebuild: explain current role of LIBS in our Makefile...
2012-11-29 Yang Tsebuild: prevent global LIBS from influencing test server...
2012-11-28 Yang Tsebuild: fix Windows build targets damaged since commit...
2012-11-28 Yang Tsebuild: avoid linkage of directly unused libraries
2012-11-05 Dave Reisneruniformly use AM_CPPFLAGS, avoid deprecated INCLUDES
2012-09-11 Marc Hoerskensws.c: Fixed warning: 'err' may be used uninitialized...
2012-08-08 Guenter KnaufFix some compiler warnings.
2012-08-06 Joe Masonsws: close sockets properly
2012-08-06 Joe MasonRemove debug logs that were accidentally checked in
2012-08-06 Joe MasonUse select in sws, which has better cross-platform...
2012-08-06 Joe MasonUse cross-platform curlx_nonblock instead of fcntl...
2012-08-02 Joe MasonAdd a polling loop in main to read from more than one...
2012-08-02 Joe MasonChange return values of get_request, accept_connection...
2012-08-02 Joe MasonHoist the loop out of get_request, and make sure that...
2012-08-02 Joe MasonMove blocks of code from the sws main loop into their...
2012-08-02 Joe MasonRemove the --fork option of sws, since it makes refacto...
2012-07-11 Daniel StenbergSWS: use of uninitialized memory fix
2012-07-11 Daniel Stenbergconnection-monitor: always log disconnect when enabled
2012-07-05 Daniel Stenbergsws: support <servercmd> for CONNECT requests
2012-07-05 Daniel Stenbergsws: add 'connection-monitor' command support
2012-04-14 Yang Tseheaders: require GCC 2.7 or newer in order to allow...
2012-04-12 Yang Tseconfigure: NATIVE_WINDOWS no longer defined in config...
2012-04-11 Yang Tsebuild adjustments: functionally revert commits 4d3fb91f...
2012-04-10 Yang Tsetest servers: build adjustment
2012-03-21 Daniel StenbergSWS: refuse to serve CONNECT unless running as proxy
2012-01-17 Yang Tsesws.c: fix proxy mode secondary connection monitoring...
2012-01-16 Yang Tsesws.c: improve proxy mode torture testing support ...
2012-01-16 Yang Tsesws.c: improve proxy mode torture testing support ...
2012-01-15 Yang Tsesws.c: improve proxy mode torture testing support ...
2012-01-13 Yang Tsesws.c: improve proxy mode torture testing support
2012-01-09 Yang Tsesws.c: replace sleep() usage with wait_ms()
2012-01-08 Yang Tsesws.c: some compiler warning fixes
2012-01-06 Yang Tsesws.c: 812fa73057 follow-up
2012-01-05 Yang Tsesws.c: some IPv6 proxy mode peparatory adjustments
2012-01-04 Yang Tsesws.c: fix proxy mode segfault
2012-01-03 Daniel Stenbergtest proxy supports CONNECT
2011-10-31 Yang TseFTP test server: NODATACONN commands commit c761fcb0...
2011-10-30 Yang TseFTP test server: fix server unresponsiveness
2011-10-24 Daniel StenbergMerge pull request #25 from trtom/master
2011-10-14 Yang Tsesws.c: HTTP and GOPHER test server-side connection...
2011-09-05 Yang Tsefix bool variables checking and assignment
2011-09-03 Yang Tsefix a bunch of MSVC compiler warnings
2011-08-24 Yang Tsebase64: fix Curl_base64_encode and Curl_base64_decode...
2011-07-31 Yang TseNTLM single-sign on adjustments (VIII)
2011-07-29 Yang Tsefix compiler warning
next