summaryrefslogtreecommitdiff
path: root/tests/server
Commit message (Expand)AuthorAgeFilesLines
* tests/server: run checksrc by default in debug-buildsDaniel Stenberg2017-05-051-1/+6
* sockfilt.c: shortened too long lineDan Fandrich2017-05-041-1/+2
* tests/server: make string literals constMarcel Raad2017-05-045-12/+12
* testpart: remove _MPRINTF_REPLACEMarcel Raad2017-05-021-2/+1
* getpart: use correct variable typeMarcel Raad2017-05-011-2/+2
* code: fix typos and style in commentsDaniel Gustafsson2017-04-171-6/+6
* tests/server/util: prefer <poll.h> over <sys/poll.h>Marcel Raad2017-04-121-3/+3
* tests/server/util: remove in6addr_any for recent MinGWMarcel Raad2017-04-031-1/+9
* sws: use SOCKERRNO, not errnoDaniel Stenberg2017-01-191-1/+1
* sws: retry send() on EWOULDBLOCKDaniel Stenberg2017-01-091-1/+8
* tests: checksrc complianceJay Satiro2016-12-191-1/+1
* checksrc: warn for assignments within if() expressionsDaniel Stenberg2016-12-145-26/+52
* checksrc: stricter no-space-before-paren enforcementDaniel Stenberg2016-12-132-3/+3
* checksrc: white space edits to comply to stricter checksrcDaniel Stenberg2016-11-241-4/+4
* checksrc: code style: use 'char *name' styleDaniel Stenberg2016-11-241-3/+3
* tests: fixed variable might be clobbered warningDan Fandrich2016-11-121-6/+4
* s/cURL/curlDaniel Stenberg2016-11-072-2/+2
* tests/util: get a private strncasecompare cloneDaniel Stenberg2016-10-315-9/+93
* strcasecompare: is the new name for strequal()Daniel Stenberg2016-10-313-8/+8
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-1/+1
* make/checksrc: use $srcdir, not $top_srcdirDaniel Stenberg2016-04-191-1/+1
* checksrc/makefile.am: use $top_srcdir to find source filesDaniel Stenberg2016-04-181-1/+1
* 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