summary refs log tree commit diff
path: root/CONTRIBUTING.rst (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-05-05Add some doc-stringMark Haines1-0/+4
2015-05-05Fix the --help option for synapseMark Haines1-18/+29
2015-05-05Missed events are not outliersErik Johnston1-1/+1
2015-05-05Collect the invalidate callbacks on the transaction object rather than ↵Mark Haines7-51/+51
passing around a separate list
2015-05-05Add a comment about the zip(*[zip(sorted(...),...)])Erik Johnston1-0/+8
2015-05-05SYN-369: Add comments to the sequence number logic in the cacheMark Haines1-0/+7
2015-05-05Add debug flag in synapse/storage/_base.py for debugging the cache logic by ↵Mark Haines1-1/+12
comparing what is in the cache with what was in the database on every access
2015-05-05Invalidate the room_member cache if the current state events updatesMark Haines1-0/+5
2015-05-05Missing return for when the event was already persistedMark Haines1-1/+1
2015-05-05Fix indentationErik Johnston1-10/+10
2015-05-05