aboutsummaryrefslogtreecommitdiff
path: root/tests/server
AgeCommit message (Expand)Author
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
2016-10-31tests/util: get a private strncasecompare cloneDaniel Stenberg
2016-10-31strcasecompare: is the new name for strequal()Daniel Stenberg
2016-06-22internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg
2016-04-19make/checksrc: use $srcdir, not $top_srcdirDaniel Stenberg
2016-04-18checksrc/makefile.am: use $top_srcdir to find source filesDaniel Stenberg
2016-04-03tests: fix make checksrc in servers/Daniel Stenberg
2016-04-03tests/server: comply with our code styleDaniel Stenberg
2016-02-04URLs: change more http to httpsViktor Szakats
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-12-23sockfilt.c: fix calculation of sleep timeout on WindowsMarc Hoersken
2015-12-23tftpd server: add Windows support by writing files in binary modeMarc Hoersken
2015-12-16sockfilt.c: added some debug output to select_wsMarc Hoersken
2015-12-16sockfilt.c: keep lines shorter than 80 charsMarc Hoersken
2015-12-16sockfilt.c: do not wait on unreliable file or pipe handleMarc Hoersken
2015-11-06tftp tests: verify sent options tooDaniel Stenberg
2015-08-18gitignore: Sort for readabilityJay Satiro
2015-06-25tests: Distribute CMakeLists.txt files in subdirectoriesRoger Leigh
2015-04-27sws: init http2 state properlyDaniel Stenberg
2015-03-16Bug #149: Deletion of unnecessary checks before calls of the function "free"Markus Elfring
2015-02-25sws: timeout idle CONNECT connectionsDaniel Stenberg
2015-02-24sws: stop logging about TPC_NODELAY nonsenseDaniel Stenberg