summary refs log tree commit diff
path: root/synapse/notifier.py (unfollow)
Commit message (Expand)AuthorFilesLines
2015-01-27Wait for events if the incremental sync is empty and a timeout is givenMark Haines1-0/+48
2015-01-27Start implementing incremental initial syncMark Haines3-34/+241
2015-01-26Start implementing the non-incremental sync portion