GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
proj/mirrorselect.git
master
robbat2/netselect-tags
ssl
Tool to help select distfiles mirrors for Gentoo
Portage tools Team <tools-portage@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
3
-63
/
+78
*
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
*
Manpage updates
Brian Dolbec
2014-01-14
1
-2
/
+8
*
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
*
Fix make.conf manpage references.
2.2.0.1
Brian Dolbec
2013-03-10
1
-2
/
+3
*
change the default noise level on an ouptut message.
Brian Dolbec
2013-03-10
1
-1
/
+1
*
Fix setup.py's __version__ so either VERSION or PVR will assign the version s...
Brian Dolbec
2012-12-15
1
-1
/
+1
*
Fix setup.py to use PVR instead of VERSION from the environment so that egg-i...
Brian Dolbec
2012-12-15
1
-1
/
+1
*
Add aditional debug info, fix bug 373195, removing garbage or otherwise inacc...
Brian Dolbec
2012-12-15
2
-4
/
+14
*
add a README to quite a setup.py warning.
2.2.0
Brian Dolbec
2012-12-15
1
-0
/
+13
*
add eprefix comapatibility code.
Brian Dolbec
2012-12-15
1
-1
/
+7
*
Add the manpage to be updated with the new version
Brian Dolbec
2012-12-15
1
-0
/
+6
*
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
*
Hardcode the mirrorselect package, so setup.py doesn't get confused by
Paul Varner
2012-11-14
1
-7
/
+1
*
Fix python_scripts to properly create the list of scripts for set_version.
Paul Varner
2012-11-14
1
-1
/
+1
*
Fix setup.py to create the mirrorselect module correctly.
Paul Varner
2012-11-14
1
-2
/
+2
[next]