| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix incorrect attribute name | Erik Johnston | 2016-09-09 | 1 | -1/+1 |
* | Comment | Erik Johnston | 2016-09-09 | 1 | -0/+1 |
* | Add edu.type as part of key. Remove debug logging | Erik Johnston | 2016-09-09 | 1 | -2/+3 |
* | Clobber EDUs in send queue | Erik Johnston | 2016-09-09 | 1 | -3/+45 |
* | Drop replication log levels | Erik Johnston | 2016-09-09 | 1 | -1/+0 |
* | Check if destination is ready for retry earlier | Erik Johnston | 2016-09-09 | 1 | -15/+16 |
* | Fix tightloop on sending transaction | Erik Johnston | 2016-09-09 | 1 | -122/+134 |
* | Correctly guard against multiple concurrent transactions | Erik Johnston | 2016-09-09 | 1 | -38/+41 |
* | Update last_device_stream_id_by_dest if there is nothing to send | Erik Johnston | 2016-09-09 | 1 | -0/+1 |
* | Add a new method to enqueue the device messages rather than sending a dummy EDU | Mark Haines | 2016-09-07 | 1 | -0/+11 |
* | Move the check for federated device_messages. | Mark Haines | 2016-09-07 | 1 | -11/+15 |
* | Add stream change caches for device messages | Mark Haines | 2016-09-07 | 1 | -1/+4 |
* | Send device messages over federation | Mark Haines | 2016-09-06 | 1 | -7/+36 |
* | PEP8 | Erik Johnston | 2016-08-10 | 1 | -1/+3 |
* | Clean up TransactionQueue | Erik Johnston | 2016-08-10 | 1 | -215/+160 |
* | Measure federation send transaction resources | Erik Johnston | 2016-08-10 | 1 | -5/+7 |
* | Run transaction queue on reactor | Erik Johnston | 2016-05-09 | 1 | -0/+3 |
* | Fix up logcontexts | Erik Johnston | 2016-02-08 | 1 | -3/+0 |
* | copyrights | Matthew Hodgson | 2016-01-07 | 1 | -1/+1 |
* | Don't rearrange transaction_queue | Erik Johnston | 2015-11-03 | 1 | -12/+11 |
* | Fix broken cache for getting retry times. This meant we retried remote destin... | Erik Johnston | 2015-11-03 | 1 | -23/+24 |
* | Add txn_id to some log lines | Erik Johnston | 2015-05-22 | 1 | -6/+11 |
* | Log less lines at INFO level, but include more helpful information | Erik Johnston | 2015-05-22 | 1 | -6/+10 |
* | Don't log enqueue_ | Erik Johnston | 2015-05-01 | 1 | -1/+0 |
* | Appease pep8 | Paul "LeoNerd" Evans | 2015-03-12 | 1 | -3/+6 |
* | Neater metrics from TransactionQueue | Paul "LeoNerd" Evans | 2015-03-12 | 1 | -9/+11 |
* | Use _ instead of . as a metric namespacing separator, for Prometheus | Paul "LeoNerd" Evans | 2015-03-12 | 1 | -2/+2 |
* | Rename Metrics' "keys" to "labels" | Paul "LeoNerd" Evans | 2015-03-12 | 1 | -2/+2 |
* | Put vector gauges on transaction queue pending PDU and EDU dicts | Paul "LeoNerd" Evans | 2015-03-12 | 1 | -2/+14 |
* | Fix bug in logging. | Erik Johnston | 2015-03-10 | 1 | -5/+5 |
* | Fix bug in logging. | Erik Johnston | 2015-03-10 | 1 | -1/+1 |
* | Must update pending_transactions map before yield'ing | Erik Johnston | 2015-02-26 | 1 | -2/+2 |
* | Implement and use new batched get missing pdu | Erik Johnston | 2015-02-23 | 1 | -1/+1 |
* | Merge branch 'develop' of github.com:matrix-org/synapse into release-v0.7.1 | Erik Johnston | 2015-02-18 | 1 | -3/+27 |
|\ |
|
| * | Restrict the destinations that synapse can talk to | Mark Haines | 2015-02-18 | 1 | -3/+27 |
* | | Add errback to all deferreds in transaction_queue | Erik Johnston | 2015-02-18 | 1 | -14/+23 |
* | | Discard destination 'localhost' | Erik Johnston | 2015-02-18 | 1 | -2/+2 |
* | | Don't send failure to self | Erik Johnston | 2015-02-18 | 1 | -0/+3 |
|/ |
|
* | Fix pyflakes | Erik Johnston | 2015-02-18 | 1 | -1/+0 |
* | Merge branch 'keyclient_retry_scheme' of github.com:matrix-org/synapse into d... | Erik Johnston | 2015-02-18 | 1 | -92/+63 |
|\ |
|
| * | Try to only back off if we think we failed to connect to the remote | Erik Johnston | 2015-02-17 | 1 | -33/+33 |
| * | Add per server retry limiting. | Erik Johnston | 2015-02-17 | 1 | -95/+66 |
* | | Format the response of transaction request in a nicer way | Erik Johnston | 2015-02-17 | 1 | -2/+20 |
|/ |
|
* | Use consumeErrors=True on all DeferredLists. | Erik Johnston | 2015-02-17 | 1 | -1/+1 |
* | Log all the exits from _attempt_new_transaction | Erik Johnston | 2015-02-10 | 1 | -2/+7 |
* | Apply sanity to the transport client interface. Convert 'make_join' and 'send... | Erik Johnston | 2015-02-04 | 1 | -5/+18 |
* | Split up replication_layer module into client, server and transaction queue | Erik Johnston | 2015-01-26 | 1 | -3/+6 |
* | Split out TransactionQueue from replication layer | Erik Johnston | 2015-01-22 | 1 | -0/+314 |