summary refs log tree commit diff
path: root/synapse/replication/slave/storage/devices.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Run Black. (#5482)Amber Brown2019-06-201-9/+5
|
* Fixup slave storesErik Johnston2019-03-041-24/+21
|
* Make workers work on Py3 (#4027)Amber Brown2018-10-131-10/+1
|
* merge (#3576)Amber Brown2018-09-141-7/+16
|
* run isortAmber Brown2018-07-091-2/+3
|
* Add missing storage function to slave storeErik Johnston2017-05-221-0/+2
|
* Change slave storage to use new replication interfaceErik Johnston2017-04-031-14/+10
| | | | | | | As the TCP replication uses a slightly different API and streams than the HTTP replication. This breaks HTTP replication.
* Hook device list updates to replicationErik Johnston2017-01-271-0/+72