summary refs log tree commit diff
path: root/synapse/util/caches/response_cache.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make `handle_new_client_event` throws `PartialStateConflictError` (#14665)Mathieu Velten2022-12-151-4/+10
* Improve opentracing support for `ResponseCache` (#11607)Richard van der Hoff2021-12-201-35/+92
* More types for synapse.util, part 1 (#10888)David Robertson2021-10-061-3/+3
* Use inline type hints in `http/federation/`, `storage/` and `util/` (#10381)Jonathan de Jong2021-07-151-1/+1
* Extend `ResponseCache` to pass a context object into the callback (#10157)Richard van der Hoff2021-06-141-26/+73
* Remove various bits of compatibility code for Python <3.6 (#9879)Andrew Morgan2021-04-271-1/+1
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Add ResponseCache tests. (#9458)Jonathan de Jong2021-03-081-6/+4
* Revert "Fix #8518 (sync requests being cached wrongly on timeout) (#9358)"Patrick Cloke2021-03-021-32/+2
* Fix #8518 (sync requests being cached wrongly on timeout) (#9358)Jonathan de Jong2021-02-241-2/+32
* Add type hints to response cache. (#8507)Patrick Cloke2020-10-091-22/+28
* Stop sub-classing object (#8249)Patrick Cloke2020-09-041-1/+1
* Allow configuration of Synapse's cache without using synctl or environment va...Amber Brown2020-05-111-1/+1
* Reduce amount of logging at INFO level. (#6862)Erik Johnston2020-02-061-1/+1
* Replace returnValue with return (#5736)Amber Brown2019-07-231-1/+1
* Move logging utilities out of the side drawer of util/ and into logging/ (#5606)Amber Brown2019-07-041-2/+2
* Prevent multiple upgrades on the same room at once (#5051)Andrew Morgan2019-06-251-1/+1
* Run Black. (#5482)Amber Brown2019-06-201-12/+10
* Rename async to async_helpers because `async` is a keyword on Python 3.7 (#3678)Amber Brown2018-08-101-1/+1
* replacing portionsAmber Brown2018-05-211-5/+6
* ResponseCache: fix handling of completed resultsRichard van der Hoff2018-04-131-13/+19
* Refactor ResponseCache usageRichard van der Hoff2018-04-121-2/+56
* Merge pull request #3092 from matrix-org/rav/response_cache_metricsRichard van der Hoff2018-04-121-1/+13
|\
| * Add metrics for ResponseCacheRichard van der Hoff2018-04-101-1/+13
* | Document the behaviour of ResponseCacheRichard van der Hoff2018-04-041-0/+32
|/
* Cache federation state responsesErik Johnston2016-07-211-2/+11
* Deduplicate joinsErik Johnston2016-04-071-1/+1
* Fix typoMark Haines2016-03-241-1/+1
* Deduplicate identical /sync requestsMark Haines2016-03-241-0/+46