| Commit message (Expand) | Author | Age | Files | Lines |
* | For backwards compat, make state_groups.id have a type of int, not varchar | Erik Johnston | 2015-04-13 | 1 | -1/+1 |
* | PEP8 | Erik Johnston | 2015-04-07 | 1 | -1/+0 |
* | Don't use AUTOINCREMENT, use an in memory version | Erik Johnston | 2015-04-07 | 1 | -3/+3 |
* | Remove uses of REPLACE and ON CONFLICT IGNORE to make the SQL more portable. | Erik Johnston | 2015-03-23 | 1 | -1/+0 |
* | Merge branch 'develop' of github.com:matrix-org/synapse into mysql | Erik Johnston | 2015-03-20 | 1 | -0/+1 |
|\ |
|
| * | Rearrange storage modules | Erik Johnston | 2015-03-20 | 1 | -0/+32 |
* | | Rearrange storage modules | Erik Johnston | 2015-03-20 | 1 | -0/+32 |
* | | Convert storage layer to be mysql compatible | Erik Johnston | 2015-03-19 | 1 | -2/+8 |
|/ |
|
* | Copy dict of context.current_state before changing it. | Erik Johnston | 2015-03-16 | 1 | -1/+1 |
* | Remove unused functions | Mark Haines | 2015-01-13 | 1 | -6/+0 |
* | Merge pull request #28 from matrix-org/erikj-perf | Mark Haines | 2015-01-06 | 1 | -8/+6 |
|\ |
|
| * | Remove debug lines | Erik Johnston | 2015-01-06 | 1 | -7/+0 |
| * | Add some debug logging | Erik Johnston | 2015-01-06 | 1 | -0/+12 |
| * | Test some ideas that might help performance a bit | Erik Johnston | 2014-12-17 | 1 | -8/+1 |
* | | Update copyright notices | Mark Haines | 2015-01-06 | 1 | -1/+1 |
|/ |
|
* | Various typos and bug fixes. | Erik Johnston | 2014-12-08 | 1 | -3/+3 |
* | Start making more things use EventContext rather than event.* | Erik Johnston | 2014-12-05 | 1 | -4/+9 |
* | Correctly handle the case where we get an event for an unknown room, which tu... | Erik Johnston | 2014-11-26 | 1 | -1/+1 |
* | Document StateStore and use transactions | Erik Johnston | 2014-11-12 | 1 | -28/+56 |
* | Fix bugs with invites/joins across federatiom. | Erik Johnston | 2014-11-12 | 1 | -3/+6 |
* | Fix bug where we /always/ created a new state group | Erik Johnston | 2014-11-11 | 1 | -7/+2 |
* | Add transaction level logging and timing information. Add a _simple_delete me... | Erik Johnston | 2014-10-28 | 1 | -0/+1 |
* | Use state groups to get current state. Make join dance actually work. | Erik Johnston | 2014-10-17 | 1 | -0/+3 |
* | Begin making auth use event.old_state_events | Erik Johnston | 2014-10-15 | 1 | -1/+1 |
* | Add missing package storate.state | Erik Johnston | 2014-10-15 | 1 | -0/+97 |