summary refs log tree commit diff
path: root/synapse (unfollow)
Commit message (Expand)AuthorFilesLines
2016-04-29Fix typo in event_auth servlet pathErik Johnston1-1/+1
2016-04-28Fix more typos in per-request metricsMark Haines1-4/+5
2016-04-28Fix typo in request metricsMark Haines1-1/+1
2016-04-28fix typoMatthew Hodgson1-1/+1
2016-04-28Add a comment explaining why automatic metric reporting is disabled for JsonR...Mark Haines1-0/+4
2016-04-28Check if report_metrics is TrueMark Haines1-3/+4
2016-04-28Report per request metrics for all of the things using request_handlerMark Haines9-47/+76
2016-04-27Fix backfill replication to advance the stream correctlyMark Haines2-3/+3
2016-04-27Check that somethign has happend before running the selectsMark Haines3-2/+14
2016-04-26Actually start the pusher daemonMark Haines1-0/+2
2016-04-26Fix typo in default pusher configMark Haines1-1/+1
2016-04-26Add a log context to the daemonized pusherMark Haines1-1/+6
2016-04-26Optionally daemonize the pusherMark Haines1-4/+31
2016-04-26Add a couple of update methods to the PusherSlaveStoreMark Haines1-0/+8
2016-04-25Remove the uncomments from the commentsMark Haines1-2/+2
2016-04-25Add a metrics listener and a ssh listener to the pusherMark Haines2-3/+92
2016-04-25Move the listenTCP call outside the manhole functionMark Haines2-16/+14
2016-04-25Make pyjwt dependency optionalErik Johnston3-7/+23
2016-04-22Split out setting up the manhole to a separate fileMark Haines2-26/+57
2016-04-22Move SynapseSite to its own fileMark Haines2-130/+149
2016-04-22Split out create_resource_tree to a separate fileMark Haines2-82/+105
2016-04-22Update port scriptErik Johnston1-42/+81
2016-04-22Simplify query and handle finishing correctlyErik Johnston2-17/+16
2016-04-21Order NULLs firstErik Johnston2-5/+16
2016-04-21Fix queryErik Johnston1-2/+2
2016-04-21Use special UPDATE syntaxErik Johnston2-22/+14
2016-04-21TypoErik Johnston1-1/+1
2016-04-21Need to do _background_update_progress_txn in actual transactionErik Johnston1-6/+8
2016-04-21Update progress when creating indexErik Johnston1-0/+7
2016-04-21Fix SQL statementErik Johnston1-3/+3
2016-04-21Create index must be on a connErik Johnston1-6/+13
2016-04-21Optionally split out the pushers into a separate processMark Haines5-1/+217
2016-04-21Create index concurrentlyErik Johnston2-6/+14
2016-04-21Add missing run_upgradeErik Johnston1-0/+4
2016-04-21Fix issues with JWT loginNiklas Riekenbrauck2-3/+8
2016-04-21