summary refs log tree commit diff
path: root/synapse/replication/tcp/streams (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixesErik Johnston2019-09-041-4/+4
|\
| * Remove unnecessary parentheses around return statements (#5931)Andrew Morgan2019-08-301-4/+4
* | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixesErik Johnston2019-07-302-7/+7
|\|
| * Replace returnValue with return (#5736)Amber Brown2019-07-232-7/+7
* | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixesErik Johnston2019-06-213-100/+104
|\|
| * Run Black. (#5482)Amber Brown2019-06-203-100/+104
* | Merge branch 'develop' into matrix-org-hotfixesRichard van der Hoff2019-05-202-5/+7
|\|
| * Fix relations in worker modeErik Johnston2019-05-162-5/+7
* | Merge branch 'develop' into matrix-org-hotfixesRichard van der Hoff2019-04-021-1/+1
|/
* Combine the CurrentStateDeltaStream into the EventStreamRichard van der Hoff2019-03-273-23/+33
* Make EventStream rows have a typeRichard van der Hoff2019-03-271-12/+86
* Skip building a ROW_TYPE when building updatesRichard van der Hoff2019-03-271-2/+2
* Add parse_row method to replication stream classRichard van der Hoff2019-03-271-0/+15
* move FederationStream out to its own fileRichard van der Hoff2019-03-273-22/+41
* move EventsStream out to its own fileRichard van der Hoff2019-03-273-23/+42
* Move replication.tcp.streams into a packageRichard van der Hoff2019-03-272-0/+532