summary refs log tree commit diff
path: root/synapse/util/file_consumer.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update license headersPatrick Cloke2023-11-211-10/+16
* Fix type hint errors from Twisted trunk (#16526)Patrick Cloke2023-10-231-5/+11
* Add missing type hints to `synapse.logging.context` (#11556)Sean Quah2021-12-141-0/+1
* Add types to synapse.util. (#10601)reivilibre2021-09-101-19/+29
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-10/+5
* Stop sub-classing object (#8249)Patrick Cloke2020-09-041-1/+1
* Replace all remaining six usage with native Python 3 equivalents (#7704)Dagfinn Ilmari Mannsåker2020-06-161-1/+1
* Move logging utilities out of the side drawer of util/ and into logging/ (#5606)Amber Brown2019-07-041-1/+1
* run isortAmber Brown2018-07-091-2/+2
* Pass around the reactor explicitly (#3385)Amber Brown2018-06-221-5/+11
* Use run_in_background in preference to preserve_fnRichard van der Hoff2018-04-271-2/+4
* Replace Queue with six.moves.queueAdrian Tschira2018-04-161-2/+2
* Do logcontexts correctlyErik Johnston2018-01-181-2/+2
* Move test stuff to testsErik Johnston2018-01-181-25/+1
* Make all fields privateErik Johnston2018-01-181-31/+31
* Ensure we registerProducer isn't called twiceErik Johnston2018-01-181-0/+3
* Fix _notify_empty typoErik Johnston2018-01-181-1/+1
* Move definition of paused_producer to __init__Erik Johnston2018-01-181-2/+4
* Fix commentsErik Johnston2018-01-181-3/+3
* Add decent impl of a FileConsumerErik Johnston2018-01-171-0/+158