Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2015-04-16 | PEP8 | Erik Johnston | 3 | -6/+0 |
2015-04-16 | Go back to storing JSON in TEXT | Erik Johnston | 11 | -41/+20 |
2015-04-16 | Move encoding and decoding of JSON into storage layer | Erik Johnston | 2 | -27/+7 |
2015-04-15 | Remove mysql/maria support | Erik Johnston | 5 | -95/+26 |
2015-04-15 | Change full_schemas/11 to work with postgres | Erik Johnston | 13 | -84/+90 |
2015-04-15 | Remove debug logging | Erik Johnston | 1 | -2/+0 |
2015-04-15 | Add missing yield | Erik Johnston | 1 | -1/+1 |
2015-04-15 | pushers table requires a unique id. | Erik Johnston | 2 | -3/+11 |
2015-04-15 | Make LruCache thread safe, as its used for event cache | Erik Johnston | 1 | -0/+20 |
2015-04-15 | Don't pass in removed flag | Erik Johnston | 1 | -1/+0 |
2015-04-15 | Change from exception to warn | Erik Johnston | 1 | -1/+1 |
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 |