Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-04-29 | Correctly decode, for sqlite and postgres, rows from pushers table | Erik Johnston | 1 | -19/+24 | |
2015-04-29 | pushkey' are also bytes. | Erik Johnston | 1 | -8/+17 | |
2015-04-29 | Typo | Erik Johnston | 1 | -1/+1 | |
2015-04-29 | Also remove yield from within lock in the other generator | Erik Johnston | 1 | -8/+6 | |
2015-04-29 | Fix deadlock in id_generators. No idea why this was an actual deadlock. | Erik Johnston | 1 | -14/+16 | |
2015-04-29 | Also log when we've started pushers | Erik Johnston | 1 | -0/+2 | |
2015-04-29 | Revert previous | Erik Johnston | 1 | -5/+1 | |
2015-04-29 | Only start pushers when synapse has fully started | Erik Johnston | 2 | -4/+5 | |
2015-04-29 | Start pushers on reactor thread | Erik Johnston | 1 | -0/+3 | |
2015-04-29 | Actually return rows | Erik Johnston | 1 | -0/+2 | |
2015-04-29 | Typo, args wrong way round | Erik Johnston | 1 | -4/+1 | |