forked-synapse/synapse/util
Mark Haines 3dd1630848 Add a setter for the current log context.
Move the resource tracking inside that setter so that it is easier
to make sure that the resource tracking isn't double counting the
resource usage.
2015-12-07 10:51:18 +00:00
..
caches Don't assume @cachedList function returns keys for everything 2015-08-18 11:11:33 +01:00
__init__.py Track the cpu used in the main thread by each logging context 2015-12-03 21:03:01 +00:00
async.py Make @cached cache deferreds rather than the deferreds' values 2015-08-06 13:33:34 +01:00
debug.py Track the cpu used in the main thread by each logging context 2015-12-03 21:03:01 +00:00
distributor.py Make distributer.fire work as it did 2015-05-12 13:14:48 +01:00
frozenutils.py Don't unfreeze when using FreezeEvent.get_dict, as we are using a JSONEncoder that understands FrozenDict 2015-02-11 15:44:28 +00:00
jsonobject.py Unused import 2015-05-28 15:47:20 +01:00
logcontext.py Add a setter for the current log context. 2015-12-07 10:51:18 +00:00
logutils.py Fix typo where we used wrong var. 2015-01-06 16:05:01 +00:00
ratelimitutils.py Use contextlib.contextmanager instead of a custom class 2015-03-02 13:32:44 +00:00
retryutils.py Retry dead servers a lot less often 2015-11-02 16:56:30 +00:00
stringutils.py Allow non-ascii filenames for attachments 2015-08-26 16:26:37 +01:00