summary refs log tree commit diff
path: root/synapse/http/site.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Set Server header in SynapseRequestRichard van der Hoff2018-05-101-1/+10
* Move RequestMetrics handling into SynapseRequest.processing()Richard van der Hoff2018-05-101-11/+58
* Move request_id management into SynapseRequestRichard van der Hoff2018-05-101-0/+9
* Add b prefixes to some strings that are bytes in py3Adrian Tschira2018-04-041-3/+3
* Track DB scheduling delay per-requestRichard van der Hoff2018-01-161-1/+3
* Track db txn time in millisecsRichard van der Hoff2018-01-161-3/+3
* replace 'except:' with 'except Exception:'Richard van der Hoff2017-10-231-1/+1
* Move SynapseSite to its own fileMark Haines2016-04-221-0/+146