summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* main.py: Remove obsolete 'SYNC' option2.2.3Brian Dolbec2017-07-181-4/+1
* main.py: fix isinstance(hosts[i], bytes)Zac Medico2017-02-201-1/+1
* extractor.py: Add climit param for >=ssl-fetch-0.4Brian Dolbec2017-02-201-1/+1
* main.py: Fix Bytes error in hosts list bug 610016zakalwe2017-02-201-2/+3
* deeptime: cancel alarm signal before handling socket.error (bug 523312)Zac Medico2016-11-131-10/+12
* Add missed output mode function assignment.Brian Dolbec2015-01-271-0/+1
* update version with latest release as a baseBrian Dolbec2015-01-261-1/+1
* Update for ssl-fetch api changeBrian Dolbec2015-01-261-0/+1
* Update version for the release2.2.2Brian Dolbec2014-05-291-1/+1
* Ssl-fetch renamed args-* to kwargs-*Brian Dolbec2014-05-281-2/+2
* Update for recent ssl-fetch changesBrian Dolbec2014-05-281-1/+9
* selectors.py: Add IncompleteRead exception2.2.1Brian Dolbec2014-05-041-3/+11
* Update man page with new optionsBrian Dolbec2014-05-041-8/+38
* main.py: Sort the cli optionsBrian Dolbec2014-05-041-30/+30
* Fix typo in help message.Brian Dolbec2014-03-061-1/+1
* Tweak the proxy code to correctly handle the cli option.sslBrian Dolbec2014-01-311-3/+4
* Indent adjustmentBrian Dolbec2014-01-311-10/+10
* Fix some long lines.Brian Dolbec2014-01-313-63/+78
* Use the new sslfetch pkg for the Connector class.Brian Dolbec2014-01-231-2/+4
* Remove connections.py. Instead moved it to it's own ssl-fetch pkg.Brian Dolbec2014-01-231-182/+0
* Manpage updatesBrian Dolbec2014-01-141-2/+8
* Work in progress for adding ssl support for downloading the mirrors lists.Brian Dolbec2013-10-202-18/+200
* Add a proxy option to the cli. Preliminary only, not tested.Brian Dolbec2013-10-191-0/+6
* wrap a long line.Brian Dolbec2013-10-191-1/+2
* Make --debug level settable on the cliBrian Dolbec2013-10-191-2/+2
* Add new urls for api.gentoo.orgBrian Dolbec2013-10-191-2/+7
* fix HTTPError import and exceptionBrian Dolbec2013-10-191-2/+2
* fix url testing for vhosts that do not handle ip requests.Brian Dolbec2013-10-191-17/+43
* Improve debug print statements.Brian Dolbec2013-10-193-6/+8
* Move the TimeoutException and handler out of the Deep class's deeptime().Brian Dolbec2013-10-191-6/+8
* refactor Deep classes deeptime()Brian Dolbec2013-10-181-28/+37
* Add -f, --file & -m, --md5 options to override mirrorselect-test file used.Brian Dolbec2013-10-172-4/+21
* Improve python version testing for imports.Brian Dolbec2013-10-173-3/+3
* get_filesystem_mirrors() cleanup & fixesBrian Dolbec2013-10-171-34/+44
* Fix bug 483232, incorrect urlparse import for python3.Brian Dolbec2013-10-171-1/+1
* Fix py3 compatibilty.Brian Dolbec2013-10-161-1/+1
* Add repos.conf support.Brian Dolbec2013-10-162-119/+226
* Move Extractor class to it's own file.Brian Dolbec2013-10-163-74/+118
* remove unused unicode variableBrian Dolbec2013-10-162-12/+0
* Make the -r -a options select only the rotation server rather than force -o f...Brian Dolbec2013-10-161-8/+6
* Force -o for -a + -r options to prevent multiple results being saved to the c...Brian Dolbec2013-10-161-1/+7
* tweak message formattingBrian Dolbec2013-10-161-1/+1
* fix some typosBrian Dolbec2013-10-161-2/+2
* Fix IndexError for zero length search results.Brian Dolbec2013-10-161-3/+6
* Add -a to rsync sanity checks.Brian Dolbec2013-10-151-3/+3
* add an -a, --all_mirrors option to dump all search resultsBrian Dolbec2013-10-151-1/+8
* fix some missed spaces in the help messageBrian Dolbec2013-10-151-2/+2
* add a missed continue to optimize the loopBrian Dolbec2013-10-151-0/+1
* Move the filtering code back into Extractor classBrian Dolbec2013-10-152-40/+35
* fix missed import.Brian Dolbec2013-10-141-0/+1