summary refs log tree commit diff
path: root/synapse/http/proxyagent.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* [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