Revert "Update to 7.40.1"
[platform/upstream/curl.git] / tests / server / sws.c
2015-11-11 taesub kimRevert "Update to 7.40.1" 94/51594/1
2015-11-09 Seonah MoonUpdate to 7.40.1 63/51363/1 submit/tizen/20151109.080918 submit/tizen/20151109.080942 submit/tizen/20151109.082943
2013-06-04 Daniel Stenbergsws: support extracting test number from CONNECT ipv6...
2013-03-27 Daniel Stenbergtest1509: verify proxy header response headers count
2013-03-15 Daniel StenbergHTTP proxy: insert slash in URL if missing
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-06 Yang TseRevert changes relative to lib/*.[ch] recent renaming
2012-12-28 Yang Tsebuild: make use of 76 lib/*.h renamed files
2012-12-14 Yang Tsesetup_once.h: refactor inclusion of <unistd.h> and...
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-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-24 Daniel StenbergMerge pull request #25 from trtom/master
2011-10-14 Yang Tsesws.c: HTTP and GOPHER test server-side connection...
2011-07-16 Daniel Stenbergsws: don't enable pipelining for requests with content...
2011-07-03 Daniel Stenbergsws: allow multiple commands in <servercmd>
2010-12-06 Yang Tsesws: fix compier warning: external definition with...
2010-12-02 Yang Tsefix compiler warning: rounding, sign extension, or...
2010-11-28 Yang Tseatoi: remove atoi usage
2010-11-19 Yang Tsetest servers: fix strict aliasing compiler warnings
2010-10-01 Dan Fandrichsws: Added writedelay HTTP server command
2010-08-25 Daniel Stenbergsws: added basic gopher support
2010-03-24 Daniel Stenbergremove the CVSish $Id$ lines
2010-02-22 Yang Tseconvert Curl_ultous() and Curl_ultouc() functions to...
2010-02-19 Yang Tsefix compiler warning
2010-02-18 Yang Tsefix compiler warning
2010-02-16 Yang Tsefix Content-Length validation
2010-02-15 Yang Tsefix compiler warning: conversion from "long" to "size_t...
2010-02-14 Yang TseOverhauled test suite getpart() function. Fixing potent...
2010-02-04 Yang TseValidate server port argument
2010-02-02 Yang Tseavoid possibility of using obsoleted stuff
2010-01-08 Yang Tsesws and tftpd command line option naming adjustments
2009-12-22 Yang Tselog a message when continuing once sleep time is over
2009-12-16 Yang TseTest harness process control enhancements
2009-12-14 Yang TseFix compiler warnings
2009-12-13 Yang Tsesignal handling to cleanup on SIGINT and SIGTERM, followup
2009-12-09 Yang Tsesignal handling to cleanup on SIGINT and SIGTERM, followup
2009-11-27 Yang TseLog sws IPv version, port and pid when exiting due...
2009-11-26 Yang TseOnly attempt to clear the server-logs lock when previou...
2009-11-26 Yang Tsesignal handling to cleanup on SIGINT and SIGTERM
2009-11-23 Yang TseEnhance some debug messages for initialization failures.
2009-09-17 Yang Tseremove line obsoleted with previous commit
2009-09-17 Yang TseAttempt to silence bogus compiler warning: "Potential...
2009-08-29 Gunter Knaufadd cast to silent compiler warning with 64bit systems.
2009-06-12 Yang Tsefix compiler warning
2009-06-11 Yang Tsefix compiler warning
2009-04-27 Yang TseInclude <arpa/inet.h> if HAVE_ARPA_INET_H is defined
2008-11-25 Dan FandrichIf a HTTP request is Basic and num is already >=1000...
2008-10-01 Dan FandrichFixed some compiler warnings with gcc
2008-09-26 Yang TseAvoid the use of the '? :' operator inside the call...
2008-09-26 Yang Tseattempt to avoid HTTP server startup misdetection on...
2008-09-21 Yang Tsefix compiler warning: defined but not used
2008-09-20 Yang Tsefix compiler warning: external definition with no prior...
2008-09-18 Yang Tsefix compiler warning: external declaration in primary...
2008-09-04 Yang Tsefix print formatting string directives
2008-08-29 Daniel Stenberg- When libcurl was doing a HTTP POST and the server...
2008-07-30 Dan FandrichAdded test case 1051 to test Location: following with...
2008-04-23 Yang Tseimprove synchronization between test harness runtests...
2008-04-22 Yang Tsefix minor memory leak triggered upon test failure
2008-04-22 Yang TseRemove fflush() + fsync() previously introduced acceler...
2008-04-20 Yang Tseaccelerate the writing of server input and response...
2008-02-28 Yang Tseheader inclusion cleanup
2008-02-26 Yang Tserefactor some code out to write_pidfile() in util.c
2008-02-06 Yang TseUse a long int data type to handle getpid() result
2008-02-05 Yang TseFix buffer size specification.
2008-02-05 Yang TseMinor variable type cleanups.
2008-02-05 Yang Tseproper initialization of httprequest, no longer zeroing...
2008-01-25 Yang Tseimprove request initialization for test harness HTTP...
2008-01-25 Yang TseDmitry Kurochkin's test harness HTTP server pipelining...
2007-10-26 Yang TseDetect, log and avoid storing a request with a negative...
2007-10-25 Patrick MonneratAllow test server to handle binary POSTs.
2007-10-09 Yang Tsealso log error message string
2007-10-04 Yang TseOn error, close "log/server.response"
2007-10-03 Yang TseIf TCP_NODELAY is not defined we can't disable the...
next