summary refs log tree commit diff
path: root/synapse/http/site.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix error when logging incomplete requestsErik Johnston2018-10-021-6/+21
* Fix client IPs being broken on Python 3 (#3908)Amber Brown2018-09-201-1/+1
* Add a regression test for logging on failed connections (#3912)Amber Brown2018-09-201-2/+2
* Fix more b'abcd' noise in metricsRichard van der Hoff2018-09-171-1/+1
* Fix some b'abcd' noise in logs and metricsRichard van der Hoff2018-09-171-4/+4
* fixAmber Brown2018-09-141-1/+4
* fixAmber Brown2018-09-141-1/+1
* Port http/ to Python 3 (#3771)Amber Brown2018-09-061-2/+2
* Fix exceptions when a connection is closed before we read the headersRichard van der Hoff2018-08-201-1/+7
* Port over enough to get some sytests running on Python 3 (#3668)Amber Brown2018-08-201-2/+2
* Refactor request logging codeRichard van der Hoff2018-08-151-45/+156
* 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