summary refs log tree commit diff
path: root/synapse/config/tls.py (unfollow)
Commit message (Expand)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 passin...Mark Haines7-51/+51
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 c...Mark Haines1-1/+12
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-05Don't call 'encode_parameter' no-opErik Johnston3-10/+0
2015-05-05Invalidate the caches from the correct threadMark Haines6-29/+46
2015-05-05Sequence the modifications to the cache so that selects don't race with insertsMark Haines1-3/+23
2015-05-05Correctly na