| Commit message (Expand) | Author | Age | Files | Lines |
* | Performance improvements and refactor of Ratelimiter (#7595) | Andrew Morgan | 2020-06-05 | 1 | -1/+1 |
* | Speed up processing of federation stream RDATA rows. | Erik Johnston | 2020-05-27 | 1 | -0/+12 |
* | Don't apply cache factor to event cache. (#7578) | Erik Johnston | 2020-05-27 | 1 | -0/+4 |
* | Fix stacktrace mangling in `patch_inline_callbacks` (#7554) | Richard van der Hoff | 2020-05-22 | 1 | -2/+7 |
* | remove miscellaneous PY2 code | Richard van der Hoff | 2020-05-15 | 2 | -27/+8 |
* | remove to_ascii | Richard van der Hoff | 2020-05-15 | 1 | -19/+1 |
* | Remove `exception_to_unicode` | Richard van der Hoff | 2020-05-15 | 1 | -36/+0 |
* | Strictly enforce canonicaljson requirements in a new room version (#7381) | Patrick Cloke | 2020-05-14 | 1 | -1/+1 |
* | Allow configuration of Synapse's cache without using synctl or environment va... | Amber Brown | 2020-05-11 | 7 | -92/+206 |
* | Speed up fetching device lists changes in sync. | Erik Johnston | 2020-05-05 | 1 | -4/+15 |
* | Extend StreamChangeCache to support multiple entities per stream ID (#7303) | Richard van der Hoff | 2020-04-22 | 1 | -46/+71 |
* | On catchup, process each row with its own stream id (#7286) | Richard van der Hoff | 2020-04-20 | 1 | -0/+3 |
* | Rewrite prune_old_outbound_device_pokes for efficiency (#7159) | Richard van der Hoff | 2020-03-30 | 1 | -1/+20 |
* | Clean up some LoggingContext stuff (#7120) | Richard van der Hoff | 2020-03-24 | 2 | -20/+20 |
* | Clarify list/set/dict/tuple comprehensions and enforce via flake8 (#6957) | Patrick Cloke | 2020-02-21 | 1 | -1/+1 |
* | Reduce amount of logging at INFO level. (#6862) | Erik Johnston | 2020-02-06 | 1 | -1/+1 |
* | Fix stacktraces when using ObservableDeferred and async/await (#6836) | Erik Johnston | 2020-02-03 | 1 | -0/+4 |
* | Validate client_secret parameter (#6767) | Andrew Morgan | 2020-01-24 | 1 | -0/+17 |
* | Log saml assertions rather than the whole response | Richard van der Hoff | 2020-01-16 | 1 | -0/+13 |
* | move batch_iter to a separate module | Richard van der Hoff | 2020-01-16 | 2 | -17/+35 |
* | Handle `config` not being set for synapse plugin modules | Richard van der Hoff | 2020-01-12 | 1 | -1/+1 |
* | Persist auth/state events at backwards extremities when we fetch them (#6526) | Richard van der Hoff | 2019-12-16 | 1 | -2/+2 |
* | look up cross-signing keys from the DB in bulk (#6486) | Hubert Chathi | 2019-12-12 | 1 | -1/+1 |
* | Remove SnapshotCache in favour of ResponseCache | Erik Johnston | 2019-12-09 | 1 | -94/+0 |
* | Fix inaccurate per-block metrics (#6491) | Richard van der Hoff | 2019-12-09 | 1 | -42/+18 |
* | Port SyncHandler to async/await | Erik Johnston | 2019-12-05 | 1 | -6/+17 |
* | Replace instance variations of homeserver with correct case/spacing | Andrew Morgan | 2019-11-12 | 1 | -1/+1 |
* | Fix LruCache callback deduplication (#6213) | V02460 | 2019-11-07 | 1 | -11/+37 |
* | Remove usage of deprecated logger.warn method from codebase (#6271) | Andrew Morgan | 2019-10-31 | 4 | -6/+6 |
* | Clarify docstring | Erik Johnston | 2019-10-30 | 1 | -0/+4 |
* | Make ObservableDeferred.observe() always return deferred. | Erik Johnston | 2019-10-30 | 1 | -5/+2 |
* | Handle FileNotFound error in checking git repository version (#6284) | Andrew Morgan | 2019-10-30 | 1 | -4/+6 |
* | Make concurrently_execute work with async/await | Erik Johnston | 2019-10-29 | 1 | -4/+3 |
* | Update docstring | Erik Johnston | 2019-10-29 | 1 | -3/+2 |
* | Quick fix to ensure cache descriptors always return deferreds | Erik Johnston | 2019-10-28 | 1 | -2/+2 |
* | Add maybe_awaitable and fix __init__ bugs | Erik Johnston | 2019-10-11 | 1 | -0/+29 |
* | Fixup comments | Erik Johnston | 2019-10-10 | 1 | -3/+3 |
* | Fix py3.5 | Erik Johnston | 2019-10-10 | 1 | -1/+1 |
* | Fix py3.5 | Erik Johnston | 2019-10-10 | 1 | -1/+1 |
* | sort | Erik Johnston | 2019-10-10 | 1 | -3/+1 |
* | Appease mypy | Erik Johnston | 2019-10-10 | 1 | -13/+18 |
* | Add coments | Erik Johnston | 2019-10-10 | 1 | -5/+25 |
* | Log correct context | Erik Johnston | 2019-10-10 | 1 | -6/+6 |
* | Test for sentinel commit | Erik Johnston | 2019-10-10 | 1 | -2/+19 |
* | Move patch_inline_callbacks into synapse/ | Erik Johnston | 2019-10-10 | 1 | -0/+179 |
* | add some metrics on the federation sender (#6160) | Richard van der Hoff | 2019-10-03 | 1 | -2/+4 |
* | Fix up some typechecking (#6150) | Amber Brown | 2019-10-02 | 5 | -8/+33 |
* | Fix errors storing large retry intervals. | Erik Johnston | 2019-10-02 | 1 | -1/+1 |
* | Merge branch 'develop' into rav/fix_attribute_mapping | Richard van der Hoff | 2019-09-19 | 3 | -21/+68 |
|\ |
|
| * | Add 'failure_ts' column to 'destinations' table (#6016) | Richard van der Hoff | 2019-09-17 | 1 | -1/+15 |
| * | Remove the cap on federation retry interval. (#6026) | Richard van der Hoff | 2019-09-12 | 1 | -2/+2 |
| * | Fix bug in calculating the federation retry backoff period (#6025) | Richard van der Hoff | 2019-09-12 | 1 | -2/+3 |
| * | Use the v2 Identity Service API for lookups (MSC2134 + MSC2140) (#5976) | Andrew Morgan | 2019-09-11 | 1 | -0/+33 |
| * | Clean up some code in the retry logic (#6017) | Richard van der Hoff | 2019-09-11 | 1 | -16/+13 |
| * | Revert "Use the v2 lookup API for 3PID invites (#5897)" (#5937) | Andrew Morgan | 2019-08-30 | 1 | -33/+0 |
| * | Use the v2 lookup API for 3PID invites (#5897) | Andrew Morgan | 2019-08-28 | 1 | -0/+33 |
| * | Retry well-known lookup before expiry. | Erik Johnston | 2019-08-13 | 1 | -3/+5 |
* | | Fix a bug with saml attribute maps. | Richard van der Hoff | 2019-09-19 | 1 | -1/+19 |
|/ |
|
* | Add kwargs and doc | Brendan Abolivier | 2019-07-29 | 1 | -2/+4 |
* | Add ability to pass arguments to looping calls | Brendan Abolivier | 2019-07-29 | 1 | -2/+2 |
* | Fix some error cases in the caching layer. (#5749) | Richard van der Hoff | 2019-07-25 | 1 | -32/+42 |
* | Add a prometheus metric for active cache lookups. (#5750) | Richard van der Hoff | 2019-07-24 | 2 | -2/+33 |
* | Replace returnValue with return (#5736) | Amber Brown | 2019-07-23 | 6 | -15/+13 |
* | Cache get_version_string. | Erik Johnston | 2019-07-22 | 1 | -2/+21 |
* | Fixes to the federation rate limiter (#5621) | Richard van der Hoff | 2019-07-05 | 1 | -8/+8 |
* | Improve the backwards compatibility re-exports of synapse.logging.context (#5... | Amber Brown | 2019-07-05 | 3 | -5/+61 |
* | Move logging utilities out of the side drawer of util/ and into logging/ (#5606) | Amber Brown | 2019-07-04 | 12 | -962/+26 |
* | Fix 'utime went backwards' errors on daemonization. (#5609) | Richard van der Hoff | 2019-07-03 | 1 | -4/+13 |
* | Fix a number of "Starting txn from sentinel context" warnings (#5605) | Richard van der Hoff | 2019-07-03 | 1 | -1/+7 |
* | Fix media repo breaking (#5593) | Amber Brown | 2019-07-02 | 1 | -2/+7 |
* | Prevent multiple upgrades on the same room at once (#5051) | Andrew Morgan | 2019-06-25 | 1 | -1/+1 |
* | Avoid raising exceptions in metrics | Richard van der Hoff | 2019-06-24 | 1 | -8/+14 |
* | Merge branch 'develop' into rav/cleanup_metrics | Richard van der Hoff | 2019-06-24 | 27 | -314/+317 |
|\ |
|
| * | Run Black. (#5482) | Amber Brown | 2019-06-20 | 27 | -314/+317 |
* | | Sanity-checking for metrics updates | Richard van der Hoff | 2019-06-19 | 1 | -7/+33 |
|/ |
|
* | Call RetryLimiter correctly (#5340) | Richard van der Hoff | 2019-06-04 | 1 | -1/+6 |
* | Avoid rapidly backing-off a server if we ignore the retry interval | Richard van der Hoff | 2019-06-03 | 1 | -23/+37 |
* | Improve logging for logcontext leaks. (#5288) | Richard van der Hoff | 2019-05-29 | 1 | -9/+13 |
* | Make all the rate limiting options more consistent (#5181) | Amber Brown | 2019-05-15 | 1 | -32/+15 |
* | Merge pull request #5183 from matrix-org/erikj/async_serialize_event | Erik Johnston | 2019-05-15 | 1 | -0/+19 |
|\ |
|
| * | Update docstring with correct return type | Erik Johnston | 2019-05-15 | 1 | -1/+1 |
| * | Allow client event serialization to be async | Erik Johnston | 2019-05-14 | 1 | -0/+19 |
* | | comment about user_joined_room | Richard van der Hoff | 2019-05-14 | 1 | -0/+1 |
|/ |
|
* | Merge branch 'master' into develop | Richard van der Hoff | 2019-05-03 | 1 | -2/+7 |
|\ |
|
| * | Use SystemRandom for token generation | Richard van der Hoff | 2019-05-03 | 1 | -2/+7 |
* | | Remove periods from copyright headers (#5046) | Andrew Morgan | 2019-04-11 | 1 | -1/+1 |
* | | Fix disappearing exceptions in manhole. (#5035) | Richard van der Hoff | 2019-04-10 | 1 | -2/+57 |
|/ |
|
* | Add a caching layer to .well-known responses (#4516) | Richard van der Hoff | 2019-01-30 | 1 | -0/+161 |
* | Merge pull request #4486 from xperimental/workaround-4216 | Richard van der Hoff | 2019-01-30 | 1 | -1/+4 |
|\ |
|
| * | Implement workaround for login error. | Robert Jacob | 2019-01-30 | 1 | -1/+4 |
* | | Make linearizer more quiet (#4507) | Amber Brown | 2019-01-29 | 1 | -5/+5 |
|/ |
|
* | Fix incorrect logcontexts after a Deferred was cancelled (#4407) | Richard van der Hoff | 2019-01-17 | 1 | -1/+3 |
* | Fix UnicodeDecodeError when postgres is not configured in english (#4253) | Richard van der Hoff | 2018-12-04 | 1 | -1/+38 |
* | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/alias_disa... | Erik Johnston | 2018-10-25 | 3 | -54/+76 |
|\ |
|
| * | Correctly account for cpu usage by background threads (#4074) | Richard van der Hoff | 2018-10-23 | 1 | -51/+69 |
| * | Make scripts/ and scripts-dev/ pass pyflakes (and the rest of the codebase on... | Amber Brown | 2018-10-20 | 1 | -1/+3 |
| * | Fix manhole on py3 (pt 2) (#4067) | Amber Brown | 2018-10-19 | 1 | -0/+2 |
| * | make a bytestring | Amber Brown | 2018-10-19 | 1 | -2/+2 |
* | | Anchor returned regex to start and end of string | Erik Johnston | 2018-10-19 | 1 | -2/+6 |
* | | Add config option to control alias creation | Erik Johnston | 2018-10-19 | 1 | -0/+21 |
|/ |
|
* | Remove unnecessary extra function call layer | Erik Johnston | 2018-10-08 | 1 | -16/+13 |
* | Use errback pattern and catch async failures | Erik Johnston | 2018-10-08 | 1 | -14/+29 |
* | Log looping call exceptions | Erik Johnston | 2018-10-05 | 1 | -1/+18 |
* | Correctly match 'dict.pop' api | Erik Johnston | 2018-10-01 | 1 | -3/+11 |
* | Don't update eviction metrics on explicit removal | Erik Johnston | 2018-10-01 | 1 | -5/+0 |
* | Merge remote-tracking branch 'origin/develop' into erikj/destination_retry_cache | Richard van der Hoff | 2018-09-28 | 1 | -4/+37 |
|\ |
|
| * | Include eventid in log lines when processing incoming federation transactions... | Richard van der Hoff | 2018-09-27 | 1 | -4/+37 |
* | | Merge branch 'rav/fix_expiring_cache_len' into erikj/destination_retry_cache | Richard van der Hoff | 2018-09-26 | 1 | -10/+17 |
|\| |
|
| * | Log which cache is throwing exceptions | Richard van der Hoff | 2018-09-26 | 1 | -10/+17 |
| * | Fix ExpiringCache.__len__ to be accurate | Erik Johnston | 2018-09-26 | 1 | -10/+7 |
* | | Fix ExpiringCache.__len__ to be accurate | Erik Johnston | 2018-09-21 | 1 | -12/+9 |
* | | Add a five minute cache to get_destination_retry_timings | Erik Johnston | 2018-09-21 | 1 | -0/+13 |
* | | Make ExpiringCache slightly more performant | Erik Johnston | 2018-09-21 | 1 | -1/+5 |
|/ |
|
* | Fix some instances of ExpiringCache not expiring cache items | Erik Johnston | 2018-09-21 | 1 | -1/+0 |
* | Improve the logging when handling a federation transaction (#3904) | Richard van der Hoff | 2018-09-19 | 1 | -1/+1 |
* | Replace custom DeferredTimeoutError with defer.TimeoutError | Erik Johnston | 2018-09-19 | 1 | -9/+3 |
* | Run canceller first to allow it to generate correct error | Erik Johnston | 2018-09-19 | 1 | -2/+5 |
* | Update to use new timeout function everywhere. | Erik Johnston | 2018-09-19 | 1 | -54/+19 |
* | Fix timeout function | Erik Johnston | 2018-09-15 | 1 | -1/+2 |
* | Add an awful secondary timeout to fix wedged requests | Erik Johnston | 2018-09-14 | 1 | -0/+51 |
* | Add in flight real time metrics for Measure blocks | Erik Johnston | 2018-09-14 | 1 | -0/+22 |
* | Change the manhole SSH key to have more bits | Erik Johnston | 2018-09-11 | 1 | -13/+31 |
* | Fix exceptions when a connection is closed before we read the headers | Richard van der Hoff | 2018-08-20 | 1 | -1/+3 |
* | Robustness fix for logcontext filter | Richard van der Hoff | 2018-08-20 | 1 | -1/+7 |
* | Port over enough to get some sytests running on Python 3 (#3668) | Amber Brown | 2018-08-20 | 3 | -8/+29 |
* | Merge branch 'rav/fix_linearizer_cancellation' into develop | Richard van der Hoff | 2018-08-10 | 1 | -43/+68 |
|\ |
|
| * | Fix linearizer cancellation on twisted < 18.7 | Richard van der Hoff | 2018-08-10 | 1 | -43/+68 |
* | | Rename async to async_helpers because `async` is a keyword on Python 3.7 (#3678) | Amber Brown | 2018-08-10 | 5 | -4/+4 |
|/ |
|
* | Python 3: Convert some unicode/bytes uses (#3569) | Amber Brown | 2018-08-02 | 1 | -3/+3 |
* | fix invalidation | Richard van der Hoff | 2018-07-27 | 1 | -1/+1 |
* | Rewrite cache list decorator | Richard van der Hoff | 2018-07-27 | 1 | -67/+64 |
* | Fix some looping_call calls which were broken in #3604 | Richard van der Hoff | 2018-07-26 | 1 | -1/+1 |
* | Test and fix support for cancellation in Linearizer | Richard van der Hoff | 2018-07-20 | 1 | -6/+22 |
* | Combine Limiter and Linearizer | Richard van der Hoff | 2018-07-20 | 1 | -89/+10 |
* | Improvements to the Limiter | Richard van der Hoff | 2018-07-20 | 1 | -13/+20 |
* | Add a sleep to the Limiter to fix stack overflows. | Richard van der Hoff | 2018-07-20 | 1 | -3/+20 |
* | Don't spew errors because we can't save metrics (#3563) | Amber Brown | 2018-07-19 | 2 | -6/+24 |
* | Make Distributor run its processes as a background process | Richard van der Hoff | 2018-07-18 | 1 | -26/+18 |
* | Run things as background processes | Richard van der Hoff | 2018-07-18 | 2 | -1/+9 |
* | Use efficient .intersection | Erik Johnston | 2018-07-17 | 1 | -4/+1 |
* | Fix perf regression in PR #3530 | Erik Johnston | 2018-07-17 | 1 | -1/+6 |
* | Merge pull request #3530 from matrix-org/erikj/stream_cache | Amber Brown | 2018-07-17 | 1 | -8/+1 |
|\ |
|
| * | Don't return unknown entities in get_entities_changed | Erik Johnston | 2018-07-13 | 1 | -8/+1 |
* | | Make FederationRateLimiter queue requests properly | Richard van der Hoff | 2018-07-13 | 1 | -10/+23 |
|/ |
|
* | Reduce set building in get_entities_changed | Richard van der Hoff | 2018-07-12 | 1 | -8/+12 |
* | Attempt to include db threads in cpu usage stats (#3496) | Richard van der Hoff | 2018-07-10 | 1 | -2/+21 |
* | Refactor logcontext resource usage tracking (#3501) | Richard van der Hoff | 2018-07-10 | 2 | -49/+120 |
* | run isort | Amber Brown | 2018-07-09 | 22 | -73/+71 |
* | Attempt to be more performant on PyPy (#3462) | Amber Brown | 2018-06-28 | 1 | -1/+1 |
* | Revert "Revert "Try to not use as much CPU in the StreamChangeCache"" (#3454) | Amber Brown | 2018-06-28 | 1 | -2/+4 |
* | Revert "Try to not use as much CPU in the StreamChangeCache" | Matthew Hodgson | 2018-06-26 | 1 | -4/+2 |
* | fixes | Amber Brown | 2018-06-26 | 1 | -2/+2 |
* | fixes | Amber Brown | 2018-06-26 | 1 | -2/+2 |
* | try and make loading items from the cache faster | Amber Brown | 2018-06-26 | 1 | -2/+4 |
* | Remove all global reactor imports & pass it around explicitly (#3424) | Amber Brown | 2018-06-25 | 1 | -0/+3 |
* | Disable partial state group caching for wildcard lookups | Richard van der Hoff | 2018-06-22 | 1 | -13/+12 |
* | Merge pull request #3419 from matrix-org/rav/events_per_request | Richard van der Hoff | 2018-06-22 | 1 | -0/+15 |
|\ |
|
| * | Indirect evt_count updates via method call | Richard van der Hoff | 2018-06-22 | 1 | -0/+11 |
| * | Log number of events fetched from DB | Richard van der Hoff | 2018-06-21 | 1 | -0/+4 |
* | | Pass around the reactor explicitly (#3385) | Amber Brown | 2018-06-22 | 4 | -33/+43 |
|/ |
|
* | Remove run_on_reactor (#3395) | Amber Brown | 2018-06-14 | 1 | -9/+1 |
* | Port to sortedcontainers (with tests!) (#3332) | Amber Brown | 2018-06-06 | 1 | -26/+31 |
* | Add hacky cache factor override system | Erik Johnston | 2018-06-04 | 2 | -2/+12 |
* | Consistently use six's iteritems and wrap lazy keys/values in list() if they'... | Amber Brown | 2018-05-31 | 2 | -3/+5 |
* | Merge pull request #3281 from NotAFile/py3-six-isinstance | Amber Brown | 2018-05-30 | 2 | -11/+15 |
|\ |
|
| * | pep8 | Adrian Tschira | 2018-05-29 | 1 | -0/+1 |
| * | fix recursion error | Adrian Tschira | 2018-05-24 | 1 | -7/+5 |
| * | remaining isintance fixes | Adrian Tschira | 2018-05-24 | 2 | -6/+11 |
* | | fix up tests | Amber Brown | 2018-05-28 | 1 | -3/+3 |
* | | update to more consistently use seconds in any metrics or logging | Amber Brown | 2018-05-28 | 3 | -19/+19 |
* | | add comment about why unreg | Amber Brown | 2018-05-28 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'origin/develop' into 3218-official-prom | Amber Brown | 2018-05-28 | 2 | -1/+24 |
|\| |
|
| * | Merge pull request #3247 from NotAFile/py3-misc | Amber Brown | 2018-05-24 | 1 | -1/+6 |
| |\ |
|
| | * | fix py3 intern and remove unnecessary py3 encode | Adrian Tschira | 2018-05-19 | 1 | -1/+6 |
| * | | Merge pull request #3245 from NotAFile/batch-iter | Amber Brown | 2018-05-24 | 1 | -0/+18 |
| |\ \ |
|
| | * | | Add batch_iter to utils | Adrian Tschira | 2018-05-19 | 1 | -0/+18 |
| | |/ |
|
* | | | cleanup | Amber Brown | 2018-05-22 | 1 | -5/+10 |
* | | | cleanup pep8 errors | Amber Brown | 2018-05-22 | 1 | -2/+5 |
* | | | fixes | Amber Brown | 2018-05-22 | 2 | -12/+30 |
* | | | Merge remote-tracking branch 'origin/develop' into 3218-official-prom | Amber Brown | 2018-05-22 | 1 | -11/+27 |
|\| | |
|
| * | | Comment | Erik Johnston | 2018-05-22 | 1 | -1/+1 |
| * | | Fix logcontext resource usage tracking | Erik Johnston | 2018-05-22 | 1 | -11/+27 |
| |/ |
|
* / | replacing portions | Amber Brown | 2018-05-21 | 7 | -98/+71 |
|/ |
|
* | Merge remote-tracking branch 'origin/develop' into rav/warn_on_logcontext_fail | Richard van der Hoff | 2018-05-03 | 15 | -136/+342 |
|\ |
|
| * | Fix logcontext leaks in rate limiter | Richard van der Hoff | 2018-05-03 | 1 | -3/+14 |
| * | Merge branch 'develop' into rav/more_logcontext_leaks | Richard van der Hoff | 2018-05-02 | 1 | -1/+1 |
| |\ |
|
| | * | Fix incorrect reference to StringIO | Richard van der Hoff | 2018-05-02 | 1 | -1/+1 |
| * | | Fix a class of logcontext leaks | Richard van der Hoff | 2018-05-02 | 1 | -22/+38 |
| |/ |
|
| * | Merge pull request #3144 from matrix-org/rav/run_in_background_exception_hand... | Richard van der Hoff | 2018-04-30 | 1 | -1/+7 |
| |\ |
|
| | * | Trap exceptions thrown within run_in_background | Richard van der Hoff | 2018-04-27 | 1 | -1/+7 |
| * | | Merge branch 'develop' into py3-xrange-1 | Richard van der Hoff | 2018-04-30 | 7 | -12/+17 |
| |\ \ |
|
| | * \ | Merge pull request #3154 from NotAFile/py3-stringio | Richard van der Hoff | 2018-04-30 | 1 | -1/+1 |
| | |\ \ |
|
| | | * | | replace stringIO imports | Adrian Tschira | 2018-04-28 | 1 | -1/+1 |
| | * | | | Merge pull request #3155 from NotAFile/py3-bytes-1 | Richard van der Hoff | 2018-04-30 | 1 | -2/+5 |
| | |\ \ \ |
|
| | | * | | | more bytes strings | Adrian Tschira | 2018-04-29 | 1 | -2/+5 |
| | | |/ / |
|
| | * | | | Merge pull request #3140 from matrix-org/rav/use_run_in_background | Richard van der Hoff | 2018-04-30 | 5 | -9/+11 |
| | |\ \ \
| | | |/ /
| | |/| | |
|
| | | * | | Merge remote-tracking branch 'origin/develop' into rav/use_run_in_background | Richard van der Hoff | 2018-04-27 | 1 | -1/+6 |
| | | |\ \ |
|
| | | * | | | Use run_in_background in preference to preserve_fn | Richard van der Hoff | 2018-04-27 | 5 | -9/+11 |
| | | | |/
| | | |/| |
|
| * | / | | Move more xrange to six | Adrian Tschira | 2018-04-28 | 3 | -5/+10 |
| |/ / / |
|
| * | | | Merge remote-tracking branch 'origin/develop' into rav/deferred_timeout | Richard van der Hoff | 2018-04-27 | 1 | -1/+6 |
| |\ \ \
| | | |/
| | |/| |
|
| | * | | Improve exception handling for background processes | Richard van der Hoff | 2018-04-27 | 1 | -1/+6 |
| | |/ |
|
| * | | Backport deferred.addTimeout | Richard van der Hoff | 2018-04-27 | 1 | -0/+67 |
| * | | Use deferred.addTimeout instead of time_bound_deferred | Richard van der Hoff | 2018-04-23 | 1 | -56/+0 |
| |/ |
|
| * | Merge pull request #3107 from NotAFile/py3-bool-nonzero | Richard van der Hoff | 2018-04-20 | 1 | -0/+1 |
| |\ |
|
| | * | add __bool__ alias to __nonzero__ methods | Adrian Tschira | 2018-04-15 | 1 | -0/+1 |
| * | | Merge pull request #3110 from NotAFile/py3-six-queue | Richard van der Hoff | 2018-04-20 | 1 | -2/+2 |
| |\ \ |
|
| | * | | Replace Queue with six.moves.queue | Adrian Tschira | 2018-04-16 | 1 | -2/+2 |
| | |/ |
|
| * | | Merge pull request #3093 from matrix-org/rav/response_cache_wrap | Richard van der Hoff | 2018-04-20 | 1 | -14/+74 |
| |\ \
| | |/
| |/| |
|
| | * | ResponseCache: fix handling of completed results | Richard van der Hoff | 2018-04-13 | 1 | -13/+19 |
| | * | Refactor ResponseCache usage | Richard van der Hoff | 2018-04-12 | 1 | -2/+56 |
| * | | Revert "Use sortedcontainers instead of blist" | Richard van der Hoff | 2018-04-13 | 1 | -2/+2 |
| |/ |
|
| * | Merge pull request #3092 from matrix-org/rav/response_cache_metrics | Richard van der Hoff | 2018-04-12 | 1 | -1/+13 |
| |\ |
|
| | * | Add metrics for ResponseCache | Richard van der Hoff | 2018-04-10 | 1 | -1/+13 |
| * | | Merge pull request #3059 from matrix-org/rav/doc_response_cache | Richard van der Hoff | 2018-04-12 | 1 | -0/+32 |
| |\ \ |
|
| | * | | Document the behaviour of ResponseCache | Richard van der Hoff | 2018-04-04 | 1 | -0/+32 |
| * | | | Use sortedcontainers instead of blist | Vincent Breitmoser | 2018-04-10 | 1 | -2/+2 |
| | |/
| |/| |
|
| * | | Revert "Merge pull request #3066 from matrix-org/rav/remove_redundant_metrics" | Richard van der Hoff | 2018-04-09 | 1 | -0/+25 |
| * | | Merge pull request #3068 from matrix-org/rav/fix_cache_invalidation | Richard van der Hoff | 2018-04-05 | 1 | -26/+38 |
| |\ \ |
|
| | * | | Fix overzealous cache invalidation | Richard van der Hoff | 2018-04-05 | 1 | -26/+38 |
| * | | | Remove redundant metrics which were deprecated in 0.27.0. | Richard van der Hoff | 2018-04-04 | 1 | -25/+0 |
| |/ / |
|
| * / | Use static JSONEncoders | Richard van der Hoff | 2018-03-29 | 1 | -0/+19 |
| |/ |
|
| * | 404 correctly on missing paths via NoResource | Matthew Hodgson | 2018-03-23 | 1 | -2/+2 |
| * | Add comments | Erik Johnston | 2018-03-19 | 1 | -0/+7 |
| * | Fix bug where state cache used lots of memory | Erik Johnston | 2018-03-15 | 2 | -5/+9 |
* | | Make 'unexpected logging context' into warnings | Richard van der Hoff | 2018-03-15 | 1 | -2/+2 |
|/ |
|
* | Factor run_in_background out from preserve_fn | Richard van der Hoff | 2018-03-08 | 1 | -24/+29 |
* | Rewrite make_deferred_yieldable avoiding inlineCallbacks | Richard van der Hoff | 2018-03-01 | 1 | -9/+11 |
* | report metrics on number of cache evictions | Richard van der Hoff | 2018-02-05 | 3 | -4/+34 |
* | Add federation_domain_whitelist option (#2820) | Matthew Hodgson | 2018-01-22 | 1 | -0/+12 |
* | Merge pull request #2813 from matrix-org/matthew/registrations_require_3pid | Matthew Hodgson | 2018-01-22 | 1 | -0/+48 |
|\ |
|
| * | fix PR nitpicking | Matthew Hodgson | 2018-01-19 | 1 | -3/+6 |
| * | rewrite based on PR feedback: | Matthew Hodgson | 2018-01-19 | 1 | -0/+45 |
* | | Merge pull request #2804 from matrix-org/erikj/file_consumer | Erik Johnston | 2018-01-18 | 1 | -0/+139 |
|\ \ |
|
| * | | Do logcontexts correctly | Erik Johnston | 2018-01-18 | 1 | -2/+2 |
| * | | Move test stuff to tests | Erik Johnston | 2018-01-18 | 1 | -25/+1 |
| * | | Make all fields private | Erik Johnston | 2018-01-18 | 1 | -31/+31 |
| * | | Ensure we registerProducer isn't called twice | Erik Johnston | 2018-01-18 | 1 | -0/+3 |
| * | | Fix _notify_empty typo | Erik Johnston | 2018-01-18 | 1 | -1/+1 |
| * | | Move definition of paused_producer to __init__ | Erik Johnston | 2018-01-18 | 1 | -2/+4 |
| * | | Fix comments | Erik Johnston | 2018-01-18 | 1 | -3/+3 |
| * | | Add decent impl of a FileConsumer | Erik Johnston | 2018-01-17 | 1 | -0/+158 |
* | | | Fix bugs in block metrics | Richard van der Hoff | 2018-01-18 | 1 | -2/+4 |
| |/
|/| |
|
* | | Track DB scheduling delay per-request | Richard van der Hoff | 2018-01-16 | 2 | -2/+30 |
* | | Track db txn time in millisecs | Richard van der Hoff | 2018-01-16 | 2 | -6/+11 |
* | | Optimise LoggingContext creation and copying | Richard van der Hoff | 2018-01-16 | 1 | -7/+18 |
|/ |
|
* | Reorganise request and block metrics | Richard van der Hoff | 2018-01-15 | 1 | -11/+42 |
* | Remove __PreservingContextDeferred too | Richard van der Hoff | 2017-11-14 | 1 | -30/+0 |
* | Remove preserve_context_over_{fn, deferred} | Richard van der Hoff | 2017-11-14 | 3 | -49/+10 |
* | Logging and logcontext fixes for Limiter | Richard van der Hoff | 2017-11-07 | 1 | -7/+17 |
* | fix vars named `l` | Richard van der Hoff | 2017-10-23 | 2 | -7/+4 |