summaryrefslogtreecommitdiff
path: root/tests/server/sws.c
AgeCommit message (Expand)Author
2020-11-04curl.se: new homeDaniel Stenberg
2020-05-29server/sws: fix asan warning on use of uninitialized variableDaniel Stenberg
2020-05-15sws: as last resort, get test number from server cmd fileDaniel Stenberg
2020-04-18tests: introduce preprocessed test casesDaniel Stenberg
2020-04-18tests: run the sws server on "any port"Daniel Stenberg
2020-04-12tests/server: move all signal handling routines to util.[ch]Marc Hoersken
2020-03-08silly web server: silent a compilation warningPatrick Monnerat
2020-02-26http: added 417 response treatmentDaniel Stenberg
2020-02-02cleanup: fix typos and wording in docs and commentsPedro Monreal
2020-01-03tests: Fix bounce requests with truncated writesMarc Aldorasi
2019-12-19sws: search for "Testno:" header uncondtionally if no testnoDaniel Stenberg
2019-06-05sws: remove unused variablesMarcel Raad
2019-04-06pipelining: removedDaniel Stenberg
2018-12-14http: Implement trailing headers for chunked transfersAyoub Boudhar
2018-11-23snprintf: renamed and we now only use msnprintf()Daniel Stenberg
2018-09-23whitespace fixesViktor Szakats
2018-08-13http: fix for tiny "HTTP/0.9" responseDaniel Stenberg
2018-07-29sws: handle EINTR when calling select()Michael Kaufmann
2018-06-11cppcheck: fix warningsMarian Klymov
2018-06-03spelling fixesViktor Szakats
2018-02-23spelling fixesViktor Szakats
2017-12-06tests: added netinet/in6.h includes in test serversRandall S. Becker
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-06-19http: add --strip-path-slash and CURLOPT_STRIP_PATH_SLASHDaniel Stenberg
2017-06-16http-proxy: deal with EAGAINDaniel Stenberg
2017-05-04tests/server: make string literals constMarcel Raad
2017-04-17code: fix typos and style in commentsDaniel Gustafsson
2017-01-19sws: use SOCKERRNO, not errnoDaniel Stenberg
2017-01-09sws: retry send() on EWOULDBLOCKDaniel Stenberg
2016-12-14checksrc: warn for assignments within if() expressionsDaniel Stenberg
2016-11-24checksrc: code style: use 'char *name' styleDaniel Stenberg
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-04-03tests/server: comply with our code styleDaniel Stenberg
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
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
2014-12-26code/docs: Use Unix rather than UNIX to avoid use of the trademarkSteve Holme
2014-12-10sws.c: Fixed 'rc' may be used uninitialized warningDan Fandrich
2014-12-06sws.c: Fixed compilation warningSteve Holme
2014-12-04libcurl: add UNIX domain sockets supportPeter Wu
2014-12-04sws: try to remove socket and retry bindPeter Wu
2014-12-04sws: add UNIX domain socket supportPeter Wu
2014-12-04sws: restrict TCP_NODELAY to IP socketsPeter Wu
2014-12-03sws.c: Fixed compilation warning when IPv6 is disabledSteve Holme