summaryrefslogtreecommitdiffstats
path: root/deluge/component.py
Commit message (Expand)AuthorAge
* [Lint] Fix spelling mistakesCalum Lind2021-09-21
* [Core] Fix potential "dictionary changed size during iteration" on shutdownAnders Jensen2019-11-12
* [Lint] Fix flake8 warningsCalum Lind2018-10-25
* [Lint] Use Black to auto-format codeCalum Lind2018-10-03
* Fix files to pass new Flake8 checkersCalum Lind2018-06-01
* Replace/remove usage of dict.keys()Calum Lind2017-03-16
* [Py2to3] Large set of changes for Python 3 compatCalum Lind2017-03-16
* [Py2to3] Refactor out usage of unicode and basestringCalum Lind2017-02-23
* [Py2to3] Force unicode_literals and fix related issuesCalum Lind2017-02-22
* [Lint] Quote cleanupCalum Lind2016-11-17
* [Lint] Convert all python double quotes to single quotesCalum Lind2016-11-03
* Revert "[Py2to3] Clean-up the use of keys() on dictionary objects."Calum Lind2016-10-26
* [Py2to3] Clean-up the use of keys() on dictionary objects.Andrew Resch2016-10-26
* [Base] [Tests] Add more component testsbendikro2016-05-24
* [Base] Fix Component docsbendikro2016-05-24
* [Base] Fix incorrect use of defer.fail in componentbendikro2016-05-06
* [Core] Fix unnecessary delay when starting componentsbendikro2016-04-21
* [WebUi] [Core] Fixes to plugin handling and WebUi plugin + testsbendikro2016-04-18
* [Core] Emit ConfigValueChangedEvent only in started statebendikro2016-04-11
* [Base] Catch and log exceptions raised in component.updatebendikro2015-12-04
* [Lint] Cleanup code to pass PyLint Warning categoryCalum Lind2015-10-30
* [Core] Do not remove components from component registry on shutdownbendikro2015-08-27
* [Core] [Tests] Changes to component.shutdown and unit testsbendikro2014-12-01
* Flake8 core and common filesCalum Lind2014-09-03
* Sort/prettify imports with isortCalum Lind2014-09-03
* Make sure dependent components are stopped before their dependencies.Chase Sterling2012-12-07
* Alternative fix for re-enabling plugin issueCalum Lind2012-03-02
* Only deregister component if registry still existsJohn Garland2011-07-05
* Change component.deregister to take the object as the parameter, not the nameAndrew Resch2011-06-06
* Revert "Work around plugins being garbage collected once enabled twice."Pedro Algarvio2011-06-06
* Work around plugins being garbage collected once enabled twice.Pedro Algarvio2011-06-05
* Show errors when trying failing to properly stop a componentAndrew Resch2011-06-02
* Swhiched the old style logging, ie, a single logger for all logging output to...Pedro Algarvio2010-12-06
* Add an errback for when calling a component's start() fails and revert it bac...Andrew Resch2010-04-08
* Add 2 new states to Component: Starting and StoppingAndrew Resch2010-03-27
* Fix up some docstringsAndrew Resch2010-03-25
* Fix up some docstringsAndrew Resch2010-03-25
* Fix typoAndrew Resch2010-03-24
* Raise a KeyError exception if trying to stop a component that hasn'tAndrew Resch2010-03-24
* Fix issue where plugins would try to be stopped after they have beenAndrew Resch2010-03-22
* Rewrite component module to handle deferreds properlyAndrew Resch2010-03-20
* Merge SVN and HG heads.Pedro Algarvio2009-11-22
* First notifications plugin commit.Pedro Algarvio2009-11-22
* Fix disabling/enabling plugins after switching daemonsAndrew Resch2009-11-08
* Remove _update methodAndrew Resch2009-07-25
* Add OpenSSL exception to all GPL headersAndrew Resch2009-05-18
* Get Label plugin working in the GtkUIAndrew Resch2009-02-27
* Only attempt stopping PluginManagers looping call if it's running.Andrew Resch2009-02-03
* Fix adding torrentsAndrew Resch2009-01-29
* Get Classic mode working somewhat. There are still some issues to Andrew Resch2009-01-28