summaryrefslogtreecommitdiffstats
path: root/deluge/core/daemon.py
Commit message (Expand)AuthorAge
* Remove all Python 2 supportdeluge-2.1.0.dev0DjLegolas2021-12-28
* [Lint] Update pre-commit hook and isort versionsCalum Lind2021-01-24
* [WebUI][#2009] Add About windowDjLegolas2018-10-21
* Cleanup outgoing_interface code and help textCalum Lind2018-10-04
* [Lint] Use Black to auto-format codeCalum Lind2018-10-03
* Fix and cleanup outgoing interface codeCalum Lind2018-06-02
* Fix files to pass new Flake8 checkersCalum Lind2018-06-01
* [#3171] Add Option To Specify Outgoing Connection InterfaceDoadin2018-05-21
* [Python3] Fixes to make code backward compatibleCalum Lind2017-06-05
* [Py2to3] Force unicode_literals and fix related issuesCalum Lind2017-02-22
* [Lint] Convert all python double quotes to single quotesCalum Lind2016-11-03
* Rename classic to standaloneCalum Lind2016-11-02
* Refactor daemon check process functionsCalum Lind2016-10-18
* [#2805] Fix: Standalone mode not detecting local running daemonbendikro2016-04-21
* [GTKUI] Fix #2802: GTKUI classic mode shutdown procedure is brokenbendikro2016-04-18
* [Tests] Improved common.start_corebendikro2016-04-10
* Add command-line option for the daemon to restrict some config keys to being ...Andrew Resch2016-02-02
* Workaround for the isort Travis issue by using order-by-typeCalum Lind2014-09-26
* Flake8 codebaseCalum Lind2014-09-22
* Sort/prettify imports with isortCalum Lind2014-09-03
* Log errors for invalid interface valuesCalum Lind2014-08-20
* Code cleanup for core filesCalum Lind2014-08-20
* [#2082] Validate ip address for listen_interface entryCalum Lind2014-02-11
* Fix daemon log being clobbered by running another instance with same config dirCalum Lind2013-05-20
* daemon code and comment cleanup, removed double call to _shutdownCalum Lind2013-05-19
* Replaced WMI process enumeration with the EnumProcesses API call. (Shorter, f...Nikita Nemkin2012-11-06
* Properly wait for the component.shutdown deferred on shutdown. This should p...Andrew Resch2012-03-01
* Fix setting daemon listen interface from command lineCalum Lind2012-02-23
* Fix typo in Windows shutdown handlerAndrew Resch2011-08-08
* Tidy up location of gettext setup_translationsCalum Lind2011-07-10
* Cleaner fix for #1874, code clean up and reusability.Pedro Algarvio2011-06-04
* Fix some clean config dir issues.Pedro Algarvio2011-04-27
* Use a specific response code for authentication requests. Recreate authentica...Pedro Algarvio2011-04-22
* Move deluge errors to the errors module, they will be reused later on other p...Pedro Algarvio2011-04-22
* Swhiched the old style logging, ie, a single logger for all logging output to...Pedro Algarvio2010-12-06
* Add rpc to check if authorized to call a rpc: daemon.authorized_call()Andrew Resch2010-09-04
* Fix exceptions when gettext/locale cannot be initialized properlyAndrew Resch2009-12-21
* Do not fail to start if deluged.pid contains no dataAndrew Resch2009-09-13
* Add some command line options to the daemon to set the listen Andrew Resch2009-05-30
* Fix #943 exception when options is NoneAndrew Resch2009-05-20
* Handle shutdown() betterAndrew Resch2009-05-20
* Detect when a daemon is already running in the same config folder.Andrew Resch2009-05-20
* Add OpenSSL exception to all GPL headersAndrew Resch2009-05-18
* Clean-up signal handling since twisted.reactor handles it nowAndrew Resch2009-04-27
* Fix classic modeAndrew Resch2009-02-26
* Fix typoAndrew Resch2009-02-02
* Move the list_methods rpc to the daemon object and rename it to 'get_method_l...Andrew Resch2009-02-01
* Get Classic mode working somewhat. There are still some issues to Andrew Resch2009-01-28
* Implement new DelugeRPC method to replace XMLRPC.Andrew Resch2009-01-27
* Use the 'allow_remote' config option instead of always using FalseAndrew Resch2008-12-20