summary refs log tree commit diff
path: root/.gitignore (unfollow)
Commit message (Expand)AuthorFilesLines
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-29Only start pushers when synapse has fully startedErik Johnston2-4/+5
2015-04-29Start pushers on reactor threadErik Johnston1-0/+3
2015-04-29Actually return rowsErik Johnston1-0/+2