summaryrefslogtreecommitdiff
path: root/tests/server/server_sockaddr.h
Commit message (Collapse)AuthorAgeFilesLines
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
|
* sws: add UNIX domain socket supportPeter Wu2014-12-041-1/+8
| | | | | | | | | | | | | This extends sws with a --unix-socket option which causes the port to be ignored (as the server now listens on the path specified by --unix-socket). This feature will be available in the following patch that enables checking for UNIX domain socket support. Proxy support (CONNECT) is not considered nor tested. It does not make sense anyway, first connecting through a TCP proxy, then let that TCP proxy connect to a UNIX socket. Signed-off-by: Peter Wu <peter@lekensteyn.nl>
* test servers: build adjustmentYang Tse2012-04-101-4/+5
| | | | | Undefine CURL_HIDDEN_SYMBOLS libcurl private preprocessor macro that might leak from lib/setup.h into source files where this should not be defined.
* test servers: fix strict aliasing compiler warningsYang Tse2010-11-191-0/+33