summaryrefslogtreecommitdiffstats
path: root/module/network/HTTPRequest.py
Commit message (Expand)AuthorAgeFilesLines
* Fix plugins to work on 0.4.10Gravatar Walter Purcaro 2015-02-161-302/+0
* module tempGravatar Walter Purcaro 2015-02-161-0/+302
* module -> pyloadGravatar Walter Purcaro 2014-09-141-303/+0
* Remove self-tests from all filesGravatar Walter Purcaro 2014-07-191-5/+0
* Added missing shebangs, removed unnecessary onesGravatar Walter Purcaro 2014-07-141-1/+0
* Fix class definitionGravatar Walter Purcaro 2014-07-141-1/+1
* Fixed just_header HEAD request issue.Gravatar Stefano 2014-06-281-0/+4
* Some code cosmetics about commas, spaces and quotesGravatar Walter Purcaro 2014-06-281-2/+2
* Fix EOFGravatar Walter Purcaro 2014-06-281-1/+0
* Remove bad whitespacesGravatar Walter Purcaro 2014-06-281-4/+4
* fix multipart post encoding, add workaround for captcha hooksGravatar zoidberg10 2012-08-171-1/+1
* AllDebrid plugin by Andy, Voigt; closed #555; generic XFileSharingPro pluginGravatar zoidberg10 2012-03-071-0/+1
* httprequest: encode('utf_8') for unicode postGravatar zoidberg10 2011-12-081-3/+7
* Better download connection handling: Detect server error earlier, fallback to...Gravatar RaNaN 2011-12-041-1/+6
* rehost,to timeout fixGravatar RaNaN 2011-11-131-0/+4
* closed #418Gravatar RaNaN 2011-11-041-2/+8
* closed #410Gravatar RaNaN 2011-10-251-13/+16
* HTTPRequest: skip BOM if response is 'Microsoft-UTF8' encodedGravatar zoidberg10 2011-10-241-1/+4
* little fix in debug reportsGravatar RaNaN 2011-09-171-1/+2
* fixes new debug reports, bad header detectionGravatar RaNaN 2011-08-311-1/+1
* pyLoad 0.4.7v0.4.7Gravatar RaNaN 2011-08-081-2/+2
* only one chunk for uploaded.toGravatar RaNaN 2011-08-081-0/+1
* closed #359Gravatar RaNaN 2011-08-071-2/+1
* closed #375Gravatar RaNaN 2011-08-071-3/+11
* MU fixGravatar RaNaN 2011-07-201-1/+1
* use correct encoding header parsingGravatar RaNaN 2011-07-191-19/+14
* cleanupGravatar RaNaN 2011-07-191-1/+0
* sj fixGravatar RaNaN 2011-07-051-1/+1
* closed #338Gravatar RaNaN 2011-07-011-2/+2
* html_unescape function, little plugin improvementsGravatar RaNaN 2011-06-151-0/+3
* fixes just_headerGravatar RaNaN 2011-06-121-2/+4
* wupload premium (untested), new log functions for plugins, decode kwarg for r...Gravatar RaNaN 2011-06-021-2/+4
* no autodecode , it may break some pluginsGravatar RaNaN 2011-05-311-5/+10
* automatically try to decode all request according to http headerGravatar RaNaN 2011-05-311-1/+34
* some fixes, closed #306Gravatar RaNaN 2011-05-121-3/+8
* BitshareCom: I18N issues, HTTPRequest: Prevent follow redirection with just_h...Gravatar fragonib 2011-05-021-1/+3
* closed #290, #291, #292Gravatar RaNaN 2011-04-301-0/+1
* fileserv error messageGravatar RaNaN 2011-03-111-2/+0
* closed #259, #250Gravatar RaNaN 2011-03-111-1/+12
* share-online.biz premium fixGravatar mkaay 2011-02-041-0/+3
* improved captcha managerGravatar RaNaN 2011-02-041-6/+10
* really fixed proxy supportGravatar mkaay 2011-01-311-2/+2
* proxy fixGravatar mkaay 2011-01-311-2/+3
* closed #216Gravatar RaNaN 2011-01-241-1/+1
* closed memory leak in debug mode, closed #217Gravatar RaNaN 2011-01-231-1/+1
* FileSonic PremiumGravatar RaNaN 2011-01-231-1/+1
* added missing curl.closeGravatar RaNaN 2011-01-221-1/+3
* better cleanupGravatar RaNaN 2010-12-291-3/+11
* more fixes and chunk+resume debugGravatar RaNaN 2010-12-281-4/+27
* working speedlimit + proxy support, closed #197Gravatar RaNaN 2010-12-281-3/+13
* new curl download backend - support for chunked dl, resumeGravatar RaNaN 2010-12-271-0/+164