summaryrefslogtreecommitdiffstats
path: root/deluge/core/daemon.py
Commit message (Expand)AuthorAge
* 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
* Re-org Core and start using RPCServerAndrew Resch2008-12-20
* Remove OpenSSL exception from license headersAndrew Resch2008-11-23
* Remove trailing whitspace from *.pyAndrew Resch2008-11-17
* change copyright notices to gpl3Marcos Pinto2008-08-08
* Modify startup script to make a true unix daemon by using two fork()sAndrew Resch2008-06-17
* Add '-c, --config' options to set config directory.Andrew Resch2008-04-05
* Do not make Core a thread anymore as it is not needed.Andrew Resch2008-01-20
* Enabled 'start local daemon' in ConnectionManager.Andrew Resch2007-10-25
* Import the 0.6 xmlrpc branch.. Work in progess.Andrew Resch2007-10-12
* Big code clean-up and some refactoring. Added docstrings but more are Andrew Resch2007-08-26
* Can now add torrents from the UI.Andrew Resch2007-07-21
* Changed from 2 spaces ident to 4Andrew Resch2007-07-13
* New directory structureAndrew Resch2007-07-12