summaryrefslogtreecommitdiffstats
path: root/deluge/core/torrentmanager.py
Commit message (Expand)AuthorAge
* Fix missing trackers adding magnetsCalum Lind2022-07-05
* [Core] Refactor prefetch_metadata for more clarityChase Sterling2022-05-17
* Automatically refresh and expire the torrent status cache.Chase Sterling2022-02-15
* [Core] Stopped using libtorrent deprecated functionsDjLegolas2022-02-13
* [Core] Convert inlineCallbacks to maybe_coroutineChase Sterling2022-02-06
* [GTK] Fix unable to prefetch magnet in thinclientCalum Lind2022-01-08
* Upgrade codebase with pyupgrade (>=py3.6)DjLegolas2021-12-29
* Remove all Python 2 supportdeluge-2.1.0.dev0DjLegolas2021-12-28
* [Core] Use external_address in external_ip alert handlerCalum Lind2021-10-03
* [Lint] Fix spelling mistakesCalum Lind2021-09-21
* [#3478|Core] Fix loading magnet with resume_data and no metadataCalum Lind2021-08-29
* [Core] Improve on_alert_tracker_error for lt >= 1.2DjLegolas2021-04-17
* [#3298|Core] Fix pickle loading non-ascii state errorCalum Lind2019-11-12
* [Docs] Add spellchecking with pyenchantCalum Lind2019-06-15
* [Core] Fix prefetch magnets missing trackersCalum Lind2019-05-20
* [Lint] Fix flake8 3.7 warningsCalum Lind2019-03-29
* [Core|Py3] Fix fastresume data not being loadedCalum Lind2018-11-17
* [Core] Fix file_renamed alert returning methodCalum Lind2018-11-02
* [Core] Archive corrupt torrent.state on loadCalum Lind2018-11-02
* [#1903|UI] Add super seeding option to interfacesCalum Lind2018-10-25
* [Tests|Py3] Fix prefetch metdata testCalum Lind2018-10-10
* [Lint] Use Black to auto-format codeCalum Lind2018-10-03
* [Core] Retain magnet details when loading stateCalum Lind2018-09-28
* [#3080] Fix torrent reappearing on restartCalum Lind2018-09-27
* [Core] Handle already prefetching magnet metadataCalum Lind2018-09-26
* [Core] Tweaks to prefetch metadata methodCalum Lind2018-09-26
* [Core] Assign magnet arg if magnet URI in filenameCalum Lind2018-09-26
* [Py2to3] Fix log.warn deprecation warningCalum Lind2018-09-14
* [GTKUI|Py3] Ensure backward compatible pickle dumpsCalum Lind2018-07-01
* Add dependecy on sixCalum Lind2018-06-27
* [Core] Add prefetch metadata methods for magnetsCalum Lind2018-06-26
* Fix files to pass new Flake8 checkersCalum Lind2018-06-01
* Fix state not loading after async API changeCalum Lind2017-12-16
* [#3126|Core] Restore synchonous add torrent methods for backward compatibiltyCalum Lind2017-11-18
* [Core] Ensure tracker error message is decodedCalum Lind2017-06-27
* [Core] Save torrent state only if state has changedRato2017-06-14
* Update archiving of state file to use tarfileCalum Lind2017-06-09
* [AutoAdd] Fixes for adding magnetsCalum Lind2017-03-21
* [Core] Catch keyerror in add torrent alertCalum Lind2017-03-21
* Replace/remove usage of dict.keys()Calum Lind2017-03-16
* [Py2to3] Large set of changes for Python 3 compatCalum Lind2017-03-16
* Update to 1.1.2 libtorrent requirementCalum Lind2017-03-15
* [Py2to3] Refactor out usage of unicode and basestringCalum Lind2017-02-23
* [Common] Rename decode_string to decode_bytesCalum Lind2017-02-23
* [Py2to3] Force unicode_literals and fix related issuesCalum Lind2017-02-22
* Temp workaround for critical pickle trackers lt bugCalum Lind2017-02-20
* [Core] Use fallback message for empty tracker error statusCalum Lind2017-01-28
* [#2960] Fix typo in storage moved alertCalum Lind2017-01-28
* [Core] Use new lt torrent moving_storage statusCalum Lind2017-01-26
* [Core] Remove deprecated lt torrent priorityCalum Lind2017-01-26