| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't panic if streams get behind. | Erik Johnston | 2020-03-20 | 1 | -35/+26 |
* | Remove concept of a non-limited stream. (#7011) | Erik Johnston | 2020-03-20 | 1 | -40/+26 |
* | Change device list replication to match new semantics. | Erik Johnston | 2020-02-28 | 1 | -4/+9 |
* | Increase MAX_EVENTS_BEHIND for replication clients | Erik Johnston | 2020-02-21 | 1 | -1/+1 |
* | Allow streaming cache invalidate all to workers. (#6749) | Erik Johnston | 2020-01-22 | 1 | -5/+21 |
* | Port synapse.replication.tcp to async/await (#6666) | Erik Johnston | 2020-01-16 | 2 | -21/+13 |
* | Fixup synapse.replication to pass mypy checks (#6667) | Erik Johnston | 2020-01-14 | 3 | -35/+42 |
* | lint | Andrew Morgan | 2019-11-08 | 1 | -2/+1 |
* | Remove content from being sent for account data rdata stream | Andrew Morgan | 2019-11-08 | 1 | -3/+3 |
* | make user signatures a separate stream | Hubert Chathi | 2019-10-30 | 2 | -0/+19 |
* | Remove unnecessary parentheses around return statements (#5931) | Andrew Morgan | 2019-08-30 | 1 | -4/+4 |
* | Replace returnValue with return (#5736) | Amber Brown | 2019-07-23 | 2 | -7/+7 |
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 3 | -100/+104 |
* | Fix relations in worker mode | Erik Johnston | 2019-05-16 | 2 | -5/+7 |
* | Combine the CurrentStateDeltaStream into the EventStream | Richard van der Hoff | 2019-03-27 | 3 | -23/+33 |
* | Make EventStream rows have a type | Richard van der Hoff | 2019-03-27 | 1 | -12/+86 |
* | Skip building a ROW_TYPE when building updates | Richard van der Hoff | 2019-03-27 | 1 | -2/+2 |
* | Add parse_row method to replication stream class | Richard van der Hoff | 2019-03-27 | 1 | -0/+15 |
* | move FederationStream out to its own file | Richard van der Hoff | 2019-03-27 | 3 | -22/+41 |
* | move EventsStream out to its own file | Richard van der Hoff | 2019-03-27 | 3 | -23/+42 |
* | Move replication.tcp.streams into a package | Richard van der Hoff | 2019-03-27 | 2 | -0/+532 |