summary refs log tree commit diff
path: root/synapse (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-05-12SYN-377: Make sure that the StreamIdGenerator.get_next.__exit__ is called ↵Mark Haines2-23/+27
from the main thread after the transaction completes, not from database thread before the transaction completes.
2015-05-11Don't bother passing the events to the notifier since it isn't using themMark Haines1-95/+18
2015-05-11Use wait_for_events to implement 'get_events'Mark Haines1-79/+30