summaryrefslogtreecommitdiffstats
path: root/deluge/main.py
Commit message (Expand)AuthorAge
* Replace hotspot with cProfile for daemonbendikro2013-01-19
* Fix #1963 : Unhandled OSError if permission issue creating default config dirCalum Lind2012-12-18
* Get cli arguments in unicode in deluge core as well.Chase Sterling2012-12-10
* Add optparse custom version to prevent unnecessary loading of libtorrentCalum Lind2012-03-02
* Disable check for user and group options on WindowsCalum Lind2012-02-24
* Fix setting daemon listen interface from command lineCalum Lind2012-02-23
* Tidy up location of gettext setup_translationsCalum Lind2011-07-10
* Fix #1505: Add libtorrent info to --version outputCalum Lind2011-07-09
* Cleaner fix for #1874, code clean up and reusability.Pedro Algarvio2011-06-04
* Fix #1874.Pedro Algarvio2011-06-04
* add patch from #1473cinderblock2011-02-04
* Swhiched the old style logging, ie, a single logger for all logging output to...Pedro Algarvio2010-12-06
* Fix deluged crashing on windows when logfile's directory doesn't existJohn Garland2010-05-16
* use metavar to change the output of --help by optparseDamien Churchill2009-12-13
* Remove some unnecessary codeAndrew Resch2009-07-25
* suppress only deprecation warningsDamien Churchill2009-07-01
* use only "twisted" in the module arg as that suppresses all warnings from twi...Damien Churchill2009-07-01
* suppress depreciation warnings generated by twistedDamien Churchill2009-07-01
* remove unnecessary importDamien Churchill2009-07-01
* Add some command line options to the daemon to set the listen Andrew Resch2009-05-30
* Add support to profile the daemon using the --profile optionAndrew Resch2009-05-28
* Add some more information to the error message when trying to run Andrew Resch2009-05-20
* Fix up daemon start-up code a bit.. Andrew Resch2009-05-20
* Add OpenSSL exception to all GPL headersAndrew Resch2009-05-18
* Fix up error message when not specifying a directory with the --config option...Andrew Resch2009-05-11
* Fix starting the webui with a logfile optionAndrew Resch2009-04-12
* Show an error message if --config option is not a directoryAndrew Resch2009-04-06
* Don't always log to file in WindowsAndrew Resch2009-03-14
* Do not set sys.stdout,err and stdin to None if logfile is usedAndrew Resch2009-02-19
* 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