Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-20 | tests: add %NOLISTENPORT and use it | Daniel Stenberg | |
The purpose with this variable is to provide a port number that is reasonably likely to not have a listener on the local host so that tests can try connect failures against it. It uses port 47 - "reserved" according to IANA. Updated six tests to use it instead of the previous different ports. Assisted-by: Emil Engler Closes #5270 | |||
2019-10-23 | tests: add missing proxy features | Marcel Raad | |
2019-04-13 | test: make tests and test scripts use socksd for SOCKS | Daniel Stenberg | |
Make all SOCKS tests use socksd instead of ssh. | |||
2007-06-07 | Cleaned up SOCKS tests. Use a magic port number instead of killserver | Dan Fandrich | |
to do nonlistening server tests, like other tests. | |||
2007-06-05 | added 703: a socks5 version of 702 | Daniel Stenberg | |