summary refs log tree commit diff
path: root/synapse/storage/signatures.py (unfollow)
Commit message (Expand)AuthorFilesLines
2015-04-30Don't needlessly join on state_eventsErik Johnston2-6/+4
2015-04-30Add an access_logDavid Baker3-3/+29
2015-04-30Unused importDavid Baker1-1/+1
2015-04-30Doesn't look like this is used anymoreDavid Baker1-13/+0
2015-04-30Make simple query rather than long one and then throw away half the resultsErik Johnston2-2/+11
2015-04-29Correctly decode, for sqlite and postgres, rows from pushers tableErik Johnston1-19/+24
2015-04-29pushkey' are also bytes.Erik Johnston1-8/+17
2015-04-29TypoErik Johnston1-1/+1
2015-04-29Also remove yield from within lock in the other generatorErik Johnston1-8/+6
2015-04-29Fix deadlock in id_generators. No idea why this was an actual deadlock.Erik Johnston1-14/+16
2015-04-29Also log when we've started pushersErik Johnston1-0/+2
2015-04-29Revert previousErik Johnston1-5/+1
2015-04-29