summary refs log tree commit diff
path: root/synapse/replication/tcp/streams/_base.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixesErik Johnston2019-07-301-6/+6
|\
| * Replace returnValue with return (#5736)Amber Brown2019-07-231-6/+6
* | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixesErik Johnston2019-06-211-78/+82
|\|
| * Run Black. (#5482)Amber Brown2019-06-201-78/+82
* | Merge branch 'develop' into matrix-org-hotfixesRichard van der Hoff2019-05-201-0/+1
|\|
| * Fix relations in worker modeErik Johnston2019-05-161-0/+1
* | Merge branch 'develop' into matrix-org-hotfixesRichard van der Hoff2019-04-021-1/+1
|/
* Combine the CurrentStateDeltaStream into the EventStreamRichard van der Hoff2019-03-271-21/+0
* 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-271-20/+0
* move EventsStream out to its own fileRichard van der Hoff2019-03-271-21/+0
* Move replication.tcp.streams into a packageRichard van der Hoff2019-03-271-0/+482