summaryrefslogtreecommitdiff
path: root/tests/server
Commit message (Expand)AuthorAgeFilesLines
* tests: Distribute CMakeLists.txt files in subdirectoriesRoger Leigh2015-06-251-1/+1
* sws: init http2 state properlyDaniel Stenberg2015-04-271-0/+2
* Bug #149: Deletion of unnecessary checks before calls of the function "free"Markus Elfring2015-03-164-70/+33
* sws: timeout idle CONNECT connectionsDaniel Stenberg2015-02-251-3/+11
* sws: stop logging about TPC_NODELAY nonsenseDaniel Stenberg2015-02-241-6/+0
* sockfilt.c: Fixed compilation warningsSteve Holme2014-12-281-4/+4
* code/docs: Use correct case for IPv4 and IPv6Steve Holme2014-12-272-2/+2
* code/docs: Use Unix rather than UNIX to avoid use of the trademarkSteve Holme2014-12-262-4/+4
* sockfilt.c: Reduce the number of individual memory allocationsMarc Hoersken2014-12-261-50/+28
* sockfilt.c: Replace 100ms sleep with thread throttleMarc Hoersken2014-12-261-3/+3
* sockfilt.c: use non-Ex functions that are available before WinXPMarc Hoersken2014-12-211-2/+10
* sws.c: Fixed 'rc' may be used uninitialized warningDan Fandrich2014-12-101-1/+1
* sws.c: Fixed compilation warningSteve Holme2014-12-061-1/+1
* libcurl: add UNIX domain sockets supportPeter Wu2014-12-041-1/+1
* sws: try to remove socket and retry bindPeter Wu2014-12-041-0/+42
* sws: add UNIX domain socket supportPeter Wu2014-12-042-1/+61
* sws: restrict TCP_NODELAY to IP socketsPeter Wu2014-12-041-29/+44
* sws.c: Fixed compilation warning when IPv6 is disabledSteve Holme2014-12-031-2/+2
* sws: move away from IPv4/IPv4-only assumptionPeter Wu2014-11-301-49/+39
* sws: initial tiny steps toward http2 supportDaniel Stenberg2014-11-201-1/+30
* cmake: add ENABLE_THREADED_RESOLVER, rename ARESPeter Wu2014-11-101-1/+1
* tests: fix memleak in server/resolve.cPeter Wu2014-11-101-3/+5
* Cmake: Got rid of setup_curl_dependenciesJakub Zakrzewski2014-10-091-2/+2
* tests: Fix portability issue with the tftpd server and timeoutsDan Fandrich2014-05-291-14/+7
* sockfilt.c: clean up threaded approach and add documentationMarc Hoersken2014-04-221-48/+137
* sockfilt.c: zero initialize variableMarc Hoersken2014-04-221-0/+1
* sockfilt.c: fixed getting stuck waiting for MinGW stdin pipeMarc Hoersken2014-04-221-3/+7
* sockfilt.c: properly handle disk files, pipes and character inputMarc Hoersken2014-04-201-14/+79
* sockfilt.c: ignore non-key-events and continue waiting for inputMarc Hoersken2014-04-201-4/+13
* sockfilt.c: free memory in case of memory allocation errorsMarc Hoersken2014-04-201-0/+6
* sockfilt.c: add undefs which are required after 6239146eMarc Hoersken2014-02-161-0/+2
* sockfilt.c: follow up cleanup commit on 49b63cf3Marc Hoersken2014-01-261-3/+3
* sockfilt.c: fixed and simplified Windows select functionMarc Hoersken2014-01-261-46/+21
* base64: Fixed compilation warnings when using Curl_base64_decode()Steve Holme2013-11-031-2/+2
* getpart: Fixed base64 encoded parts following commit e17c1b25bc33ebSteve Holme2013-11-021-29/+59
* tftpd: support "writedelay" within <servercmd>Daniel Stenberg2013-08-221-3/+80
* tftpd: convert 6 global variables into local onesDaniel Stenberg2013-08-221-8/+8
* WIN32 MemoryTracking: require UNICODE for wide strdup code supportYang Tse2013-07-191-3/+3
* Reinstate "WIN32 MemoryTracking: track wcsdup() _wcsdup() and _tcsdup() usage".Yang Tse2013-07-181-0/+3
* cmake: Fix for MSVC2010 project generationSergei Nikulov2013-07-171-8/+0
* sws: support extracting test number from CONNECT ipv6-address!Daniel Stenberg2013-06-041-2/+16
* Revert "WIN32 MemoryTracking: track wcsdup() _wcsdup() and _tcsdup() usage"Daniel Stenberg2013-05-121-3/+0
* sockfilt.c: Fixed detection of client-side connection closeMarc Hoersken2013-04-061-12/+33
* sockfilt.c: Reduce CPU load while running under a Windows PIPEMarc Hoersken2013-04-061-1/+4
* tftpd.c: Apply sread timeout to the whole data transfer sessionMarc Hoersken2013-04-061-17/+20
* tftpd.c: Follow up cleanup and restore of previous sockoptMarc Hoersken2013-04-061-3/+6
* tftpd.c: Fixed sread timeout on Windows by setting it manuallyMarc Hoersken2013-04-061-0/+13
* util.c: Revert workaround eeefcdf, 6eb56e7 and e3787e8Marc Hoersken2013-04-061-56/+0
* util.c: Follow up cleanup on eeefcdfMarc Hoersken2013-04-061-7/+7
* cpp: use #ifdef __MINGW32__ to avoid compiler complaintsDaniel Stenberg2013-04-061-1/+1