aboutsummaryrefslogtreecommitdiff
path: root/tests/server
AgeCommit message (Expand)Author
2017-08-22sockfilt: suppress conversion warning with explicit castMarcel Raad
2017-08-22rtspd: fix MSVC level 4 warningMarcel Raad
2017-08-22http: add --strip-path-slash and CURLOPT_STRIP_PATH_SLASHDaniel Stenberg
2017-08-22http-proxy: deal with EAGAINDaniel Stenberg
2017-08-22includes: remove curl/curlbuild.h and curl/curlrules.hDaniel Stenberg
2017-08-22tests: make test file names more uniqueDan Fandrich
2017-08-22tftpd: fix signed/unsigned mismatch warningsMarcel Raad
2017-08-22tests/server: run checksrc by default in debug-buildsDaniel Stenberg
2017-08-22sockfilt.c: shortened too long lineDan Fandrich
2017-08-22tests/server: make string literals constMarcel Raad
2017-08-22testpart: remove _MPRINTF_REPLACEMarcel Raad
2017-08-22getpart: use correct variable typeMarcel Raad
2017-08-22code: fix typos and style in commentsDaniel Gustafsson
2017-08-22tests/server/util: prefer <poll.h> over <sys/poll.h>Marcel Raad
2017-08-22tests/server/util: remove in6addr_any for recent MinGWMarcel Raad
2017-08-22sws: use SOCKERRNO, not errnoDaniel Stenberg
2017-08-22sws: retry send() on EWOULDBLOCKDaniel Stenberg
2017-08-22tests: checksrc complianceJay Satiro
2017-08-22checksrc: warn for assignments within if() expressionsDaniel Stenberg
2017-08-22checksrc: stricter no-space-before-paren enforcementDaniel Stenberg
2017-08-22checksrc: white space edits to comply to stricter checksrcDaniel Stenberg
2017-08-22checksrc: code style: use 'char *name' styleDaniel Stenberg
2017-08-22tests: fixed variable might be clobbered warningDan Fandrich
2017-08-22s/cURL/curlDaniel Stenberg
2017-08-22tests/util: get a private strncasecompare cloneDaniel Stenberg
2017-08-22strcasecompare: is the new name for strequal()Daniel 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