summaryrefslogtreecommitdiffstats
path: root/deluge/main.py
Commit message (Expand)AuthorAge
* [Base] Split main.py into ui/ui_entry.py and core/daemon_entry.pybendikro2016-04-18
* [UI] Add --profile to GTKUI and console and allow custom filenamebendikro2016-04-18
* [UI] Replace optparse with argparse for cmd arguments handlingbendikro2016-04-18
* [#1974] [UI] Decouple UI selection from core.Jamie Lennox2016-04-17
* [#1973] [UI] Standardize child cmd option parsing.Jamie Lennox2016-04-17
* [#1972] [UI] Remove ui.UI classJamie Lennox2016-04-17
* [#1971] [UI] Unify common cmd options handling.Jamie Lennox2016-04-17
* [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
* [OSX] Fix starting deluged from connection managerCalum Lind2015-12-11
* [UI] Add Python and OS info to version outputCalum Lind2015-11-12
* Fix pep8 across codebaseCalum Lind2015-10-21
* Flake8 pass of entire codebaseCalum Lind2014-09-19
* Flake8 core and common filesCalum Lind2014-09-03
* Sort/prettify imports with isortCalum Lind2014-09-03
* [Python-Modernize] libmodernize.fixes.fix_printCalum Lind2014-09-03
* Code cleanup for core filesCalum Lind2014-08-20
* Put setup_translation back into start_daemonCalum Lind2014-01-17
* Remove torrent_status translations from Daemon and move to UI clientsCalum Lind2014-01-16
* Added language option to Preferencesbendikro2014-01-16
* Fix donot option check for windows/osxCalum Lind2013-06-18
* Fix daemon log being clobbered by running another instance with same config dirCalum Lind2013-05-20
* 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