summary refs log tree commit diff
path: root/synapse/replication/slave/storage/transactions.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Don't hammer the database for destination retry timings every ~5mins (#10036)Erik Johnston2021-05-211-21/+0
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Rename database classes to make some sense (#8033)Erik Johnston2020-08-051-1/+1
* Move storage classes into a main "data store".Erik Johnston2019-10-211-1/+1
* Rename slave TransactionStore to SlaveTransactionStoreErik Johnston2018-08-151-1/+1
* Import all functions from TransactionStoreErik Johnston2018-08-061-11/+2
* run isortAmber Brown2018-07-091-1/+2
* Invalidate retry cache in both directionsErik Johnston2016-11-221-6/+3
* Handle sending events and device messages over federationErik Johnston2016-11-171-2/+2
* Hook up the send queue and create a federation sender workerErik Johnston2016-11-161-0/+3
* Add destination retry to slave storeErik Johnston2016-07-281-0/+30