summaryrefslogtreecommitdiff
path: root/tests/server
AgeCommit message (Expand)Author
2018-10-09Windows: fixes for MinGW targeting Windows VistaMarcel Raad
2018-09-23whitespace fixesViktor Szakats
2018-08-21curl-compilers: enable -Wbad-function-cast on GCCMarcel Raad
2018-08-13http: fix for tiny "HTTP/0.9" responseDaniel Stenberg
2018-08-08CMake: Respect BUILD_SHARED_LIBSRuslan Baratov
2018-07-29sws: handle EINTR when calling select()Michael Kaufmann
2018-07-17CMake: Update scripts to use consistent styleRuslan Baratov
2018-06-11cppcheck: fix warningsMarian Klymov
2018-06-03spelling fixesViktor Szakats
2018-05-24cmake: set -d postfix for debug builds if not specifiedSergei Nikulov
2018-05-14tests: Fix format specifiersRikard Falkeborn
2018-04-15all: Refactor malloc+memset to use callocDaniel Gustafsson
2018-02-23spelling fixesViktor Szakats
2018-01-29curl_ctype: private is*() type macros and functionsDaniel Stenberg
2018-01-07scripts: allow all perl scripts to be run directlyJay Satiro
2017-12-06tests: added netinet/in6.h includes in test serversRandall S. Becker
2017-10-25timediff: return timediff_t from the time diff functionsDaniel Stenberg
2017-09-15server/getpart: provide dummy function to build conversion enabledDaniel Stenberg
2017-09-15tests: add initial gssapi test using stub implementationIsaac Boukris
2017-09-11code style: use spaces around plusesDaniel Stenberg
2017-09-11code style: use spaces around equals signsDaniel Stenberg
2017-08-03CMake: set MSVC warning level to 4Marcel Raad
2017-08-02tests/server/util: fix curltime mistake from 4dee50b9c80f9Daniel Stenberg
2017-07-28timeval: struct curltime is a struct timeval replacementDaniel Stenberg
2017-07-18tests/server/resolve.c: fix deprecation warningMarcel Raad
2017-07-16rtspd: fix GCC warning after MSVC warning fixMarcel Raad
2017-07-16sockfilt: suppress conversion warning with explicit castMarcel Raad
2017-07-16rtspd: fix MSVC level 4 warningMarcel Raad
2017-06-19http: add --strip-path-slash and CURLOPT_STRIP_PATH_SLASHDaniel Stenberg
2017-06-16http-proxy: deal with EAGAINDaniel Stenberg
2017-06-14includes: remove curl/curlbuild.h and curl/curlrules.hDaniel Stenberg
2017-05-09tests: make test file names more uniqueDan Fandrich
2017-05-08tftpd: fix signed/unsigned mismatch warningsMarcel Raad
2017-05-05tests/server: run checksrc by default in debug-buildsDaniel Stenberg
2017-05-04sockfilt.c: shortened too long lineDan Fandrich
2017-05-04tests/server: make string literals constMarcel Raad
2017-05-02testpart: remove _MPRINTF_REPLACEMarcel Raad
2017-05-01getpart: use correct variable typeMarcel Raad
2017-04-17code: fix typos and style in commentsDaniel Gustafsson
2017-04-12tests/server/util: prefer <poll.h> over <sys/poll.h>Marcel Raad
2017-04-03tests/server/util: remove in6addr_any for recent MinGWMarcel Raad
2017-01-19sws: use SOCKERRNO, not errnoDaniel Stenberg
2017-01-09sws: retry send() on EWOULDBLOCKDaniel Stenberg
2016-12-19tests: checksrc complianceJay Satiro
2016-12-14checksrc: warn for assignments within if() expressionsDaniel Stenberg
2016-12-13checksrc: stricter no-space-before-paren enforcementDaniel Stenberg
2016-11-24checksrc: white space edits to comply to stricter checksrcDaniel Stenberg
2016-11-24checksrc: code style: use 'char *name' styleDaniel Stenberg
2016-11-12tests: fixed variable might be clobbered warningDan Fandrich
2016-11-07s/cURL/curlDaniel Stenberg