summaryrefslogtreecommitdiff
path: root/tests/server
Commit message (Expand)AuthorAgeFilesLines
* tests: fix make checksrc in servers/Daniel Stenberg2016-04-031-1/+3
* tests/server: comply with our code styleDaniel Stenberg2016-04-039-210/+240
* URLs: change more http to httpsViktor Szakats2016-02-041-2/+2
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-0314-14/+14
* sockfilt.c: fix calculation of sleep timeout on WindowsMarc Hoersken2015-12-231-1/+1
* tftpd server: add Windows support by writing files in binary modeMarc Hoersken2015-12-231-0/+4
* sockfilt.c: added some debug output to select_wsMarc Hoersken2015-12-161-0/+11
* sockfilt.c: keep lines shorter than 80 charsMarc Hoersken2015-12-161-1/+2
* sockfilt.c: do not wait on unreliable file or pipe handleMarc Hoersken2015-12-161-4/+4
* tftp tests: verify sent options tooDaniel Stenberg2015-11-061-11/+38
* gitignore: Sort for readabilityJay Satiro2015-08-181-1/+1
* 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