summaryrefslogtreecommitdiffstats
path: root/deluge/common.py
Commit message (Expand)AuthorAge
* Fix #2240 : Win32 freespace issue with large capacity drivesRatanak2013-01-01
* Fix #2241 : Can't add any torrent files with GUI runningbendikro2013-01-01
* Fix #1963 : Unhandled OSError if permission issue creating default config dirCalum Lind2012-12-18
* Fix #1504 - Win32 run deluged as not logged in user via runas or serviceCalum Lind2012-12-18
* Merge branch 'master' into master-decode-stringChase Sterling2012-12-10
|\
| * Get cli arguments in unicode in deluge core as well.Chase Sterling2012-12-10
| * Add windows support to is_ipCalum Lind2012-12-01
| * Fix #2110 : Accept magnet uris with xt param anywhere within themCalum Lind2012-11-27
| * Fix #2208 : Win32 Open Folder not working with non-ascii pathsCalum Lind2012-11-26
* | Avoid running chardet in decode_string if not neededbendikro2012-11-26
* | Changed decode_string to always return unicode.bendikro2012-11-25
|/
* Fix common.open_file for osxCalum Lind2012-09-29
* Fix #2071 : KeyError in gtkui when file priority set to value '3'Calum Lind2012-04-18
* Fix #2010 : Move speed text in titlebar to the beginningCalum Lind2012-01-09
* Change Windows default download path from '~' to '~\Downloads'Calum Lind2011-11-29
* Fix #1921 : GTKUI reports free disk space incorrectlyphil2011-11-29
* Fix #1637: UnicodeDecodeError from 'deluge-console --help' with other languagesCalum Lind2011-07-10
* Log from where translations are being loaded.Pedro Algarvio2011-07-10
* Fixes keyerror with existing file priorities set to HighCalum Lind2011-07-08
* Fix translation of KiB/sCalum Lind2011-07-04
* Adjust file priorities to make Highest actually the highest allowed by libtor...Andrew Resch2011-06-21
* Cleaner fix for #1874, code clean up and reusability.Pedro Algarvio2011-06-04
* Fix #1874.Pedro Algarvio2011-06-04
* pixmaps and icons moved to ui/data, all necessary references changed.Justin Noah2011-05-30
* Add XDG_DOWNLOAD_DIR for default download folder #1788Calum Lind2011-05-28
* Don't run into loops when the auth file does not exist and we're trying to cr...Pedro Algarvio2011-05-01
* Fix some clean config dir issues.Pedro Algarvio2011-04-27
* Remove some imports that are no longer neccessaryAndrew Resch2011-02-23
* Fix #1373, #1386 - Creating and moving non-ascii folder names in MS WindowsCalum Lind2011-02-05
* Swhiched the old style logging, ie, a single logger for all logging output to...Pedro Algarvio2010-12-06
* Fix #1373 use of cyrllic pathsAndrew Resch2010-10-16
* Move decode_string/utf8_encoded to commonJohn Garland2010-10-03
* Fix VersionSplit behavior when comparing to a dev version.Chase Sterling2010-09-11
* Moved xdg import so it is not called on Windows, where it is unused. fixes #1343Chase Sterling2010-08-22
* Remove no longer needed fetch_urlJohn Garland2010-05-04
* xml escape notifications sent via libnotify (Closes: #1185)Damien Churchill2010-04-27
* 1234: Add time to the torrents added date - patch from tobbezAndrew Resch2010-04-18
* Fix fsize by initialising gettextJohn Garland2010-04-16
* Fix #640 make file size suffixes translatableAndrew Resch2010-04-08
* use a platform agnostic way of combining paths in the FileTreeDamien Churchill2010-03-28
* Fix VersionSplit comparison to do a proper compare and not simplyAndrew Resch2010-03-21
* Use faster (non-regex) version of is_url.John Garland2010-02-25
* remove log messages as they don't workDamien Churchill2009-08-12
* add a log message stating which json encoder is being usingDamien Churchill2009-08-12
* add dump and load methods to the json module if it isn't simplejsonDamien Churchill2009-08-10
* Move the VersionSplit class to deluge.commonAndrew Resch2009-07-30
* Remove some unnecessary codeAndrew Resch2009-07-25
* Add support for lt 0.15Andrew Resch2009-06-04
* Add OpenSSL exception to all GPL headersAndrew Resch2009-05-18
* Remove some useless codeAndrew Resch2009-05-10