aboutsummaryrefslogtreecommitdiff
path: root/tests/server
AgeCommit message (Expand)Author
2015-02-25sws: timeout idle CONNECT connectionsDaniel Stenberg
2015-02-24sws: stop logging about TPC_NODELAY nonsenseDaniel Stenberg
2014-12-28sockfilt.c: Fixed compilation warningsSteve Holme
2014-12-27code/docs: Use correct case for IPv4 and IPv6Steve Holme
2014-12-26code/docs: Use Unix rather than UNIX to avoid use of the trademarkSteve Holme
2014-12-26sockfilt.c: Reduce the number of individual memory allocationsMarc Hoersken
2014-12-26sockfilt.c: Replace 100ms sleep with thread throttleMarc Hoersken
2014-12-21sockfilt.c: use non-Ex functions that are available before WinXPMarc Hoersken
2014-12-10sws.c: Fixed 'rc' may be used uninitialized warningDan Fandrich
2014-12-06sws.c: Fixed compilation warningSteve Holme
2014-12-04libcurl: add UNIX domain sockets supportPeter Wu
2014-12-04sws: try to remove socket and retry bindPeter Wu
2014-12-04sws: add UNIX domain socket supportPeter Wu
2014-12-04sws: restrict TCP_NODELAY to IP socketsPeter Wu
2014-12-03sws.c: Fixed compilation warning when IPv6 is disabledSteve Holme
2014-11-30sws: move away from IPv4/IPv4-only assumptionPeter Wu
2014-11-20sws: initial tiny steps toward http2 supportDaniel Stenberg
2014-11-10cmake: add ENABLE_THREADED_RESOLVER, rename ARESPeter Wu
2014-11-10tests: fix memleak in server/resolve.cPeter Wu
2014-10-09Cmake: Got rid of setup_curl_dependenciesJakub Zakrzewski
2014-05-29tests: Fix portability issue with the tftpd server and timeoutsDan Fandrich
2014-04-22sockfilt.c: clean up threaded approach and add documentationMarc Hoersken
2014-04-22sockfilt.c: zero initialize variableMarc Hoersken
2014-04-22sockfilt.c: fixed getting stuck waiting for MinGW stdin pipeMarc Hoersken
2014-04-20sockfilt.c: properly handle disk files, pipes and character inputMarc Hoersken
2014-04-20sockfilt.c: ignore non-key-events and continue waiting for inputMarc Hoersken
2014-04-20sockfilt.c: free memory in case of memory allocation errorsMarc Hoersken
2014-02-16sockfilt.c: add undefs which are required after 6239146eMarc Hoersken
2014-01-26sockfilt.c: follow up cleanup commit on 49b63cf3Marc Hoersken
2014-01-26sockfilt.c: fixed and simplified Windows select functionMarc Hoersken
2013-11-03base64: Fixed compilation warnings when using Curl_base64_decode()Steve Holme
2013-11-02getpart: Fixed base64 encoded parts following commit e17c1b25bc33ebSteve Holme
2013-08-22tftpd: support "writedelay" within <servercmd>Daniel Stenberg
2013-08-22tftpd: convert 6 global variables into local onesDaniel Stenberg
2013-07-19WIN32 MemoryTracking: require UNICODE for wide strdup code supportYang Tse
2013-07-18Reinstate "WIN32 MemoryTracking: track wcsdup() _wcsdup() and _tcsdup() usage".Yang Tse
2013-07-17cmake: Fix for MSVC2010 project generationSergei Nikulov
2013-06-04sws: support extracting test number from CONNECT ipv6-address!Daniel Stenberg
2013-05-12Revert "WIN32 MemoryTracking: track wcsdup() _wcsdup() and _tcsdup() usage"Daniel Stenberg
2013-04-06sockfilt.c: Fixed detection of client-side connection closeMarc Hoersken
2013-04-06sockfilt.c: Reduce CPU load while running under a Windows PIPEMarc Hoersken
2013-04-06tftpd.c: Apply sread timeout to the whole data transfer sessionMarc Hoersken
2013-04-06tftpd.c: Follow up cleanup and restore of previous sockoptMarc Hoersken
2013-04-06tftpd.c: Fixed sread timeout on Windows by setting it manuallyMarc Hoersken
2013-04-06util.c: Revert workaround eeefcdf, 6eb56e7 and e3787e8Marc Hoersken
2013-04-06util.c: Follow up cleanup on eeefcdfMarc Hoersken
2013-04-06cpp: use #ifdef __MINGW32__ to avoid compiler complaintsDaniel Stenberg
2013-04-06util.c: Made write_pidfile write the correct PID on MinGW/MsysMarc Hoersken
2013-04-05sockfilt.c: Fixed handling of multiple fds being signaledMarc Hoersken
2013-04-04sockfilt.c: Added wrapper functions to fix Windows console issuesMarc Hoersken