summary refs log tree commit diff
path: root/synapse/federation/transaction_queue.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop' of github.com:matrix-org/synapse into release-v0.7.1Erik Johnston2015-02-181-3/+27
|\
| * Restrict the destinations that synapse can talk toMark Haines2015-02-181-3/+27
* | Add errback to all deferreds in transaction_queueErik Johnston2015-02-181-14/+23
* | Discard destination 'localhost'Erik Johnston2015-02-181-2/+2
* | Don't send failure to selfErik Johnston2015-02-181-0/+3
|/
* Fix pyflakesErik Johnston2015-02-181-1/+0
* Merge branch 'keyclient_retry_scheme' of github.com:matrix-org/synapse into d...Erik Johnston2015-02-181-92/+63
|\
| * Try to only back off if we think we failed to connect to the remoteErik Johnston2015-02-171-33/+33
| * Add per server retry limiting.Erik Johnston2015-02-171-95/+66
* | Format the response of transaction request in a nicer wayErik Johnston2015-02-171-2/+20
|/
* Use consumeErrors=True on all DeferredLists.Erik Johnston2015-02-171-1/+1
* Log all the exits from _attempt_new_transactionErik Johnston2015-02-101-2/+7
* Apply sanity to the transport client interface. Convert 'make_join' and 'send...Erik Johnston2015-02-041-5/+18
* Split up replication_layer module into client, server and transaction queueErik Johnston2015-01-261-3/+6
* Split out TransactionQueue from replication layerErik Johnston2015-01-221-0/+314