summaryrefslogtreecommitdiff
path: root/tests/server
Commit message (Expand)AuthorAgeFilesLines
* tests: have runtests figure out disabled featuresDaniel Stenberg2019-06-172-1/+82
* build: fix Codacy warningsMarcel Raad2019-06-051-6/+4
* sws: remove unused variablesMarcel Raad2019-06-051-17/+8
* tests/server/.gitignore: Add socksd to the ignore listSteve Holme2019-06-021-0/+1
* socksd: Fix typosDaniel Gustafsson2019-04-141-2/+2
* socksd: Properly decorate static variablesDaniel Gustafsson2019-04-141-4/+4
* socksd: new SOCKS 4+5 server for testsDaniel Stenberg2019-04-132-1/+1171
* tests/server/util: fix Windows Unicode buildMarcel Raad2019-04-111-2/+2
* pipelining: removedDaniel Stenberg2019-04-061-59/+5
* makefile: make checksrc and hugefile commands "silent"Daniel Stenberg2019-03-141-2/+7
* tvnow: silence conversion warningsMarcel Raad2019-01-011-1/+1
* http: Implement trailing headers for chunked transfersAyoub Boudhar2018-12-141-1/+21
* snprintf: renamed and we now only use msnprintf()Daniel Stenberg2018-11-236-63/+64
* Windows: fixes for MinGW targeting Windows VistaMarcel Raad2018-10-091-1/+2
* whitespace fixesViktor Szakats2018-09-235-5/+0
* curl-compilers: enable -Wbad-function-cast on GCCMarcel Raad2018-08-211-1/+2
* http: fix for tiny "HTTP/0.9" responseDaniel Stenberg2018-08-131-3/+12
* CMake: Respect BUILD_SHARED_LIBSRuslan Baratov2018-08-081-1/+1
* sws: handle EINTR when calling select()Michael Kaufmann2018-07-291-11/+14
* CMake: Update scripts to use consistent styleRuslan Baratov2018-07-171-1/+1
* cppcheck: fix warningsMarian Klymov2018-06-117-47/+34
* spelling fixesViktor Szakats2018-06-032-8/+8
* cmake: set -d postfix for debug builds if not specifiedSergei Nikulov2018-05-241-6/+0
* tests: Fix format specifiersRikard Falkeborn2018-05-141-1/+1
* all: Refactor malloc+memset to use callocDaniel Gustafsson2018-04-151-6/+2
* 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