summaryrefslogtreecommitdiffstats
path: root/deluge/main.py
Commit message (Expand)AuthorAge
* Fix logging exceptions in the daemonAndrew Resch2009-02-02
* Fix the -l, --logfile optionAndrew Resch2009-01-16
* Added '-s', '--set-default-ui' option to delugeAndrew Resch2009-01-08
* Do not fork in osxAndrew Resch2008-12-18
* Add some more details about UI choiceAndrew Resch2008-12-14
* Fix #531 set default log level to ERROR and add 2 command-line options, Andrew Resch2008-11-28
* Add -P, --pidfile option to delugedAndrew Resch2008-11-26
* Remove OpenSSL exception from license headersAndrew Resch2008-11-23
* Implement #478 display UI options in usage helpAndrew Resch2008-11-08
* Add ability to send arguments to UIs with -a, --argsAndrew Resch2008-10-26
* Fix-up the main startup code a bit so that Windows is always logging to Andrew Resch2008-08-17
* change copyright notices to gpl3Marcos Pinto2008-08-08
* fix logfile for delugeMarcos Pinto2008-07-20
* only create dirs if they dont exist - fixes crashMarcos Pinto2008-07-13
* Create config folders if they do not existAndrew Resch2008-07-13
* fix windows launching of daemonMarcos Pinto2008-07-10
* Try to fix daemon starting in windowsAndrew Resch2008-07-10
* Fix another typoAndrew Resch2008-07-04
* Fix typoAndrew Resch2008-07-04
* dont fork on winMarcos Pinto2008-07-01
* Some windows stuffAndrew Resch2008-06-25
* 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
* Show revision number in version if available.Andrew Resch2008-01-25
* Use os.popen2() instead of os.fork() to daemonize.Andrew Resch2008-01-22
* Initial commit of WebUI support for 0.6. The WebUI revision is 187. Andrew Resch2008-01-11
* Fix some exceptions.Andrew Resch2007-10-27
* Enabled 'start local daemon' in ConnectionManager.Andrew Resch2007-10-25
* Add 'deluged' script to start the deluge daemon.Andrew Resch2007-09-20
* Big code clean-up and some refactoring. Added docstrings but more are Andrew Resch2007-08-26
* UpdatesAndrew Resch2007-07-25
* 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