summaryrefslogtreecommitdiffstats
path: root/deluge/httpdownloader.py
Commit message (Expand)AuthorAge
* 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