| Commit message (Expand) | Author | Age | Files | Lines |
* | run isort | Amber Brown | 2018-07-09 | 1 | -7/+6 |
* | Attempt to be more performant on PyPy (#3462) | Amber Brown | 2018-06-28 | 1 | -1/+2 |
* | remove dead filter_events_for_clients | Richard van der Hoff | 2018-06-12 | 1 | -20/+1 |
* | Merge branch 'master' of github.com:matrix-org/synapse into develop | Erik Johnston | 2018-03-19 | 1 | -1/+1 |
|\ |
|
| * | Replace ujson with simplejson | Erik Johnston | 2018-03-15 | 1 | -1/+1 |
* | | Fewer lies are better | Erik Johnston | 2018-03-01 | 1 | -2/+2 |
* | | Improve caching for read_marker API | Erik Johnston | 2018-03-01 | 1 | -0/+35 |
* | | Add some caches to help read marker API | Erik Johnston | 2018-03-01 | 1 | -0/+2 |
* | | Update copyright | Erik Johnston | 2018-02-23 | 1 | -0/+1 |
* | | Use absolute imports | Erik Johnston | 2018-02-23 | 1 | -2/+2 |
* | | Split AccountDataStore and TagStore | Erik Johnston | 2018-02-21 | 1 | -15/+60 |
|/ |
|
* | Avoid locking account_data tables for upserts | Richard van der Hoff | 2017-11-16 | 1 | -36/+49 |
* | Up cache size of get_global_account_data_by_type_for_user | Erik Johnston | 2017-11-13 | 1 | -1/+1 |
* | Perf: Don't filter events for push | Erik Johnston | 2017-07-07 | 1 | -0/+13 |
* | Revert "Speed up filtering of a single event in push" | Erik Johnston | 2017-05-08 | 1 | -13/+0 |
* | Speed up filtering of a single event in push | Erik Johnston | 2017-04-28 | 1 | -0/+13 |
* | User Cursor.__iter__ instead of fetchall | Erik Johnston | 2017-03-23 | 1 | -2/+2 |
* | Don't hit DB for noop replications queries | Erik Johnston | 2016-06-08 | 1 | -0/+3 |
* | Add bulk fetch storage API | Erik Johnston | 2016-05-05 | 1 | -3/+22 |
* | Implement basic ignore user | Erik Johnston | 2016-05-04 | 1 | -0/+31 |
* | Use a stream id generator for backfilled ids | Mark Haines | 2016-04-01 | 1 | -2/+2 |
* | Merge pull request #489 from matrix-org/markjh/replication | Mark Haines | 2016-03-01 | 1 | -2/+34 |
|\ |
|
| * | Add a /replication API for extracting the updates that happened on | Mark Haines | 2016-03-01 | 1 | -2/+34 |
* | | Load the current id in the IdGenerator constructor | Mark Haines | 2016-03-01 | 1 | -4/+4 |
|/ |
|
* | Remove unused param from get_max_token | Erik Johnston | 2016-02-18 | 1 | -2/+2 |
* | Invalidate _account_data_stream_cache correctly | Erik Johnston | 2016-01-29 | 1 | -0/+4 |
* | Prefill stream change caches | Erik Johnston | 2016-01-29 | 1 | -9/+0 |
* | Bump AccountDataAndTagsChangeCache size | Erik Johnston | 2016-01-29 | 1 | -1/+1 |
* | Amalgamate tags and account data stream caches | Erik Johnston | 2016-01-28 | 1 | -1/+2 |
* | Don't use defer.returnValue | Erik Johnston | 2016-01-28 | 1 | -1/+1 |
* | Change name and doc has_entity_changed | Erik Johnston | 2016-01-28 | 1 | -1/+1 |
* | Cache tags and account data | Erik Johnston | 2016-01-28 | 1 | -1/+19 |
* | copyrights | Matthew Hodgson | 2016-01-07 | 1 | -1/+1 |
* | Add API for setting account_data globaly or on a per room basis | Mark Haines | 2015-12-01 | 1 | -0/+211 |