summary refs log tree commit diff
path: root/synapse/http/site.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Refactor REST API tests to use explicit reactors (#3351)Amber Brown2018-07-171-2/+3
* check isort by travisKrombel2018-07-161-1/+1
* Refactor logcontext resource usage tracking (#3501)Richard van der Hoff2018-07-101-15/+9
* run isortAmber Brown2018-07-091-1/+1
* replace invalid utf8 with \ufffdMatthew Hodgson2018-07-021-2/+2
* a fix which doesn't NPE everywhereMatthew Hodgson2018-07-011-9/+17
* don't mix unicode strings with utf8-in-byte-stringsMatthew Hodgson2018-07-011-2/+9
* Log number of events fetched from DBRichard van der Hoff2018-06-211-1/+4
* factor out uri redaction into a method on httpMichael Telatynski2018-06-051-7/+2
* update metrics to be in secondsAmber Brown2018-05-281-10/+10
* Merge pull request #3246 from NotAFile/py3-repr-stringAmber Brown2018-05-241-1/+1
|\
| * use repr, not strAdrian Tschira2018-05-191-1/+1
* | Add in flight request metricsErik Johnston2018-05-211-1/+3
|/
* 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