summaryrefslogtreecommitdiff
path: root/tests/server/sws.c
Commit message (Expand)AuthorAgeFilesLines
* copyright: update copyright year ranges to 2021bagder/copyright-rangesDaniel Stenberg2021-03-271-1/+1
* server: remove redundant conditionMarcel Raad2021-02-101-1/+0
* tests: reduce variable scopesMarcel Raad2021-02-101-2/+2
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* server/sws: fix asan warning on use of uninitialized variableDaniel Stenberg2020-05-291-1/+5
* sws: as last resort, get test number from server cmd fileDaniel Stenberg2020-05-151-18/+52
* tests: introduce preprocessed test casesDaniel Stenberg2020-04-181-9/+3
* tests: run the sws server on "any port"Daniel Stenberg2020-04-181-5/+61
* tests/server: move all signal handling routines to util.[ch]Marc Hoersken2020-04-121-134/+2
* silly web server: silent a compilation warningPatrick Monnerat2020-03-081-1/+1
* http: added 417 response treatmentDaniel Stenberg2020-02-261-3/+23
* cleanup: fix typos and wording in docs and commentsPedro Monreal2020-02-021-2/+2
* tests: Fix bounce requests with truncated writesMarc Aldorasi2020-01-031-0/+2
* sws: search for "Testno:" header uncondtionally if no testnoDaniel Stenberg2019-12-191-17/+23
* sws: remove unused variablesMarcel Raad2019-06-051-17/+8
* pipelining: removedDaniel Stenberg2019-04-061-59/+5
* http: Implement trailing headers for chunked transfersAyoub Boudhar2018-12-141-1/+21
* snprintf: renamed and we now only use msnprintf()Daniel Stenberg2018-11-231-23/+23
* whitespace fixesViktor Szakats2018-09-231-1/+0
* http: fix for tiny "HTTP/0.9" responseDaniel Stenberg2018-08-131-3/+12
* sws: handle EINTR when calling select()Michael Kaufmann2018-07-291-11/+14
* cppcheck: fix warningsMarian Klymov2018-06-111-3/+2
* spelling fixesViktor Szakats2018-06-031-4/+4
* spelling fixesViktor Szakats2018-02-231-4/+4
* tests: added netinet/in6.h includes in test serversRandall S. Becker2017-12-061-0/+3
* tests: add initial gssapi test using stub implementationIsaac Boukris2017-09-151-1/+14
* code style: use spaces around plusesDaniel Stenberg2017-09-111-4/+4
* code style: use spaces around equals signsDaniel Stenberg2017-09-111-22/+22
* 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
* tests/server: make string literals constMarcel Raad2017-05-041-4/+4
* code: fix typos and style in commentsDaniel Gustafsson2017-04-171-6/+6
* sws: use SOCKERRNO, not errnoDaniel Stenberg2017-01-191-1/+1
* sws: retry send() on EWOULDBLOCKDaniel Stenberg2017-01-091-1/+8
* checksrc: warn for assignments within if() expressionsDaniel Stenberg2016-12-141-6/+12
* checksrc: code style: use 'char *name' styleDaniel Stenberg2016-11-241-3/+3
* s/cURL/curlDaniel Stenberg2016-11-071-1/+1
* tests/util: get a private strncasecompare cloneDaniel Stenberg2016-10-311-3/+3
* strcasecompare: is the new name for strequal()Daniel Stenberg2016-10-311-3/+3
* tests/server: comply with our code styleDaniel Stenberg2016-04-031-49/+55
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* sws: init http2 state properlyDaniel Stenberg2015-04-271-0/+2
* Bug #149: Deletion of unnecessary checks before calls of the function "free"Markus Elfring2015-03-161-30/+14
* sws: timeout idle CONNECT connectionsDaniel Stenberg2015-02-251-3/+11
* sws: stop logging about TPC_NODELAY nonsenseDaniel Stenberg2015-02-241-6/+0
* code/docs: Use Unix rather than UNIX to avoid use of the trademarkSteve Holme2014-12-261-3/+3
* sws.c: Fixed 'rc' may be used uninitialized warningDan Fandrich2014-12-101-1/+1
* sws.c: Fixed compilation warningSteve Holme2014-12-061-1/+1
* libcurl: add UNIX domain sockets supportPeter Wu2014-12-041-1/+1
* sws: try to remove socket and retry bindPeter Wu2014-12-041-0/+42