summaryrefslogtreecommitdiff
path: root/tests/server/sws.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* sws: add UNIX domain socket supportPeter Wu2014-12-041-0/+53
* sws: restrict TCP_NODELAY to IP socketsPeter Wu2014-12-041-29/+44
* sws.c: Fixed compilation warning when IPv6 is disabledSteve Holme2014-12-031-2/+2
* sws: move away from IPv4/IPv4-only assumptionPeter Wu2014-11-301-49/+39
* sws: initial tiny steps toward http2 supportDaniel Stenberg2014-11-201-1/+30
* sws: support extracting test number from CONNECT ipv6-address!Daniel Stenberg2013-06-041-2/+16
* test1509: verify proxy header response headers countDaniel Stenberg2013-03-271-102/+81
* HTTP proxy: insert slash in URL if missingDaniel Stenberg2013-03-151-8/+48
* test servers: handle W32/W64 SIGBREAK with exit_signal_handlerYang Tse2013-01-091-0/+15
* test servers: fix errno, ERRNO and SOCKERRNO usage for W32/W64Yang Tse2013-01-091-19/+28
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-3/+3
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-3/+3
* setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse2012-12-141-6/+0
* sws.c: Fixed warning: 'err' may be used uninitialized in this functionMarc Hoersken2012-09-111-1/+1