summaryrefslogtreecommitdiffstats
path: root/deluge/core/core.py
Commit message (Expand)AuthorAge
* [Core] Refactor prefetch_metadata for more clarityChase Sterling2022-05-17
* [Core] Cleanup temp files in add_torrent_urlCalum Lind2022-05-01
* [Core] Document all exported core methods with type hintsChase Sterling2022-02-11
* [Core] Convert inlineCallbacks to maybe_coroutineChase Sterling2022-02-06
* Revert "[Core] Document all exported core methods with type hints"Calum Lind2022-02-05
* [Core] Document all exported core methods with type hintsChase Sterling2022-02-05
* [Common] Add is_interface to validate network interfacestbkizle2022-01-30
* [Core] Return plugin keys with get_torrents_statusChase Sterling2022-01-26
* [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] Stop using removed disk.num_blocks_cache_hits staticzero2021-10-03
* [Lint] Fix spelling mistakesCalum Lind2021-09-21
* [Core] Export torrent get_magnet_uri methodCalum Lind2021-09-21
* [#3310|Core] Change logging invalid session status key to debugCalum Lind2021-08-29
* [Lint] Update pre-commit hook and isort versionsCalum Lind2021-01-24
* [Docs] Add spellchecking with pyenchantCalum Lind2019-06-15
* [Core] Fix prefetch magnets missing trackersCalum Lind2019-05-20
* [Docs] Fix formatting of exported docstringsCalum Lind2018-11-16
* [Lint] Fix flake8 warningsCalum Lind2018-10-25
* Cleanup outgoing_interface code and help textCalum Lind2018-10-04
* [Lint] Use Black to auto-format codeCalum Lind2018-10-03
* [Core] Fix saving listen_interface as NoneCalum Lind2018-09-30
* [Core] Refactor session status codeCalum Lind2018-09-28
* [Core] Handle already prefetching magnet metadataCalum Lind2018-09-26
* [Core] Tweaks to prefetch metadata methodCalum Lind2018-09-26
* [Py2to3] Fix log.warn deprecation warningCalum Lind2018-09-14
* [Core] Fix torrent pause/resume logicDeepak2018-08-10
* [Win32] Fix missing certs for HTTPS requestsCalum Lind2018-06-29
* Fix flake8 trailing commaCalum Lind2018-06-27
* [Py3] Decode new_release version to unicode stringCalum Lind2018-06-27
* [Py3] A large set of fixes for tests to pass under Python 3Calum Lind2018-06-27
* [Core] Add prefetch metadata methods for magnetsCalum Lind2018-06-26
* [Py2to3] Replace deprecated base64.(de|en)codestringCalum Lind2018-06-26
* [Core] Add is_session_paused methodCalum Lind2018-06-18
* [Core] Add methods pause_torrents & resume_torrentsCalum Lind2018-06-18
* Fix and cleanup outgoing interface codeCalum Lind2018-06-02
* Fix files to pass new Flake8 checkersCalum Lind2018-06-01
* [#3171] Add Option To Specify Outgoing Connection InterfaceDoadin2018-05-21
* [#3121] Fix the peer-id to be uniqueCalum Lind2017-12-17
* Use a constant for versionsCalum Lind2017-12-17
* [#3126|Core] Restore synchonous add torrent methods for backward compatibiltyCalum Lind2017-11-18
* [#3084] Fix error changing ownership on torrentsCalum Lind2017-06-29
* [#3044|Core] Stop libtorrent checking file timestamps in resume dataCalum Lind2017-06-08
* [Core] Update new release urlCalum Lind2017-05-03
* [Py2to3] Large set of changes for Python 3 compatCalum Lind2017-03-16
* [Py2to3] Refactor out usage of unicode and basestringCalum Lind2017-02-23
* [Core] Markup byte-strings to fix httpdownloader and core testsCalum Lind2017-02-22
* [Py2to3] Force unicode_literals and fix related issuesCalum Lind2017-02-22
* [#2826] Fix create_torrent filedump not encodedCalum Lind2017-02-21