Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2015-04-15 | Don't wait on federation_handler.handle_new_event | Erik Johnston | 1 | -3/+7 |
2015-04-15 | Remove run_on_reactor()s | Erik Johnston | 1 | -4/+0 |
2015-04-15 | Postgres does not allow you to continue using a cursor after a DB exception h... | Erik Johnston | 1 | -11/+14 |
2015-04-15 | Do more parellelization for initialSync | Erik Johnston | 1 | -7/+11 |
2015-04-15 | Parellelize initial sync | Erik Johnston | 1 | -2/+8 |
2015-04-15 | Turn off persistance of sent_transactions.response_json | Erik Johnston | 1 | -1/+1 |
2015-04-15 | Add index on events (topological_ordering, stream_ordering) to help with ORDE... | Erik Johnston | 2 | -0/+2 |
2015-04-15 | Use try..finally in contextlib.contextmanager | Erik Johnston | 1 | -3/+5 |
2015-04-15 | Use True for True rather than 1 | Erik Johnston | 1 | -5/+7 |
2015-04-15 | Add missing yield in storage func | Erik Johnston | 1 | -1/+1 |
2015-04-15 | Correctly identify deadlocks | Erik Johnston | 1 | -1/+1 |
2015-04-15 | Change port script to work with postgres | Erik Johnston | 1 | -47/+67 |
2015-04-14 | Update syutil version to 0.0.4 | Mark Haines | 2 |