| Commit message (Expand) | Author | Files | Lines |
2015-02-11 | Mention new libs in CHANGES | Erik Johnston | 1 | -0/+2 |
2015-02-11 | Factor out some of the common homeserver setup code into a | Mark Haines | 25 | -360/+140 |
2015-02-11 | Fix bug where variable was not always defined | Erik Johnston | 1 | -2/+1 |
2015-02-10 | Rename path to path_segments to make it clearer that it is a list | Mark Haines | 1 | -4/+4 |
2015-02-10 | Fix code-style | Mark Haines | 7 | -12/+12 |
2015-02-10 | Add the 'setup_requires' and allow easy_install since jenkins uses them | Mark Haines | 1 | -14/+5 |
2015-02-10 | Single source version and python dependencies, prevent people accidentally in... | Mark Haines | 3 | -44/+43 |
2015-02-10 | Log all the exits from _attempt_new_transaction | Erik Johnston | 1 | -2/+7 |
2015-02-10 | Bump version | Erik Johnston | 2 | -2/+2 |
2015-02-10 | Fix prune_events to work with nested dicts | Erik Johnston | 1 | -2/+4 |
2015-02-10 | Code-style fixes | Mark Haines | 11 | -36/+57 |
2015-02-10 | Sign auth_chains when returned by /state/ requests | Erik Johnston | 1 | -0/+11 |
2015-02-10 | Fix pyflakes | Mark Haines | 1 | -3/+3 |
2015-02-10 | Add performance counters for different stages of loading events | Mark Haines | 1 | -24/+60 |
2015-02-10 | yaml.load expects strings to be a yaml rather than file | Erik Johnston | 1 | -1/+2 |
2015-02-10 | Use yaml logging config format because it is much nicer | Erik Johnston | 1 | -1/+2 |
2015-02-09 | Convert directory paths to absolute paths before daemonizing | Mark Haines | 1 | -2/+3 |
2015-02-09 | Use the transaction 'desc' rather than 'name', increment the txn_ids in | Mark Haines | 1 | -3/+3 |
2015-02-09 | Formatting | Mark Haines | 1 | -1/+0 |
2015-02-09 | Performance counters for database transaction names | Mark Haines | 1 | -1/+31 |
2015-02-09 | During room intial sync, only calculate current state once. | Erik Johnston | 4 | -21/+43 |
2015-02-09 | Need to use re.search if looking for matches not at the start of the string. ... | David Baker | 1 | -3/+3 |
2015-02-09 | oops | Matthew Hodgson | 1 | -1/+1 |
2015-02-09 | oops | Matthew Hodgson | 1 | -1/+1 |
2015-02-09 | only do word-boundary patches on bodies for now | Matthew Hodgson | 2 | -2/+5 |
2015-02-09 | Fix typo | Erik Johnston | 1 | -1/+1 |
2015-02-09 | Add looping_call to Clock | Erik Johnston | 1 | -1/+9 |
2015-02-09 | Log database time every 10s and log as percentage | Erik Johnston | 1 | -2/+2 |
2015-02-09 | Time how long we're spending on the database thread | Erik Johnston | 2 | -0/+27 |
2015-02-09 | Fix server default rule injection (downwards, not upwards!) | David Baker | 1 | -6/+6 |
2015-02-09 | Log when we receive a request, when we send a response and how long it took t... | Erik Johnston | 4 | -5/+24 |
2015-02-08 | glob *s should probably be non-greedy | Matthew Hodgson | 1 | -1/+1 |
2015-02-08 | oops | Matthew Hodgson | 1 | -1/+1 |
2015-02-08 | kill off fnmatch in favour of word-boundary based push alerts (untested) | Matthew Hodgson | 1 | -12/+20 |
2015-02-07 | don't give up if we can't create default avatars during tests | Matthew Hodgson | 1 | |