summary refs log tree commit diff
path: root/pylint.cfg (unfollow)
Commit message (Expand)AuthorFilesLines
2018-05-16CommentsErik Johnston1-0/+8
2018-05-16Move and rename variableErik Johnston1-3/+3
2018-05-15Make purge_history operate on tokensErik Johnston3-21/+25
2018-05-15Use events_to_purge table rather than tokenErik Johnston1-15/+34
2018-05-10transaction_id, destination twiceDamir Manapov1-2/+0
2018-05-10Set Server header in SynapseRequestRichard van der Hoff23-27/+28
2018-05-10Catch failure to part user from roomDavid Baker1-7/+13
2018-05-10Many docstringsDavid Baker2-0/+36
2018-05-10Remove redundant request_handler decoratorRichard van der Hoff7-38/+42
2018-05-10Factor wrap_request_handler_with_logging out of wrap_request_handlerRichard van der Hoff1-54/+66
2018-05-10Remove include_metrics paramRichard van der Hoff1-17/+7
2018-05-10Move outgoing_responses_counter handling to RequestMetricsRichard van der Hoff2-4/+2
2018-05-10Bump requests_counter in wrapped_request_handlerRichard van der Hoff1-4/+11
2018-05-10Move RequestMetrics handling into SynapseRequest.processing()Richard van der Hoff2-24/+64
2018-05-10Make RequestMetrics take a raw time rather than a clockRichard van der Hoff2-6/+6
2018-05-10Oops, don't call function passed to run_in_backgroundDavid Baker1-1/+1
2018-05-10Move request_id management into SynapseRequestRichard van der Hoff2-15/+25
2018-05-09Move RequestsMetrics to its own fileRichard van der Hoff2-124/+151
2018-05-09Add comment to sync as to why code path is splitErik Johnston1-0/+5
2018-05-09Fix returned token is no longer a tupleErik Johnston1-1/+1
2018-05-09Fix up commentErik Johnston1-1/+1
2018-05-09Update commentsErik Johnston1-5/+6
2018-05-09