summary refs log tree commit diff
path: root/synapse/replication/tcp/commands.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix tightloop over connecting to replication serverErik Johnston2019-02-261-1/+4
* Logcontexts for replication command handlersRichard van der Hoff2018-08-171-0/+12
* Attempt to be more performant on PyPy (#3462)Amber Brown2018-06-281-6/+10
* Fix json encoding bug in replicationRichard van der Hoff2018-04-031-1/+1
* Use static JSONEncodersRichard van der Hoff2018-03-291-3/+5
* Explicitly use simplejsonErik Johnston2018-03-201-7/+7
* Fix replication after switch to simplejsonErik Johnston2018-03-191-2/+4
* Replace ujson with simplejsonErik Johnston2018-03-151-1/+1
* Serialize user ip command as jsonErik Johnston2017-06-271-5/+9
* Make workers report to master for user ip updatesErik Johnston2017-06-271-0/+32
* Add a timestamp to USER_SYNC commandErik Johnston2017-03-311-5/+10
* Initial TCP protocol implementationErik Johnston2017-03-301-0/+341