summary refs log tree commit diff
path: root/synapse/replication/tcp/protocol.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Metrics for number of RDATA commands receivedRichard van der Hoff2018-01-151-5/+14
* Reduce log levels in tcp replicationErik Johnston2017-07-111-2/+2
* Make workers report to master for user ip updatesErik Johnston2017-06-271-0/+6
* TypoErik Johnston2017-04-101-1/+1
* Up replication ping timeoutErik Johnston2017-04-101-2/+4
* Add log linesErik Johnston2017-04-051-1/+2
* Rearrange metricsErik Johnston2017-04-051-16/+31
* Fix typoErik Johnston2017-04-051-2/+2
* Fixup some metrics for tcp replErik Johnston2017-04-051-0/+16
* Merge pull request #2098 from matrix-org/erikj/repl_tcp_fixErik Johnston2017-04-041-5/+7
|\
| * Advance replication streams even if nothing is listeningErik Johnston2017-04-041-5/+7
* | Fiddle tcp replication loggingErik Johnston2017-04-041-2/+2
|/
* Add a timestamp to USER_SYNC commandErik Johnston2017-03-311-2/+5
* Initial TCP protocol implementationErik Johnston2017-03-301-0/+601