| Commit message (Expand) | Author | Age | Files | Lines |
* | Make DictionaryCache have better expiry properties (#13292) | Erik Johnston | 2022-07-21 | 1 | -0/+38 |
* | Remove unnecessary pass statements. (#12206) | Patrick Cloke | 2022-03-11 | 1 | -2/+0 |
* | Add types to synapse.util. (#10601) | reivilibre | 2021-09-10 | 1 | -8/+8 |
* | [pyupgrade] `synapse/` (#10348) | Jonathan de Jong | 2021-07-19 | 1 | -2/+1 |
* | Combine `LruCache.invalidate` and `invalidate_many` (#9973) | Richard van der Hoff | 2021-05-27 | 1 | -0/+3 |
* | Remove `keylen` from `LruCache`. (#9993) | Richard van der Hoff | 2021-05-24 | 1 | -38/+66 |
* | Stop sub-classing object (#8249) | Patrick Cloke | 2020-09-04 | 1 | -2/+2 |
* | Replace iteritems/itervalues/iterkeys with native versions. (#7692) | Patrick Cloke | 2020-06-15 | 1 | -3/+1 |
* | Fix up some typechecking (#6150) | Amber Brown | 2019-10-02 | 1 | -1/+3 |
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 1 | -0/+1 |
* | Consistently use six's iteritems and wrap lazy keys/values in list() if they'... | Amber Brown | 2018-05-31 | 1 | -2/+4 |
* | Rename and comment tree_to_leaves_iterator | Erik Johnston | 2017-01-17 | 1 | -3/+6 |
* | Speed up cache size calculation | Erik Johnston | 2017-01-17 | 1 | -1/+13 |
* | Add concept of cache contexts | Erik Johnston | 2016-08-19 | 1 | -0/+3 |
* | Fix flake8 warnings for new flake8 | Daniel Wagner-Hall | 2016-02-02 | 1 | -1/+1 |
* | Directly set self.value | Erik Johnston | 2016-01-29 | 1 | -1/+1 |
* | 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 | 1 | -0/+7 |
* | Add __contains__ | David Baker | 2016-01-22 | 1 | -0/+3 |
* | Docs for treecache | David Baker | 2016-01-22 | 1 | -0/+5 |
* | 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 | 1 | -0/+52 |