summary refs log tree commit diff
path: root/synapse/http/connectproxyclient.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Correctly mention previous copyright (#16820)Erik Johnston2024-01-231-0/+1
* Update license headersPatrick Cloke2023-11-211-10/+16
* Fix http/s proxy authentication with long username/passwords (#16504)Richard Brežák2023-10-241-1/+1
* Re-introduce the outbound federation proxy (#15913)Eric Eastwood2023-07-181-1/+19
* Another batch of type annotations (#12726)David Robertson2022-05-131-16/+23
* Use auto_attribs/native type hints for attrs classes. (#11692)Patrick Cloke2022-01-131-2/+2
* Type hints for the remaining two files in `synapse.http`. (#11164)David Robertson2021-10-281-3/+9
* support federation queries through http connect proxy (#10475)Dirk Klimpel2021-08-111-21/+47
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Allow providing credentials to HTTPS_PROXY (#9657)Andrew Morgan2021-03-221-26/+70
* Stop sub-classing object (#8249)Patrick Cloke2020-09-041-1/+1
* Support for routing outbound HTTP requests via a proxy (#6239)Richard van der Hoff2019-11-011-0/+195