aboutsummaryrefslogtreecommitdiff
path: root/tests/server/sws.c
AgeCommit message (Expand)Author
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
2014-11-30sws: move away from IPv4/IPv4-only assumptionPeter Wu
2014-11-20sws: initial tiny steps toward http2 supportDaniel Stenberg
2013-06-04sws: support extracting test number from CONNECT ipv6-address!Daniel Stenberg
2013-03-27test1509: verify proxy header response headers countDaniel Stenberg
2013-03-15HTTP proxy: insert slash in URL if missingDaniel Stenberg
2013-01-09test servers: handle W32/W64 SIGBREAK with exit_signal_handlerYang Tse
2013-01-09test servers: fix errno, ERRNO and SOCKERRNO usage for W32/W64Yang Tse
2013-01-06Revert changes relative to lib/*.[ch] recent renamingYang Tse
2012-12-28build: make use of 76 lib/*.h renamed filesYang Tse
2012-12-14setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse
2012-09-11sws.c: Fixed warning: 'err' may be used uninitialized in this functionMarc Hoersken
2012-08-08Fix some compiler warnings.Guenter Knauf
2012-08-07sws: close sockets properlyJoe Mason
2012-08-07Remove debug logs that were accidentally checked inJoe Mason
2012-08-07Use select in sws, which has better cross-platform support than pollJoe Mason