summaryrefslogtreecommitdiffstats
path: root/deluge/httpdownloader.py
Commit message (Expand)AuthorAge
* [Lint] Use Black to auto-format codeCalum Lind2018-10-03
* [Py2to3] Ensure httpdownloader saves data as UTF-8Calum Lind2018-09-14
* Cleanup docstrings in httpdownloaderCalum Lind2018-07-15
* [HTTPDownloader] Refactor HTTPDownloader to AgentDjLegolas2018-07-15
* [Py3] A large set of fixes for tests to pass under Python 3Calum Lind2018-06-27
* Fix files to pass new Flake8 checkersCalum Lind2018-06-01
* [#3070] Fix httpdownloader error with missing content-disposition filenameCalum Lind2017-10-29
* [Python3] Fixes to make code backward compatibleCalum Lind2017-06-05
* [Common] Rename decode_string to decode_bytesCalum Lind2017-02-23
* [Core] Fixup maketorrent for unicode_literalsCalum Lind2017-02-22
* [Core] Markup byte-strings to fix httpdownloader and core testsCalum Lind2017-02-22
* [Py2to3] Force unicode_literals and fix related issuesCalum Lind2017-02-22
* [Lint] Quote cleanupCalum Lind2016-11-17
* [Lint] Refactor flake8 noqa's and add msg numbersCalum Lind2016-11-04
* [Lint] Convert all python double quotes to single quotesCalum Lind2016-11-03
* [#2797][Lint] Enable no-init pylint warningbendikro2016-11-03
* [Common] Use log.warning instead of error for download failureCalum Lind2016-10-27
* [#1260] Handle redirection better with httpdownloaderbendikro2015-12-11
* [Core] Fix use of parent class parameterCalum Lind2015-12-11
* [Lint] Cleanup code to pass PyLint Warning categoryCalum Lind2015-10-30
* Fix isort and flake8 testsCalum Lind2015-09-25
* [#2765] Add support for TLS SNI in httpdownloaderCalum Lind2015-09-25
* Fix for Twisted 15.0 URI class renameAndrew Resch2015-02-23
* Flake8 pass of entire codebaseCalum Lind2014-09-19
* 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
* Fix #2355 previous fix was incorrect - thanks Thomas HippAndrew Resch2013-11-12
* Fix twisted 13.1 compat -- the _parse() function was replaced by the _URI classAndrew Resch2013-08-06
* Fix httpdownloader error with existing filenameCalum Lind2011-07-07
* Swhiched the old style logging, ie, a single logger for all logging output to...Pedro Algarvio2010-12-06
* Add more HTTP status codes to httpdownloaderJohn Garland2010-05-05
* Make sure all data is passed to pagePart. Accept x-gzip encodings.John Garland2010-01-20
* Completely disable gzip decoding when allow_compression=False. Add extra test.John Garland2010-01-16
* Add gzip decoding support to httpdownloader (implements #1012).John Garland2010-01-14
* Use filename suggested by content-disposition header.John Garland2009-10-29
* Use custom user-agent when downloading files with httpdownloader.John Garland2009-10-26
* Make sure url, filename and headers are strings before downloading.John Garland2009-08-01
* download_file now returns the filename of the downloaded fileJohn Garland2009-07-25
* Added support for sending headers when using download_file.John Garland2009-07-01
* HTTPDownloader now "raises" a PageRedirect error when it encounters a tempora...John Garland2009-07-01
* Add a httpdownloader module to download files using twistedAndrew Resch2009-06-10