| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | main.py: Sort the cli options | Brian Dolbec | 2014-05-04 | 1 | -30/+30 |
* | Fix typo in help message. | Brian Dolbec | 2014-03-06 | 1 | -1/+1 |
* | Tweak the proxy code to correctly handle the cli option.ssl | Brian Dolbec | 2014-01-31 | 1 | -3/+4 |
* | Indent adjustment | Brian Dolbec | 2014-01-31 | 1 | -10/+10 |
* | Fix some long lines. | Brian Dolbec | 2014-01-31 | 2 | -62/+76 |
* | Use the new sslfetch pkg for the Connector class. | Brian Dolbec | 2014-01-23 | 1 | -2/+4 |
* | Remove connections.py. Instead moved it to it's own ssl-fetch pkg. | Brian Dolbec | 2014-01-23 | 1 | -182/+0 |
* | Work in progress for adding ssl support for downloading the mirrors lists. | Brian Dolbec | 2013-10-20 | 2 | -18/+200 |
* | Add a proxy option to the cli. Preliminary only, not tested. | Brian Dolbec | 2013-10-19 | 1 | -0/+6 |
* | wrap a long line. | Brian Dolbec | 2013-10-19 | 1 | -1/+2 |
* | Make --debug level settable on the cli | Brian Dolbec | 2013-10-19 | 1 | -2/+2 |
* | Add new urls for api.gentoo.org | Brian Dolbec | 2013-10-19 | 1 | -2/+7 |
* | fix HTTPError import and exception | Brian Dolbec | 2013-10-19 | 1 | -2/+2 |
* | fix url testing for vhosts that do not handle ip requests. | Brian Dolbec | 2013-10-19 | 1 | -17/+43 |
* | Improve debug print statements. | Brian Dolbec | 2013-10-19 | 3 | -6/+8 |
* | Move the TimeoutException and handler out of the Deep class's deeptime(). | Brian Dolbec | 2013-10-19 | 1 | -6/+8 |
* | refactor Deep classes deeptime() | Brian Dolbec | 2013-10-18 | 1 | -28/+37 |
* | Add -f, --file & -m, --md5 options to override mirrorselect-test file used. | Brian Dolbec | 2013-10-17 | 2 | -4/+21 |
* | Improve python version testing for imports. | Brian Dolbec | 2013-10-17 | 3 | -3/+3 |
* | get_filesystem_mirrors() cleanup & fixes | Brian Dolbec | 2013-10-17 | 1 | -34/+44 |
* | Fix bug 483232, incorrect urlparse import for python3. | Brian Dolbec | 2013-10-17 | 1 | -1/+1 |
* | Fix py3 compatibilty. | Brian Dolbec | 2013-10-16 | 1 | -1/+1 |
* | Add repos.conf support. | Brian Dolbec | 2013-10-16 | 2 | -119/+226 |
* | Move Extractor class to it's own file. | Brian Dolbec | 2013-10-16 | 3 | -74/+118 |
* | remove unused unicode variable | Brian Dolbec | 2013-10-16 | 2 | -12/+0 |
* | Make the -r -a options select only the rotation server rather than force -o f... | Brian Dolbec | 2013-10-16 | 1 | -8/+6 |
* | Force -o for -a + -r options to prevent multiple results being saved to the c... | Brian Dolbec | 2013-10-16 | 1 | -1/+7 |
* | tweak message formatting | Brian Dolbec | 2013-10-16 | 1 | -1/+1 |
* | fix some typos | Brian Dolbec | 2013-10-16 | 1 | -2/+2 |
* | Fix IndexError for zero length search results. | Brian Dolbec | 2013-10-16 | 1 | -3/+6 |
* | Add -a to rsync sanity checks. | Brian Dolbec | 2013-10-15 | 1 | -3/+3 |
* | add an -a, --all_mirrors option to dump all search results | Brian Dolbec | 2013-10-15 | 1 | -1/+8 |
* | fix some missed spaces in the help message | Brian Dolbec | 2013-10-15 | 1 | -2/+2 |
* | add a missed continue to optimize the loop | Brian Dolbec | 2013-10-15 | 1 | -0/+1 |
* | Move the filtering code back into Extractor class | Brian Dolbec | 2013-10-15 | 2 | -40/+35 |
* | fix missed import. | Brian Dolbec | 2013-10-14 | 1 | -0/+1 |
* | Add country and region filtering in the xml parsing. | Brian Dolbec | 2013-10-14 | 3 | -9/+30 |
* | change the default noise level on an ouptut message. | Brian Dolbec | 2013-03-10 | 1 | -1/+1 |
* | Add aditional debug info, fix bug 373195, removing garbage or otherwise inacc... | Brian Dolbec | 2012-12-15 | 2 | -4/+14 |
* | add eprefix comapatibility code. | Brian Dolbec | 2012-12-15 | 1 | -1/+7 |
* | add missing import from last change | Brian Dolbec | 2012-11-14 | 1 | -0/+1 |
* | fix a null selection in the interactive dialog and hopefully a POSIX locale i... | Brian Dolbec | 2012-11-14 | 2 | -8/+48 |
* | Call the base class constructor for ColoredFormatter so the class gets | Paul Varner | 2012-11-14 | 1 | -0/+1 |
* | fix dupe'd py3 check, set | Brian Dolbec | 2012-11-12 | 1 | -5/+2 |
* | add py3 compatability fixes, update mirrorparser3.py header to a docstring | Brian Dolbec | 2012-11-12 | 3 | -59/+107 |
* | initial EPREFIX enabling. not fully tested. | Brian Dolbec | 2012-11-12 | 1 | -3/+12 |
* | add myself to Copywrite | Brian Dolbec | 2012-11-11 | 4 | -5/+5 |
* | Move config_path determination to it's own function. | Brian Dolbec | 2012-11-11 | 1 | -47/+105 |
* | move version to it's own file. split out more logic from main() to their own ... | Brian Dolbec | 2012-11-11 | 2 | -18/+63 |
* | move main's code into a MirrorSelect class, eliminate the global variable 'ou... | Brian Dolbec | 2012-11-11 | 3 | -314/+323 |