summary refs log tree commit diff
path: root/synapse/http/proxyagent.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant types from comments. (#14412)Patrick Cloke2022-11-161-10/+10
* Fix access token leak to logs from proxyagent (#13855)Eric Eastwood2022-09-231-1/+6
* Another batch of type annotations (#12726)David Robertson2022-05-131-1/+1
* Bump `black` and `click` versions (#12320)David Robertson2022-03-291-1/+1
* Additional type hints for the proxy agent and SRV resolver modules. (#10608)Dirk Klimpel2021-08-181-2/+2
* support federation queries through http connect proxy (#10475)Dirk Klimpel2021-08-111-36/+15
* allow specifying https:// proxy (#10411)Dirk Klimpel2021-07-271-75/+109
* [pyupgrade] `synapse/` (#10348)Jonathan de Jong2021-07-191-1/+1
* Allow providing credentials to `http_proxy` (#10360)Dirk Klimpel2021-07-151-1/+11
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Bugbear: Add Mutable Parameter fixes (#9682)Jonathan de Jong2021-04-081-2/+4
* Allow providing credentials to HTTPS_PROXY (#9657)Andrew Morgan2021-03-221-8/+73
* Add support for no_proxy and case insensitive env variables (#9372)Tim Leung2021-02-261-4/+33
* Don't apply the IP range blacklist to proxy connections (#9084)Marcus2021-01-121-3/+13
* Fix handling of connection timeouts in outgoing http requests (#8400)Richard van der Hoff2020-09-291-2/+14
* Support for routing outbound HTTP requests via a proxy (#6239)Richard van der Hoff2019-11-011-0/+195