aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/httpcli/httpcli_security_connector.h
Commit message (Collapse)AuthorAge
* Testing port serverGravatar Craig Tiller2015-08-04
| | | | | | | | run_tests.py will start a server (if it's not running, or if the running port server mismatches the 'current' one) that serves ports to use for tests. The server is left running after run_tests.py finishes, so that in environments such as Mac and Windows where tests run unshielded from each other, we don't start jumping on already used ports.
* Refactoring of core security to remove the factories.Gravatar Julien Boeuf2015-04-17
- Renamed security_context -> security_connector. - Credentials are now responsible for creating their own connectors.