Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Correct cache miss detection | Erik Johnston | 2016-03-01 | 1 | -1/+1 | |
| | ||||||
* | Report size of ExpiringCache | Erik Johnston | 2016-02-23 | 1 | -2/+13 | |
| | ||||||
* | Change the way we figure out presence updates for small deltas | Erik Johnston | 2016-02-23 | 1 | -0/+16 | |
| | ||||||
* | Fix up logcontexts | Erik Johnston | 2016-02-08 | 2 | -6/+13 | |
| | ||||||
* | Fix flake8 warnings for new flake8 | Daniel Wagner-Hall | 2016-02-02 | 3 | -4/+4 | |
| | ||||||
* | If stream pos is greater then earliest known key and entity hasn't changed, ↵ | Erik Johnston | 2016-01-29 | 1 | -8/+3 | |
| | | | | then entity hasn't changed | |||||
* | Prefill stream change caches | Erik Johnston | 2016-01-29 | 1 | -1/+4 | |
| | ||||||
* | Merge pull request #536 from matrix-org/erikj/sync | Erik Johnston | 2016-01-29 | 1 | -0/+107 | |
|\ | | | | | Make /sync "better". | |||||
| * | If the same as the earliest key, assume nothing has changed. | Erik Johnston | 2016-01-28 | 1 | -0/+5 | |
| | | ||||||
| * | Correctly update _entity_to_key | Erik Johnston | 2016-01-28 | 1 | -4/+5 | |
| | | ||||||
| * | Fix inequalities | Erik Johnston | 2016-01-28 | 1 | -2/+2 | |
| | | ||||||
| * | Include cache hits with has_entity_changed | Erik Johnston | 2016-01-28 | 1 | -0/+4 | |
| | | ||||||
| * | Change name and doc has_entity_changed | Erik Johnston | 2016-01-28 | 1 | -1/+3 | |
| | | ||||||
| * | Cache tags and account data | Erik Johnston | 2016-01-28 | 2 | -92/+95 | |
| | | ||||||
| * | Ensure keys to RoomStreamChangeCache are ints | Erik Johnston | 2016-01-28 | 1 | -0/+6 | |
| | | ||||||
| * | Invalidate caches properly. Remove unused arg | Erik Johnston | 2016-01-28 | 1 | -2/+2 | |
| | | ||||||
| * | Add cache to room stream | Erik Johnston | 2016-01-27 | 1 | -0/+86 | |
| | | ||||||
* | | Directly set self.value | Erik Johnston | 2016-01-29 | 1 | -1/+1 | |
| | | ||||||
* | | Remove spurious self.size | Erik Johnston | 2016-01-29 | 1 | -1/+0 | |
| | | ||||||
* | | Correctly bookkeep the size of TreeCache | Erik Johnston | 2016-01-29 | 1 | -3/+28 | |
| | | ||||||
* | | Make TreeCache keep track of its own size. | Erik Johnston | 2016-01-29 | 2 | -6/+10 | |
| | | ||||||
* | | Reset size on clear | Erik Johnston | 2016-01-29 | 1 | -0/+2 | |
|/ | ||||||
* | Don't add the member functiopn if we're not using treecache | David Baker | 2016-01-22 | 1 | -1/+4 | |
| | ||||||
* | docs | David Baker | 2016-01-22 | 1 | -1/+5 | |
| | ||||||
* | Revert all the bits changing keys of eeverything that used LRUCaches to tuples | David Baker | 2016-01-22 | 2 | -6/+6 | |
| | ||||||
* | Make LRU cache not default to treecache & add options to use it | David Baker | 2016-01-22 | 2 | -10/+19 | |
| | ||||||
* | Add __contains__ | David Baker | 2016-01-22 | 1 | -0/+3 | |
| | ||||||
* | Docs for treecache | David Baker | 2016-01-22 | 1 | -0/+5 | |
| | ||||||
* | Add invalidate_many here too | David Baker | 2016-01-22 | 1 | -0/+1 | |
| | ||||||
* | peppate | David Baker | 2016-01-21 | 1 | -2/+2 | |
| | ||||||
* | Change LRUCache to be tree-based so we can delete subtrees. | David Baker | 2016-01-21 | 4 | -14/+102 | |
| | ||||||
* | copyrights | Matthew Hodgson | 2016-01-07 | 6 | -6/+6 | |
| | ||||||
* | Add some docstring explaining the snapshot cache does | Mark Haines | 2015-12-23 | 1 | -1/+23 | |
| | ||||||
* | Add a unit test for the snapshot cache | Mark Haines | 2015-12-23 | 1 | -2/+2 | |
| | ||||||
* | Add a cache for initialSync responses that expires after 5 minutes | Mark Haines | 2015-12-22 | 1 | -0/+71 | |
| | ||||||
* | Don't assume @cachedList function returns keys for everything | Erik Johnston | 2015-08-18 | 1 | -1/+1 | |
| | ||||||
* | Docstring | Erik Johnston | 2015-08-12 | 1 | -0/+27 | |
| | ||||||
* | Merge branch 'develop' of github.com:matrix-org/synapse into ↵ | Erik Johnston | 2015-08-12 | 1 | -1/+3 | |
| | | | | erikj/dictionary_cache | |||||
* | Wire up the dictionarycache to the metrics | Erik Johnston | 2015-08-12 | 3 | -45/+41 | |
| | ||||||
* | Move all the caches into their own package, synapse.util.caches | Erik Johnston | 2015-08-11 | 5 | -0/+746 | |