| Commit message (Expand) | Author | Age | Files | Lines |
* | Empty iterables should count towards cache usage. (#9028) | Patrick Cloke | 2021-01-06 | 1 | -23/+50 |
* | Implement and use an @lru_cache decorator (#8595) | Richard van der Hoff | 2020-10-30 | 1 | -1/+59 |
* | Add some more tests | Richard van der Hoff | 2020-10-21 | 2 | -0/+147 |
* | Push some deferred wrangling down into DeferredCache | Richard van der Hoff | 2020-10-21 | 2 | -12/+11 |
* | Combine the two sets of tests for CacheDescriptor | Richard van der Hoff | 2020-10-21 | 1 | -0/+230 |
* | Add `DeferredCache.get_immediate` method (#8568) | Richard van der Hoff | 2020-10-19 | 1 | -4/+23 |
* | Combine the two sets of DeferredCache tests | Richard van der Hoff | 2020-10-14 | 1 | -2/+75 |
* | move DeferredCache into its own module | Richard van der Hoff | 2020-10-14 | 2 | -44/+64 |
* | Rename Cache->DeferredCache | Richard van der Hoff | 2020-10-14 | 1 | -2/+2 |
* | Stop sub-classing object (#8249) | Patrick Cloke | 2020-09-04 | 1 | -10/+10 |
* | Remove the unused inlineCallbacks code-paths in the caching code (#8119) | Patrick Cloke | 2020-08-19 | 1 | -6/+6 |
* | Clean up some LoggingContext stuff (#7120) | Richard van der Hoff | 2020-03-24 | 1 | -10/+12 |
* | Make ObservableDeferred.observe() always return deferred. | Erik Johnston | 2019-10-30 | 1 | -2/+2 |
* | Quick fix to ensure cache descriptors always return deferreds | Erik Johnston | 2019-10-28 | 1 | -2/+2 |
* | Retry well-known lookup before expiry. | Erik Johnston | 2019-08-13 | 1 | -2/+2 |
* | Fix some error cases in the caching layer. (#5749) | Richard van der Hoff | 2019-07-25 | 1 | -3/+87 |
* | Replace returnValue with return (#5736) | Amber Brown | 2019-07-23 | 1 | -4/+4 |
* | Move logging utilities out of the side drawer of util/ and into logging/ (#5606) | Amber Brown | 2019-07-04 | 1 | -29/+20 |
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 2 | -53/+53 |
* | Add a caching layer to .well-known responses (#4516) | Richard van der Hoff | 2019-01-30 | 1 | -0/+83 |
* | Run black. | black | 2018-08-10 | 1 | -26/+20 |
* | fix invalidation | Richard van der Hoff | 2018-07-27 | 1 | -1/+41 |
* | Rewrite cache list decorator | Richard van der Hoff | 2018-07-27 | 1 | -0/+61 |
* | run isort | Amber Brown | 2018-07-09 | 1 | -2/+5 |
* | Reinstate lost run_on_reactor in unit test | Richard van der Hoff | 2018-07-04 | 1 | -2/+15 |
* | Remove run_on_reactor (#3395) | Amber Brown | 2018-06-14 | 1 | -2/+0 |
* | Fix overzealous cache invalidation | Richard van der Hoff | 2018-04-05 | 1 | -0/+46 |
* | Fix up tests | Erik Johnston | 2017-03-30 | 1 | -0/+38 |
* | Fix the logcontext handling in the cache wrappers (#2077) | Richard van der Hoff | 2017-03-30 | 1 | -0/+91 |
* | Fix caching of remote servers' signature keys | Richard van der Hoff | 2017-03-22 | 2 | -0/+100 |