summaryrefslogtreecommitdiffstats
path: root/deluge/common.py
Commit message (Expand)AuthorAge
...
* [Py2to3] Force unicode_literals and fix related issuesCalum Lind2017-02-22
* [UI] Update UIs for new default piece priorityCalum Lind2017-01-18
* [Common] Fix is_ipv6 when using ipaddress moduleCalum Lind2016-11-23
* [WebUI] Log correct http address if listening on IPv6bendikro2016-11-22
* [Docs] Fix example and param notation in reST docstringsCalum Lind2016-11-17
* [Lint] Fix files to pass Flake8 v3.2.0Calum Lind2016-11-17
* [Lint] Quote cleanupCalum Lind2016-11-17
* [Common] Only attempt dbus import on non-Win/OSXCalum Lind2016-11-11
* [Lint] Convert all python double quotes to single quotesCalum Lind2016-11-03
* [Common] Refactor unit functionsCalum Lind2016-11-03
* [Py2to3] Passes libfuturize.fixes.fix_division_safeCalum Lind2016-10-26
* [Lint] Fix various pylint warnings and fixup codeAndrew Resch2016-10-26
* [Py2to3] Make VersionSplit Python 3 compatible.Andrew Resch2016-10-26
* [Common] Enable use of precision and shortform units in unit funcsCalum Lind2016-10-25
* [GTKUI] Autofill infohash entry from clipboardCalum Lind2016-10-18
* [#2889] Fixes for 'Too many files open' errorCalum Lind2016-10-18
* Refactor daemon check process functionsCalum Lind2016-10-18
* [#1959] [WebUI] Allow user selectable GUI languagebendikro2016-04-25
* [Core] Minor change to magnet info_hash fixCalum Lind2016-04-19
* [#2790] Ensure base32 magnet hash is uppercaseCalum Lind2016-04-19
* [Core] Fix adding magnets failingbendikro2016-04-19
* [#1949] [UI] Allow setting max size for rotating log filebendikro2016-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
* [Lint] Cleanup code to pass PyLint Warning categoryCalum Lind2015-10-30
* [Lint] Cleanup code to pass PyLint Convention categoryCalum Lind2015-10-30
* [GTKUI] Remove old and unneeded codeCalum Lind2015-09-05
* [#2730] Fix Deluge dev versions not startingCalum Lind2015-08-13
* minor code cleanupCalum Lind2014-09-25
* Added .travis.yml (for travis-ci) and tox.ini filesbendikro2014-09-25
* Flake8 codebaseCalum Lind2014-09-22
* Autopep8 E265Calum Lind2014-09-22
* Change imports to use absolute pathsCalum Lind2014-09-19
* Flake8 core and common filesCalum Lind2014-09-03
* Sort/prettify imports with isortCalum Lind2014-09-03
* [Python-Modernize] lib2to3.fixes.fix_exceptCalum Lind2014-09-03
* Refactor torrent.update_stateCalum Lind2014-08-12
* [#2098] Add function to highlight the torrent folder/fileCalum Lind2014-08-09
* Use stdlib jsonCalum Lind2014-07-19
* [#637] Add a Moving storage state along with progressCalum Lind2014-07-16
* Remove old sha module import codeCalum Lind2014-07-05
* Fix missing import, pep8Chase Sterling2014-02-19
* [WebUI][Console] Add missing columns and statusesCalum Lind2014-02-17
* Add name to torrent optionsCalum Lind2014-02-15
* [#2082] Validate ip address for listen_interface entryCalum Lind2014-02-11
* Change get_default_download_dir to use expanduser as fallbackCalum Lind2014-02-09
* Fix common.free_space to handle path is NoneCalum Lind2014-02-09
* Fix crash if translations are missingbendikro2014-01-27
* Reinserted call to translate_strings in common and renamed to translate_size_...bendikro2014-01-16
* Added language option to Preferencesbendikro2014-01-16