summaryrefslogtreecommitdiff
path: root/tests/server
Commit message (Expand)AuthorAgeFilesLines
* spelling fixesViktor Szakats2018-02-233-6/+6
* curl_ctype: private is*() type macros and functionsDaniel Stenberg2018-01-291-2/+4
* scripts: allow all perl scripts to be run directlyJay Satiro2018-01-071-1/+1
* tests: added netinet/in6.h includes in test serversRandall S. Becker2017-12-063-0/+9
* timediff: return timediff_t from the time diff functionsDaniel Stenberg2017-10-253-8/+108
* server/getpart: provide dummy function to build conversion enabledDaniel Stenberg2017-09-151-1/+29
* tests: add initial gssapi test using stub implementationIsaac Boukris2017-09-151-1/+14
* code style: use spaces around plusesDaniel Stenberg2017-09-115-15/+16
* code style: use spaces around equals signsDaniel Stenberg2017-09-117-66/+66
* CMake: set MSVC warning level to 4Marcel Raad2017-08-031-0/+4
* tests/server/util: fix curltime mistake from 4dee50b9c80f9Daniel Stenberg2017-08-021-1/+1
* timeval: struct curltime is a struct timeval replacementDaniel Stenberg2017-07-281-4/+4
* tests/server/resolve.c: fix deprecation warningMarcel Raad2017-07-181-26/+28
* rtspd: fix GCC warning after MSVC warning fixMarcel Raad2017-07-161-1/+3
* sockfilt: suppress conversion warning with explicit castMarcel Raad2017-07-161-1/+1
* rtspd: fix MSVC level 4 warningMarcel Raad2017-07-161-1/+1
* http: add --strip-path-slash and CURLOPT_STRIP_PATH_SLASHDaniel Stenberg2017-06-191-0/+8
* http-proxy: deal with EAGAINDaniel Stenberg2017-06-161-6/+3
* includes: remove curl/curlbuild.h and curl/curlrules.hDaniel Stenberg2017-06-142-9/+3
* tests: make test file names more uniqueDan Fandrich2017-05-091-10/+14
* tftpd: fix signed/unsigned mismatch warningsMarcel Raad2017-05-081-3/+3
* 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