summaryrefslogtreecommitdiffstats
path: root/deluge/ui/sessionproxy.py
Commit message (Expand)AuthorAge
* [Core] Fixed KeyError in sessionproxy after torrent deleteDjLegolas2022-03-02
* Upgrade codebase with pyupgrade (>=py3.6)DjLegolas2021-12-29
* Remove all Python 2 supportdeluge-2.1.0.dev0DjLegolas2021-12-28
* [Lint] Use Black to auto-format codeCalum Lind2018-10-03
* Fix files to pass new Flake8 checkersCalum Lind2018-06-01
* Replace/remove usage of dict.keys()Calum Lind2017-03-16
* [Py2to3] Large set of changes for Python 3 compatCalum Lind2017-03-16
* [Py2to3] Force unicode_literals and fix related issuesCalum Lind2017-02-22
* [Lint] Convert all python double quotes to single quotesCalum Lind2016-11-03
* Revert "[Py2to3] Clean-up the use of keys() on dictionary objects."Calum Lind2016-10-26
* Revert "[Py2to3] Replace iteritems and itervalues"Calum Lind2016-10-26
* [Py2to3] Replace iteritems and itervaluesAndrew Resch2016-10-26
* [Py2to3] Clean-up the use of keys() on dictionary objects.Andrew Resch2016-10-26
* [Tests] Fix failing SessionProxy testsbendikro2016-04-09
* Flake8 codebaseCalum Lind2014-09-22
* Autopep8 E265Calum Lind2014-09-22
* Flake8 core and common filesCalum Lind2014-09-03
* Sort/prettify imports with isortCalum Lind2014-09-03
* Fix #2285 : Speed optimizations for sessionproxybendikro2013-05-09
* Fixed tests: sessionproxy/torrent/tracker_iconbendikro2013-05-02
* Merge remote-tracking branch 'bro/master-daemon-optimize-speed'Chase Sterling2013-02-10
|\
| * Improvements and bug fixesbendikro2013-01-15
| * Optimizations to daemon and rpc messages.bendikro2013-01-14
* | Make sure sessionproxy events are registered after stopping and starting a da...Chase Sterling2013-01-17
|/
* First change outside of deluge/ui/console - fixed a problem when removing tor...Asmageddon2012-08-09
* Fix potential keyerror for on_torrent_removed in sessionproxyCalum Lind2012-03-02
* Allow changing ownership even though the owner column is not visible.Pedro Algarvio2011-08-03
* Initial GTK UI Speedups.Pedro Algarvio2011-06-09
* Minor code cleanup.Pedro Algarvio2011-05-11
* Sequential downloads. Was querying for the wrong key on the torrent status. F...Pedro Algarvio2011-05-08
* Revert 67ea05921cb904cb2ddf5811cd96534321bfeefa which changed how event handl...Andrew Resch2011-02-23
* Merge branch 'master' into improved-loggingPedro Algarvio2010-12-13
|\
| * Implemented passing a copy of an event instead of it's arguments to event han...Pedro Algarvio2010-12-11
| * Finish last commit, forgot to revert some of the files.Pedro Algarvio2010-12-09
| * Reuse existing "TorrentAddedEvent" instead of creating a new one.Pedro Algarvio2010-12-09
| * Diferentiate adding an already managed torrent from adding a new, unmanaged t...Pedro Algarvio2010-12-08
* | Swhiched the old style logging, ie, a single logger for all logging output to...Pedro Algarvio2010-12-06
|/
* Fix key error after enabling a plugin that introduces a new status keyAndrew Resch2010-08-23
* Fix unhandled exception when adding a torrent to the sessionAndrew Resch2010-08-21
* Add cache expiry check by key update times to fix issue where some status upd...Andrew Resch2010-08-18
* Fix getting a torrent's status with an empty key list to return all theAndrew Resch2010-08-06
* Fix #1302 an uncaught exception in an state_changed event handler in SessionP...Andrew Resch2010-06-22
* Fix get_torrent_status by creating a status dict from the cache after it's be...Andrew Resch2010-04-08
* Fix get_torrent_status returning all keys when cache is outdatedJohn Garland2010-04-08
* Fix the sessionproxy when using keyworded filters.Andrew Resch2010-04-02
* Keep track of newly added torrents in the SessionProxyAndrew Resch2010-03-29
* Fix some typosAndrew Resch2010-03-28
* Add new component SessionProxyAndrew Resch2010-03-28