Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move replication.tcp.streams into a package | Richard van der Hoff | 2019-03-27 | 1 | -514/+0 |
| | |||||
* | Fix/improve some docstrings in the replication code. (#4949) | Richard van der Hoff | 2019-03-27 | 1 | -4/+8 |
| | |||||
* | Fix bug where read-receipts lost their timestamps (#4927) | Richard van der Hoff | 2019-03-25 | 1 | -3/+8 |
| | | | | | Make sure that they are sent correctly over the replication stream. Fixes: #4898 | ||||
* | Fix minor typo in exception | Travis Ralston | 2018-09-13 | 1 | -1/+1 |
| | |||||
* | run isort | Amber Brown | 2018-07-09 | 1 | -3/+2 |
| | |||||
* | Fix replication. And notify | Erik Johnston | 2017-07-20 | 1 | -0/+20 |
| | |||||
* | Initial worker impl | Erik Johnston | 2017-06-16 | 1 | -0/+22 |
| | |||||
* | Comments | Erik Johnston | 2017-04-10 | 1 | -2/+2 |
| | |||||
* | Document types of the replication streams | Erik Johnston | 2017-04-06 | 1 | -28/+76 |
| | |||||
* | Advance replication streams even if nothing is listening | Erik Johnston | 2017-04-04 | 1 | -0/+7 |
| | | | | | | Otherwise the streams don't advance and steadily fall behind, so when a worker does connect either a) they'll be streamed lots of old updates or b) the connection will fail as the streams are too far behind. | ||||
* | Fix up docs | Erik Johnston | 2017-03-31 | 1 | -2/+2 |
| | |||||
* | Define the various streams we will replicate | Erik Johnston | 2017-03-30 | 1 | -0/+409 |