summaryrefslogtreecommitdiff
path: root/urlgrabber
Commit message (Expand)AuthorAgeFilesLines
* Treat curl errcodes 42, 55, 66 as Ctrl-C BZ#1017491Valentina Mukhamedzhanova2014-02-041-1/+1
* Don't set speed=0 on a new mirror that 404'd. BZ 1051554Zdenek Pavlas2014-01-131-0/+1
* bump version to 3.10.1urlgrabber-3-10-1Zdenek Pavlas2013-12-181-2/+2
* Don't fail with older pycurl.Zdenek Pavlas2013-12-181-2/+3
* Tell curl to return immediately on ctrl-c. BZ 1017491Zdenek Pavlas2013-12-181-0/+2
* Process HTTP ranges when the server didn't comply. BZ 435076.Zdenek Pavlas2013-12-181-2/+12
* Decrease the default_speed value. BZ 1043177Zdenek Pavlas2013-12-181-1/+1
* single/multi progress: Use the same time formatting.Zdenek Pavlas2013-12-091-12/+6
* Process mirror retries before other queued requests.Zdenek Pavlas2013-12-091-9/+13
* single-conn mode: Kill the cached idle connection. BZ 853432Zdenek Pavlas2013-10-211-0/+3
* bump version to 3.10Zdenek Pavlas2013-10-091-4/+5
* Fix the condition to enter single-connection mode (again)Zdenek Pavlas2013-10-091-2/+1
* Fix the condition to enter single-connection modeZdenek Pavlas2013-10-081-2/+2
* Fix traceback when limit==None and DEBUG is onZdenek Pavlas2013-10-081-2/+2
* Fix traceback when entering single-connection mode with DEBUG offZdenek Pavlas2013-10-081-1/+1
* clamp timestamps from the future. BZ 894630, 1013733Zdenek Pavlas2013-10-011-4/+2
* Never display negative downloading speed. BZ 1001767Zdenek Pavlas2013-09-271-2/+6
* host max_connections: use the default limit consistently, not just for MGsZdenek Pavlas2013-09-021-2/+2
* Switch to max_connections=1 after refused connect. BZ 853432Zdenek Pavlas2013-09-021-1/+3
* A tiny bit more robust "Content-Length" parsing. BZ 1000841Zdenek Pavlas2013-08-261-1/+1
* docs: throttling is per-connection, suggest max_connections=1. BZ 998263Zdenek Pavlas2013-08-261-0/+5
* Spelling fixes.Ville Skyttä2013-08-103-6/+6
* add ftp_disable_epsv option. BZ 849177Jacob Kjaergaard2013-08-061-1/+14
* Switch to max_connections=1 after timing out. BZ 853432Zdenek Pavlas2013-06-181-0/+7
* max_connections=0 to use the default limitZdenek Pavlas2013-06-172-2/+3
* Fix parsing of FTP 213 responsesZdenek Pavlas2013-06-121-0/+2
* Add the "minrate" option. BZ 964298Zdenek Pavlas2013-05-201-2/+9
* Revert "Enable GSSNEGOTIATE when curl >= 7.28.0 BZ 892070."Zdenek Pavlas2013-05-201-5/+3
* Workaround progress "!!!" end for file:// repos.James Antill2013-05-091-1/+1
* add URLGrabError.code to the external downloader APIZdenek Pavlas2013-04-161-2/+4
* curl_obj.reset() is the only way to reset HTTP ranges, revert to it. BZ 923951Zdenek Pavlas2013-03-271-3/+1
* Handle HTTP 200 response to range requests correctly. BZ 919076Zdenek Pavlas2013-03-111-4/+13
* URLGrabError(14) cleanup. BZ 896657Zdenek Pavlas2013-01-181-32/+3
* Improve error messages. BZ 832491Zdenek Pavlas2013-01-171-20/+14
* clamp timestamps from the future. BZ 894630Zdenek Pavlas2013-01-151-0/+2
* Enable GSSNEGOTIATE when curl >= 7.28.0 BZ 892070.Zdeněk Pavlas2013-01-091-3/+5
* checkfunc raises unicode exceptions. BZ 672117Zdeněk Pavlas2013-01-071-1/+1
* Improve URLGRABBER_DEBUG, add max_connections. BZ 853432Zdeněk Pavlas2012-12-051-5/+10
* Fix the previous patch, avoid potential deadlock.Zdeněk Pavlas2012-11-081-10/+11
* Handle fork/exec failures. BZ 873851Zdeněk Pavlas2012-11-071-1/+7
* Get rid of "HTTP 200 OK" errors. BZ 871835.Zdeněk Pavlas2012-10-311-2/+2
* Sort mirrors using TH statistics.Zdeněk Pavlas2012-10-101-0/+12
* Increase LOW_SPEED_LIMIT from 1Bps to 1kBps. BZ 860181Zdeněk Pavlas2012-09-271-1/+1
* Avoid unicode, use byte strings.Zdeněk Pavlas2012-09-271-1/+2
* Ignore private mirror flag if there were failures. BZ 859035Zdeněk Pavlas2012-09-211-4/+5
* failed write: raise URLGrabError(16) instead of KeyboardInterruptZdeněk Pavlas2012-09-191-7/+6
* add exception2msg, as str(IOError/OSError) may failZdeněk Pavlas2012-09-192-1/+8
* multi dl: avoid MultiFileHelper.end() on failures. BZ 854075Zdeněk Pavlas2012-09-042-8/+13
* mirror selection: private flag overrides est. speed. BZ 851178.Zdeněk Pavlas2012-08-291-2/+3
* timedhosts: Measure bandwidth, ignore latencyZdeněk Pavlas2012-08-291-2/+12