| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | replace 'except:' with 'except Exception:' | Richard van der Hoff | 2017-10-23 | 4 | -11/+11 |
* | Fix logcontext handling for persist_events | Richard van der Hoff | 2017-10-17 | 1 | -0/+5 |
* | Merge pull request #2532 from matrix-org/rav/fix_linearizer | Richard van der Hoff | 2017-10-11 | 1 | -2/+22 |
|\ |
|
| * | Fix stackoverflow and logcontexts from linearizer | Richard van der Hoff | 2017-10-11 | 1 | -2/+22 |
* | | logformatter: fix AttributeError | Richard van der Hoff | 2017-10-11 | 1 | -3/+11 |
* | | Fancy logformatter to format exceptions better | Richard van der Hoff | 2017-10-09 | 1 | -0/+43 |
|/ |
|
* | Fix logcontext handling for concurrently_execute | Richard van der Hoff | 2017-10-06 | 1 | -2/+2 |
* | pep8 | David Baker | 2017-09-26 | 1 | -0/+1 |
* | unnecessary parens | David Baker | 2017-09-26 | 1 | -1/+1 |
* | Add module_loader.py | David Baker | 2017-09-26 | 1 | -0/+41 |
* | Increase default cache factor size. | Erik Johnston | 2017-07-04 | 1 | -1/+1 |
* | Define CACHE_SIZE_FACTOR once | Erik Johnston | 2017-07-04 | 2 | -9/+2 |
* | Use an ExpiringCache for storing registration sessions | Erik Johnston | 2017-06-29 | 1 | -0/+3 |
* | Rewrite conditional | Erik Johnston | 2017-06-09 | 1 | -1/+1 |
* | Fix has_any_entity_changed | Erik Johnston | 2017-06-09 | 1 | -4/+4 |
* | Add stream change cache | Erik Johnston | 2017-05-31 | 1 | -0/+15 |
* | Pull out if statement from for loop | Erik Johnston | 2017-05-22 | 1 | -6/+14 |
* | Update list cache to handle one arg case | Erik Johnston | 2017-05-22 | 1 | -17/+33 |
* | Make get_state_groups_from_groups faster. | Erik Johnston | 2017-05-17 | 1 | -11/+46 |
* | Don't update event cache hit ratio from get_joined_users | Erik Johnston | 2017-05-08 | 1 | -3/+6 |
* | Optimise caches with single key | Erik Johnston | 2017-05-04 | 1 | -9/+33 |
* | Instantiate DeferredTimedOutError correctly | Richard van der Hoff | 2017-05-02 | 1 | -1/+1 |
* | Reduce size of joined_user cache | Erik Johnston | 2017-04-25 | 1 | -0/+14 |
* | Remove DEBUG_CACHES | Erik Johnston | 2017-04-25 | 1 | -2/+0 |
* | Reduce cache size by not storing deferreds | Erik Johnston | 2017-04-25 | 1 | -18/+21 |
* | Only intern ascii strings | Erik Johnston | 2017-04-24 | 1 | -18/+11 |
* | Fix fixme in preserve_fn | Richard van der Hoff | 2017-04-03 | 1 | -5/+1 |
* | Remove unused instance variable | Erik Johnston | 2017-03-31 | 1 | -4/+0 |
* | Docs | Erik Johnston | 2017-03-30 | 1 | -0/+5 |
* | Revert log context change | Erik Johnston | 2017-03-30 | 1 | -3/+0 |
* | Doc new instance variables | Erik Johnston | 2017-03-30 | 1 | -1/+8 |
* | Manually calculate cache key as getcallargs is expensive | Erik Johnston | 2017-03-30 | 1 | -6/+28 |
* | Don't convert to deferreds when not necessary | Erik Johnston | 2017-03-30 | 3 | -2/+8 |
* | Fix the logcontext handling in the cache wrappers (#2077) | Richard van der Hoff | 2017-03-30 | 2 | -16/+37 |
* | Merge pull request #2050 from matrix-org/rav/federation_backoff | Richard van der Hoff | 2017-03-23 | 1 | -4/+25 |
|\ |
|
| * | Ignore backoff history for invites, aliases, and roomdirs | Richard van der Hoff | 2017-03-23 | 1 | -2/+11 |
| * | push federation retry limiter down to matrixfederationclient | Richard van der Hoff | 2017-03-23 | 1 | -2/+14 |
* | | Merge pull request #2052 from matrix-org/rav/time_bound_deferred | Richard van der Hoff | 2017-03-23 | 1 | -4/+6 |
|\ \ |
|
| * | | Fix time_bound_deferred to throw the right exception | Richard van der Hoff | 2017-03-23 | 1 | -4/+6 |
| |/ |
|
* | | Fix a couple of logcontext leaks | Richard van der Hoff | 2017-03-23 | 1 | -2/+3 |
* | | Fix caching of remote servers' signature keys | Richard van der Hoff | 2017-03-22 | 1 | -63/+72 |
|/ |
|
* | Merge pull request #2026 from matrix-org/rav/logcontext_docs | Richard van der Hoff | 2017-03-20 | 1 | -0/+10 |
|\ |
|
| * | Logcontext docs | Richard van der Hoff | 2017-03-17 | 1 | -0/+10 |
* | | Stop preserve_fn leaking context into the reactor | Richard van der Hoff | 2017-03-18 | 1 | -32/+29 |
|/ |
|
* | Merge pull request #2016 from matrix-org/rav/queue_pdus_during_join | Richard van der Hoff | 2017-03-17 | 1 | -0/+25 |
|\ |
|
| * | Implement reset_context_after_deferred | Richard van der Hoff | 2017-03-15 | 1 | -0/+25 |
* | | Fix assertion to stop transaction queue getting wedged | Richard van der Hoff | 2017-03-15 | 1 | -1/+1 |
* | | Support registration / login with phone number | David Baker | 2017-03-13 | 1 | -0/+40 |
|/ |
|
* | Revert "Support registration & login with phone number" | Erik Johnston | 2017-03-13 | 1 | -40/+0 |
* | Add setdefault key to ExpiringCache | Erik Johnston | 2017-03-10 | 1 | -0/+7 |
* | Docs | David Baker | 2017-03-08 | 1 | -0/+13 |
* | Incorrectly copied copyright | David Baker | 2017-03-08 | 1 | -1/+0 |
* | pep8 | David Baker | 2017-03-08 | 1 | -0/+1 |
* | Add msisdn util file | David Baker | 2017-03-08 | 1 | -0/+27 |
* | Comment | Erik Johnston | 2017-02-02 | 1 | -1/+4 |
* | Comment | Erik Johnston | 2017-02-02 | 1 | -0/+2 |
* | Correctly raise exceptions for ratelimitng. Ratelimit on 401 | Erik Johnston | 2017-02-01 | 1 | -3/+5 |
* | Remove explicit < 400 check as apparently this is confusing | Erik Johnston | 2017-01-31 | 1 | -3/+1 |
* | Comment | Erik Johnston | 2017-01-31 | 1 | -0/+2 |
* | Comment | Erik Johnston | 2017-01-31 | 1 | -0/+4 |
* | Better handle 404 response for federation /send/ | Erik Johnston | 2017-01-31 | 1 | -2/+13 |
* | Update LruCache size estimate on clear | Erik Johnston | 2017-01-18 | 1 | -0/+2 |
* | Measure metrics of string_cache | Erik Johnston | 2017-01-17 | 1 | -3/+8 |
* | Fix typo in return type | Erik Johnston | 2017-01-17 | 1 | -3/+2 |
* | Rename and comment tree_to_leaves_iterator | Erik Johnston | 2017-01-17 | 2 | -5/+8 |
* | Remove needless call to evict() | Erik Johnston | 2017-01-17 | 1 | -1/+0 |
* | Speed up cache size calculation | Erik Johnston | 2017-01-17 | 5 | -46/+128 |
* | Use OrderedDict in ExpiringCache | Erik Johnston | 2017-01-16 | 1 | -10/+4 |
* | Add support for 'iterable' to ExpiringCache | Erik Johnston | 2017-01-16 | 1 | -9/+17 |
* | Optionally measure size of cache by sum of length of values | Erik Johnston | 2017-01-13 | 2 | -19/+38 |
* | Remove full_twisted_stacktraces option | Erik Johnston | 2017-01-12 | 1 | -71/+0 |
* | Add paranoia exception catch in Linearizer | Erik Johnston | 2017-01-10 | 1 | -2/+5 |
* | More logging for the linearizer and for get_events | Mark Haines | 2017-01-05 | 1 | -2/+11 |
* | s/aquire/acquire/g | Mark Haines | 2016-12-30 | 1 | -1/+1 |
* | Add more useful logging when we block fetching events | Mark Haines | 2016-12-30 | 1 | -0/+5 |
* | Merge pull request #1620 from matrix-org/erikj/concurrent_room_access | Erik Johnston | 2016-12-12 | 1 | -0/+58 |
|\ |
|
| * | Comments | Erik Johnston | 2016-11-11 | 1 | -0/+13 |
| * | Add Limiter: limit concurrent access to resource | Erik Johnston | 2016-11-10 | 1 | -0/+45 |
* | | Correctly handle timeout errors | Erik Johnston | 2016-12-09 | 1 | -1/+6 |
* | | Use correct var | Erik Johnston | 2016-11-24 | 1 | -1/+1 |
* | | Correctly handle 500's and 429 on federation | Erik Johnston | 2016-11-24 | 1 | -1/+1 |
* | | Invalidate retry cache in both directions | Erik Johnston | 2016-11-22 | 1 | -9/+12 |
* | | Handle sending events and device messages over federation | Erik Johnston | 2016-11-17 | 1 | -3/+14 |
* | | Use external ldap auth pacakge | Erik Johnston | 2016-11-15 | 1 | -369/+0 |
* | | Clean transactions based on time. Add HttpTransactionCache tests. | Kegan Dougal | 2016-11-14 | 1 | -1/+9 |
|/ |
|
* | Explicitly set authentication mode in ldap3 | Erik Johnston | 2016-11-08 | 1 | -1/+2 |
* | Implement pluggable password auth | Erik Johnston | 2016-10-03 | 1 | -0/+368 |
* | Change get_pos_of_last_change to return upper bound | Erik Johnston | 2016-09-15 | 1 | -3/+4 |
* | Use stream_change cache to make get_forward_extremeties_for_room cache more e... | Erik Johnston | 2016-09-15 | 1 | -0/+5 |
* | Fix up push to use get_current_state_ids | Erik Johnston | 2016-08-25 | 1 | -176/+0 |
* | Preserve some logcontexts | Erik Johnston | 2016-08-24 | 2 | -8/+16 |
* | Merge pull request #1031 from matrix-org/erikj/measure_notifier | Erik Johnston | 2016-08-22 | 1 | -1/+1 |
|\ |
|
| * | Only abort Measure on Exceptions | Erik Johnston | 2016-08-19 | 1 | -1/+1 |
* | | Ensure invalidation list does not grow unboundedly | Erik Johnston | 2016-08-19 | 2 | -20/+16 |
* | | Rename to on_invalidate | Erik Johnston | 2016-08-19 | 1 | -16/+10 |
* | | Make cache_context an explicit option | Erik Johnston | 2016-08-19 | 1 | -8/+27 |
* | | Remove lru option | Erik Johnston | 2016-08-19 | 1 | -23/+8 |
* | | Add concept of cache contexts | Erik Johnston | 2016-08-19 | 3 | -20/+99 |
|/ |
|
* | Clean up TransactionQueue | Erik Johnston | 2016-08-10 | 2 | -3/+1 |
* | Measure federation send transaction resources | Erik Johnston | 2016-08-10 | 1 | -0/+14 |
* | Add federation /version API | Erik Johnston | 2016-08-05 | 1 | -4/+4 |
* | Merge pull request #940 from matrix-org/erikj/fed_state_cache | Erik Johnston | 2016-08-02 | 1 | -2/+11 |
|\ |
|
| * | Cache federation state responses | Erik Johnston | 2016-07-21 | 1 | -2/+11 |
* | | Fix retry utils to check if the exception is a subclass of CME | Mark Haines | 2016-07-28 | 1 | -1/+1 |
* | | Don't include name of room for invites in push | David Baker | 2016-07-28 | 1 | -1/+4 |
* | | typo | Matthew Hodgson | 2016-07-26 | 1 | -1/+1 |
|/ |
|
* | Add ReadWriteLock | Erik Johnston | 2016-07-05 | 1 | -0/+82 |
* | Use similar naming we use in email notifs for push | David Baker | 2016-06-24 | 1 | -1/+4 |
* | Remove registered_users from the distributor. | Mark Haines | 2016-06-17 | 1 | -4/+0 |
* | Merge branch 'erikj/cache_perf' of github.com:matrix-org/synapse into develop | Erik Johnston | 2016-06-03 | 2 | -10/+34 |
|\ |
|
| * | Pull out update_results_dict | Erik Johnston | 2016-06-03 | 1 | -8/+7 |
| * | Small optimisation to CacheListDescriptor | Erik Johnston | 2016-06-03 | 2 | -2/+11 |
| * | Make cachedList go a bit faster | Erik Johnston | 2016-06-03 | 1 | -10/+34 |
* | | Change CacheMetrics to be quicker | Erik Johnston | 2016-06-03 | 5 | -25/+44 |
|/ |
|
* | catch thinko in presentable names | Matthew Hodgson | 2016-05-23 | 1 | -4/+15 |
* | Docstring | David Baker | 2016-04-29 | 1 | -0/+14 |
* | pep8 newline | David Baker | 2016-04-29 | 1 | -1/+1 |
* | Merge remote-tracking branch 'origin/develop' into dbkr/email_notifs | David Baker | 2016-04-29 | 2 | -0/+168 |
|\ |
|
| * | Add a metrics listener and a ssh listener to the pusher | Mark Haines | 2016-04-25 | 1 | -1/+25 |
| * | Move the listenTCP call outside the manhole function | Mark Haines | 2016-04-25 | 1 | -9/+5 |
| * | Split out setting up the manhole to a separate file | Mark Haines | 2016-04-22 | 1 | -0/+50 |
| * | Split out create_resource_tree to a separate file | Mark Haines | 2016-04-22 | 1 | -0/+98 |
* | | Handle room invites in email notifs | David Baker | 2016-04-28 | 1 | -3/+3 |
* | | More variable calculation for email notifs | David Baker | 2016-04-25 | 1 | -16/+19 |
* | | Typo | David Baker | 2016-04-25 | 1 | -1/+1 |
* | | No we don't: it's just the display name | David Baker | 2016-04-22 | 1 | -1/+0 |
* | | Sort member events | David Baker | 2016-04-22 | 1 | -0/+4 |
* | | Implement group-of-people names | David Baker | 2016-04-22 | 1 | -17/+14 |
* | | Flesh out email templating | David Baker | 2016-04-21 | 1 | -0/+142 |
|/ |
|
* | Create log context in Measure if one doesn't exist | Erik Johnston | 2016-04-18 | 1 | -6/+17 |
* | Use SynapseError 504 for Timeout errors | Erik Johnston | 2016-04-15 | 1 | -1/+2 |